Framework did not have a CFBundleIdentifier in its Info.plist

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

    This is the strange behaviour of Xcode.

    FIXED SOLUTION:

    0- Simulator: Simulator > Reset Content & Settings

    1- Hold alt Product -> Clean Build Folder

    2- Close Xcode

    3- Go to project directory using terminal cd ~/projectDir

    4- Run pod install

    5- Open project in Xcode

    6- Run the project.

提交回复
热议问题