Hi,
Is this supported ?
I went to where ebuild has the repo and did git lfs install and it says
Updated git hooks.
Git LFS initialized.
When I build I get
D: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -arch arm64 -o “/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/RealmiOSApplication-93A1D62F6E1CCA3EB4E730C04ECF7FEE2B46B664/Debug/Toffee-iOS/Device/arm64/RealmiOSApplication” “/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/RealmiOSApplication-93A1D62F6E1CCA3EB4E730C04ECF7FEE2B46B664/Debug/Toffee-iOS/Device/arm64/RealmiOSApplication.a” “/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/RealmiOSApplication-93A1D62F6E1CCA3EB4E730C04ECF7FEE2B46B664/Debug/Toffee-iOS/Device/arm64/RealmiOSApplication.o” -lSystem -lobjc -lToffee -lxml2 -L/Users/JohnMoshakis/Documents/Elements/References/Toffee/iOS -framework CloudKit -framework CoreFoundation -framework CoreGraphics -framework Foundation -framework Intents -framework Realm -framework UIKit -framework UserNotifications “-F/Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-9419A8B1244B42BDC9CB71A15D58B33F4F8380BA/Unknown/Toffee-iOS/Device” -ObjC -dynamic -demangle -force_load /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/12.0.0/lib/darwin/libclang_rt.ios.a -dead_strip -rpath @executable_path -rpath @executable_path/Frameworks -syslibroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.2.sdk -F/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks
E: ld: warning: ignoring file /Users/JohnMoshakis/Library/Application Support/RemObjects Software/EBuild/Obj/Realm-9419A8B1244B42BDC9CB71A15D58B33F4F8380BA/Unknown/Toffee-iOS/Device/Realm.framework/Realm, building for iOS-arm64 but attempting to link with file built for unknown-unsupported file format ( 0x76 0x65 0x72 0x73 0x69 0x6F 0x6E 0x20 0x68 0x74 0x74 0x70 0x73 0x3A 0x2F 0x2F )
> ld: Undefined symbols for architecture arm64:
> ld: “OBJC_CLASS$_RLMRealm”, referenced from:
> ld: objc-class-ref in RealmiOSApplication.a(MainViewController-27a04cc4d23404329c3e844021c9c123.o)
> ld: “OBJC_CLASS$_RLMRealmConfiguration”, referenced from:
> ld: objc-class-ref in RealmiOSApplication.a(AppDelegate-d556fda9a4046af5a037b68ec31609be.o)
> ld: “OBJC_CLASS$_RLMObject”, referenced from:
> ld: OBJC_CLASS$_DataObject in RealmiOSApplication.a(DataObject-c280a8dbcdc876442e3ba2759dcbd565.o)
> ld: “OBJC_METACLASS$_RLMObject”, referenced from:
> ld: OBJC_METACLASS$_DataObject in RealmiOSApplication.a(DataObject-c280a8dbcdc876442e3ba2759dcbd565.o)
E: ld: symbol(s) not found for architecture arm64
Realm is the file that I used with lfs.
Cheers,
John