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

前端 未结 30 1587
名媛妹妹
名媛妹妹 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

    Use clean build folder (command + shift + K) and rebuild app can shortly fix this issue. However, the build time will increase since you have cleaned the build folder.

提交回复
热议问题