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
I faced this issue with Google Sign-in SDK. below is the fix.
I am just posting this as this may help someone.
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).
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.
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".