Can't launch my app in Instruments: At least one target failed to launch

后端 未结 9 697
天命终不由人
天命终不由人 2020-12-02 07:57

I have all my code signing entitlements set correctly. Running the app on my phone is fine, but launching it in instruments gives me an error message:

Error          


        
9条回答
  •  情歌与酒
    2020-12-02 08:47

    I achieved to solve this issue on my machine by doing this :

    • Generate a new Developer Provisioning Profile with your device in the list or at least make sure that your machine is in the list of the profile's device.
    • In Project settings -> Code Signing -> Provisioning Profile -> Debug : Set the newly created profile.
    • In Targets settings -> Code Signing -> Provisioning Profile -> Debug AND Release : Set the newly created profile.

    Hope that helps.

提交回复
热议问题