Framework did not have a CFBundleIdentifier in its Info.plist

后端 未结 5 1865
情书的邮戳
情书的邮戳 2021-02-04 01:04

I was having issues with my Bridge.h imports finding their intended targets after a cocoapods install and run.

I had:

#import 

        
5条回答
  •  无人及你
    2021-02-04 01:50

    $ gem uninstall cocoapods
    $ gem install cocoapods
    

    Add all things (crashlytics and fabric included) as pods. Delete any extra things you made i.e. /Users/username/Documents/new_ios/ios-app/Pods/Headers/TPKeyboardAvoiding/TPKeyboardAvoidingScrollView.h

    $ pod install
    

提交回复
热议问题