modo-studio / SugarRecord

CoreData/Realm sweet wrapper written in Swift
MIT License
2.11k stars 223 forks source link

Carthage 'realm-cocoa' build fails #330

Open czaku opened 7 years ago

czaku commented 7 years ago

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 `

pepicrft commented 7 years ago

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.

pepicrft commented 7 years ago

@czaku I've pushed a new version https://github.com/carambalabs/SugarRecord/releases/tag/3.1.3. Could you try now?

czaku commented 7 years ago

@pepibumur fixed, thanks :)

pepicrft commented 6 years ago

@sergigracia / @isaacroldan could you give me access to this repository?