adhoc app installation failed in iPhone , why?

后端 未结 5 2256
时光取名叫无心
时光取名叫无心 2021-02-05 11:45

I am developing an iPhone application .

As the application is location aware I am testing it on a different (where I am not present).

For that I am sending my fr

5条回答
  •  萌比男神i
    2021-02-05 12:11

    Looks as though your provisioning profile is duff in some way. Here's now I normally work around the problem:

    1. Delete your whole build folder. Clean All should do this for you but does seem to leave bits behind from time to time
    2. Check the device ID in the Developer Center. Edit it if you need to.
    3. Download the profile again.
    4. Install the profile again.
    5. Quit Xcode and reload.
    6. Make sure you've set Xcode to use the new, ad hoc profile rather than your developer profile, for the Code Signing Identity of the configuration you will be using for the archive.
    7. Build
    8. Take a copy of the executable straight away

    It would be neat if there was some way of finding which step went wrong, but until that happens it's usually best just to start from scratch unless you have very patient (or local) testers.

提交回复
热议问题