Xcode will run app on simulator but not on device

前端 未结 16 2101
予麋鹿
予麋鹿 2020-12-13 05:57

I receive the following error when trying to run the app on my device.

error: failed to launch \'/Users/michael/Library/Developer/Xcode/DerivedData/Build/Pro         


        
16条回答
  •  攒了一身酷
    2020-12-13 06:38

    This error will manifest whenever the device capabilities described in the Info.plist do not match those of the device.

    In my case, I was requesting GPS support and location-services support and trying to test on an iPod touch.

提交回复
热议问题