ios - XCode 6.1 creates provisioning profiles that are EXPIRED on testflight -
I want to deploy testflight which currently tells me that my provisioning profile has ended.
XCode 6.1 automatically generates such a provision profile that looks like this:
e.g. XC: * and XC: bundle. Identifier
And despite setting up against my team, despite the installation of my UIDID, I do not see any device.
When I have an app (expected to start using TasFlight) to connect to iTunes, this provision profile has made it difficult:
I thought I could correct it with my own Adjacp provision profile , And so I created one:
But I still see the same provisioning profile being deposited:
I have also tried:
- Deleting all the profile profiles from my device .
- Apple Developer Area Sector delete all provisions profile.
I think there is no control over (1) that the provision profile on an iTunes connectivity verification / submission has been selected, and (2) in the automatically generated XC provision profile There is no ability to keep the equipment against any one.
How can I fix this?
Edit
- I have read somewhere that this will happen
- And I understand that I was trying to implement an EdoZ provisioning profile incorrectly.
- I tested another device and it was "finished" Although it was not working, loading was crashed immediately after the screen.
- I was able to adjust an IPA for my own device. (This leaves the step in which it appears to end on the testflight.) However, unfortunately, it also crashes if I do this.
-
This was because the build was displayed on the testfire as an expier that I needed to change the language of my device "English (UK)", maybe it matches build ...
-
Due to the crash, the compilation of the Swift code looks like a bug in XCode 6.1.
There were two problems:
Comments
Post a Comment