bundle format unrecognized, invalid, or unsuitable

后端 未结 6 2323
野性不改
野性不改 2021-02-19 22:11

Xcode:8.1

language:Objective-C

I can run the project on my iPhone, but can\'t run on the simulator.

I tried:

1)deleting all data of the

6条回答
  •  伪装坚强ぢ
    2021-02-19 22:50

    For those for whom updating Cocoapods or reverting Xcode to 8.0 is not an option, here is a solution that worked for me:

    1. Right click on Pods in the Project Navigator
    2. Click New File...
    3. Select Property List
    4. Save the file under the name Pods-Info.plist (for example) and leave it empty
    5. Select Pods in the Project Navigator
    6. Select the Pods project, then Build Settings
    7. Search for Info.plist
    8. Set the value of Info.plist File to Pods-Info.plist

提交回复
热议问题