import SmileLock
このようにしたのですが、No such module 'SmileLock'とエラーが出てしまいます。
既に、estApp.xcworkspace、Podfile.lock、Podsを一回消し、ターミナルでpod setupを実行した後、pod installし、成功したのですが、相変わらずNo such module 'SmileLock'というエラーが出てしまいます
経緯としては、既存のプロジェクトに付け加えようとしたのですがエラーが出てしまったため、既存のコードに問題があるのかと思い、SimileLock専用のテストprojectを作りました。その結果、同じくエラーが出てしまったため質問させて頂きました。
環境
swift4
xcode9
cocoaPods1.3.1
です
原因を教えてくださると幸いです
- Podfile内の記述
# Uncomment the next line to define a global platform for your project # platform :ios, '11.0' target 'testApp' do # Comment the next line if you're not using Swift and don't want to use dynamic frameworks use_frameworks! pod 'SmileLock' # Pods for testApp target 'testAppTests' do inherit! :search_paths # Pods for testing end target 'testAppUITests' do inherit! :search_paths # Pods for testing end end
追記 pod setupと書くところをpod initと書いてしまったので修正しました
追記 経緯を追記しました
追記 環境について書きました
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
退会済みユーザー
2017/09/26 03:31
2017/09/26 04:01 編集
退会済みユーザー
2017/09/26 04:02
退会済みユーザー
2017/09/26 04:04
退会済みユーザー
2017/09/26 04:36
2017/09/26 04:46 編集
退会済みユーザー
2017/09/26 06:15
2017/09/26 07:13
退会済みユーザー
2017/09/26 11:13 編集
2017/09/26 12:07
退会済みユーザー
2017/09/26 12:30 編集
2017/09/26 13:36
退会済みユーザー
2017/09/27 13:50