Is it possible to get a crash log due to expiration of provisioning profile?

自闭症网瘾萝莉.ら 提交于 2019-11-27 15:57:46

If the app's provisioning profile has expired, you will see it in the Device console. If you have access to the device, plug it into your Mac and fire up Xcode.

Starting with Xcode 6, to view the console output of a connected device:

Connect your device. Build and deploy the app to the device using either the CLI or Studio. Sync the application to the device using iTunes (if you are not building directly to device). Launch Xcode.

Open the Devices window. From the menu, select Window > Devices.

Select your device from the left bar.

Click the Show the device console button (

) to expand the console.

Once you have the console up, click the trash can to clear it, then on the device try to launch the app. If the provisioning profile for the app has expired, I believe you will see a message like the following:

A valid provisioning profile for this executable was not found

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!