Xcode: Could not inspect the application package

后端 未结 19 1439
孤街浪徒
孤街浪徒 2020-12-08 09:57

I am running Xcode 6 and iOS 8 GM. Every other time I run my app I get this message from Xcode:

\"Could not inspect the application package\"

19条回答
  •  悲哀的现实
    2020-12-08 10:13

    Try to remove some libraries from your Xcode => Click on Target => General tab => Embedded Libraries (Keep only required libraries or Framework)

    Here, remove (Use - sign on bottom to delete).

    If you require the framework or libraries that you deleted, add this using Xcode => Click on Target => General tab => Linked framework and Libraries (Use - sign on bottom to add this).

    This will work.

提交回复
热议问题