LoginSignup
0
0

More than 5 years have passed since last update.

Swift CocoaPods Realm use_frameworks

Posted at

Podfile の記載

platform :ios, "8.0"
use_frameworks!
pod 'RealmSwift'

最初、use_frameworks!を記載していなかったら、use_frameworksを書けとのエラーが。

Analyzing dependencies
Downloading dependencies
Installing Realm (0.101.0)
Installing RealmSwift (0.101.0)
[!] Pods written in Swift can only be integrated as frameworks; add use_frameworks!` to your Podfile or target to opt into using it. The Swift Pod being used is: RealmSwift

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0