Carthage 'realm-cocoa' build fails
Opened this issue · 4 comments
Hi,
My understanding is realm-cocoa was removed but it is still somehow available for Carthage, I am unable to define sugarrecord as dependency as the build fails...
`*** Building scheme "Realm" in Realm.xcworkspace
Build Failed
Task failed with exit code 65:
/usr/bin/xcrun xcodebuild -workspace /Users/czaku/Projects/apps/freeme/Carthage/Checkouts/realm-cocoa/Carthage/Realm.xcworkspace -scheme Realm -configuration Release -derivedDataPath /Users/czaku/Library/Caches/org.carthage.CarthageKit/DerivedData/realm-cocoa/v1.1.0 -sdk iphoneos ONLY_ACTIVE_ARCH=NO BITCODE_GENERATION_MODE=bitcode CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES clean build
This usually indicates that project itself failed to compile. Please check the xcodebuild log for more details: /var/folders/yp/h01n__7s3250_sjy3ymrwpbh0000gn/T/carthage-xcodebuild.bxdCUp.log
`
Hi @czaku , thanks for the report. I completely forgot about it. I'll fix it and push a new version so that you can integrate the framework using Carthage.
@czaku I've pushed a new version https://github.com/carambalabs/SugarRecord/releases/tag/3.1.3. Could you try now?
@pepibumur fixed, thanks :)
@sergigracia / @isaacroldan could you give me access to this repository?