Realm-cocoa: An error with Xcode9/CP

Created on 9 Jun 2017  路  4Comments  路  Source: realm/realm-cocoa

RealmSwift (via CocoaPods) is ready to use on Xcode9 b1 when its target is set to Swift 3.2 except for one issue:

image

Once the "Fix" button is clicked it's possible to create a Swift 4 app with the modified current version of RealmSwift. Maybe it's worth making the change to the code right now so people can start testing their apps in Xcode9?

Most helpful comment

@tgoyne is it possible to install this through coco-pods

pod 'RealmSwift', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'master'

this does not work cocopods fails to download.

All 4 comments

@tgoyne is it possible to install this through coco-pods

pod 'RealmSwift', :git => 'https://github.com/realm/realm-cocoa.git', :branch => 'master'

this does not work cocopods fails to download.

@tgoyne bump, this was not fixed by #5006 for Cocoapods users

What sort of errors are you getting? If Xcode is complaining about missing files, it's because you need to add :submodules => true to the pod definition.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

javierjulio picture javierjulio  路  3Comments

menhui222 picture menhui222  路  3Comments

duribreux picture duribreux  路  3Comments

TheHmmka picture TheHmmka  路  3Comments

dennisgec picture dennisgec  路  3Comments