CocoaPods and Realm in Swift
问题 Using Xcode-6.3.1, iOS-8.3 and MacOS-10.10.3, I am trying to use RealmSwift (0.92.3) and CocoaPods 0.37.1 I use the following procedure : install cocoapods (in terminal): $ sudo gem install cocoapods Create new Xcode project (named MyApp) Create Podfile platform :ios, '8.3' use_frameworks! target 'MyApp' do pod 'RealmSwift', '>= 0.92.3' end target 'MyAppTests' do pod 'RealmSwift', '>= 0.92.3' end Place the Podfile in the MyApp folder (next to MyApp.xcodeproj) Download the newest Realm (0.92.3