Framework did not have a CFBundleIdentifier in its Info.plist

后端 未结 5 1874
情书的邮戳
情书的邮戳 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:35

    I had to close xcode and delete derived data. Just delete this folder

    rm -rf ~/Library/Developer/Xcode/DerivedData/
    

    None of these approaches worked for me

    1. gem uninstall cocoapods, gem install cocoapods and pod install
    2. pod install
    3. clean xcode using cmd+k

提交回复
热议问题