LogPlayLevel: mono: [DD] Installing IPA on device ‘xxxx???s iPad’ …
LogPlayLevel: mono: [DD] … Install is 5% complete at phase ‘CreatingStagingDirectory’
LogPlayLevel: mono: [DD] … Install is 15% complete at phase ‘ExtractingPackage’
LogPlayLevel: mono: [DD] … Install is 20% complete at phase ‘InspectingPackage’
LogPlayLevel: mono: [DD] … Install is 20% complete at phase ‘TakingInstallLock’
LogPlayLevel: mono: [DD] … Install is 30% complete at phase ‘PreflightingApplication’
LogPlayLevel: mono: [DD] … Install is 30% complete at phase ‘InstallingEmbeddedProfile’
LogPlayLevel: mono: [DD] … Install is 40% complete at phase ‘VerifyingApplication’
LogPlayLevel: mono: Install \ Update of “BotanyGame_P6.ipa” failed with Unknown error 0xE8000067 in 3.38 seconds
That typically means the device you are deploying to is not specified in the provision. Could you verify the device is part of the following provision:
I can confirm that the device is listed in the provisioning profile. The odd thing is that this project worked with 4.7 preview 4, but hasn’t worked in preview 5 or 6.
I’ve included a screenshot (it might just be a UI defect, but it doesn’t seem to be selecting the correct certificate?)
There is a bug in latest preview where on a mac the certificate being selected is not being highlighted correctly. That is fixed in the next preview. Do you still have preview 4? Can you post a log from that successful run? I might be able to diagnose the problem by looking at the two logs as it is very likely you’ve uncovered something which isn’t fixed yet.
Check to make sure bundle identifier is what you expect it to be. It’s in the Bundle Information on the project settings page. We now try to match the company id correctly and maybe something is not quite set up correctly there.
Ok I was able to get it to deploy and run with a directory like that, so it’s nothing to do with that. That leads me back to the provision. Is there any way you could get preview 4 again? I know that is a pain, but seeing a log that works might give me some ideas.
I guess I could try building from the GitHub Source, but I’d rather avoid that I have stripped down the project, removed most of the content and it still fails, is it worth sending you that project? It’s approx 55mb, so I can’t post it here.
Thanks so much for your help on this. I don’t think it’s necessarily worth spending too much time on this, I can probably just migrate my code and content to a new project (they seem to deploy fine in preview 6).
Actually, if you can send it over that might be helpful as I have been working a lot on trying to resolve all of the provision edge cases to make it as seamless as possible for everyone.