Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

“could not inspect application package” Xcode

Tags:

xcode

ios

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 application package”. What does it mean? the app doesn't run on a real device but works on a simulator IOS...

like image 938
user2014474 Avatar asked Jan 31 '13 16:01

user2014474


1 Answers

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

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

enter image description here I am just posting this as this may help someone.

like image 107
UdayM Avatar answered Oct 15 '22 07:10

UdayM