“could not inspect application package” Xcode

后端 未结 10 1961
半阙折子戏
半阙折子戏 2020-12-10 05:48

For some reason I imported some files in xcode (a third party SDK), and even if the app builds successfully I receive this error: Xcode Error Message: “could not inspect app

相关标签:
10条回答
  • 2020-12-10 06:34

    I faced this issue with Google Sign-in SDK. below is the fix.

    1. BuildPhases -> Embedded Frameworks ->Enable "Copy only when installing"

    I am just posting this as this may help someone.

    0 讨论(0)
  • 2020-12-10 06:38

    When I replaced the 'Resources' folder on the xcode, by mistake the below option was selected.

    Create folder references for any added folders
    

    But the correct option should be,

    Create groups for any added folders
    

    Taking care of the above option is important point in saving time ad fixing the above issue. (It is one of the possibilities for getting this error).

    0 讨论(0)
  • 2020-12-10 06:41

    In my case I was working with Cordova and Firebase. Remove all Google frameworks from Embed frameworks (but leave them under Linked Binary With Libraries) solve the problem.

    0 讨论(0)
  • 2020-12-10 06:43

    I was getting the same error. I resolve it by removing third party library from "embbedded binaries" list and added into the "linked frameworks and libraries".

    0 讨论(0)
提交回复
热议问题