Xcode 10: A valid provisioning profile for this executable was not found

前端 未结 30 1659
名媛妹妹
名媛妹妹 2020-11-29 15:12

Since yesterday I\'ve been getting the following error when trying run an app on my device: \"A valid provisioning profile for this executable was not found.\". This is afte

30条回答
  •  我在风中等你
    2020-11-29 15:22

    Make sure you:

    1) Have a registered provisioning profile for your device.

    2) Device must be added to the Development profile and updated.

    If you still run into issues check your target's build settings.

    Make sure you:

    1) CODE_SIGNING_REQUIRED in User-Defined is set to YES.

    2) Check Signing options are correct. If the problem persists switch to Manual settings instead of automatically.

提交回复
热议问题