iOs certificate

Jovial Games

  • Posts: 132
This is how my provision profiles appear in Xcode.

Electric Fruit

  • Posts: 116
Apples developer certificate expired in February, is everybody using the updated version?

https://developer.apple.com/support/certificates/expiration/


Jovial Games

  • Posts: 132
I purchased the developer centre membership 2 days ago

Jovial Games

  • Posts: 132
I have literally repeated the process that stencyl has over 8 times,but still I get this ''[haxelib] Code Sign error: No matching provisioning profiles found: No provisioning profiles matching an applicable signing identity were found.''
I have no clue what to do :(

stefan

  • *
  • Posts: 2263
I honestly think there is another problem on apples side. Normally all the remedies that I know should work, but even that has no succes in my case.

I will try robins idea in a bit, and let you know if it solves the problem.

robinschaafsma

  • *
  • Posts: 714
I have literally repeated the process that stencyl has over 8 times,but still I get this ''[haxelib] Code Sign error: No matching provisioning profiles found: No provisioning profiles matching an applicable signing identity were found.''
I have no clue what to do :(
You missing some Provisioning Profiles. I see 1 in you screenshot and you need create 3 Provisioning Profiles on Apple Developer Dashboard.

1- Adhoc Distribution Provisioning Profiles
2- AppStore Distribution Provisioning Profiles
3- iOS Development Provisioning Profiles

Download them dubble click to install in Xcode and in Stencyl Go to: Setting -> Mobile -> Certificates(iOS) and browse to the AppStore Distribution and Adhoc Diststibution.

stefan

  • *
  • Posts: 2263
Didnt we only need 2 profiles per game? 1 for adhoc and 1 for appstore?
When my game Intellection was published I only had those 2

robinschaafsma

  • *
  • Posts: 714
Yep thats true, the third is not nececery, that will be managed by XCode it self.
But it is pussible to managed manual...

Jovial Games

  • Posts: 132
After adding those 3 as you said,I no longer get the provision profile error but I got iOs build fail error
I did a run clean project and publish,but still the error
I've attached the logs,please help me out

ceosol

  • *
  • Posts: 2279
I have mentioned this many times, but it has made it into mainstream knowledge :)

Since I have multiple developer certificates, I always have xcode open in the background. As Stefan said, 2 minutes into EVERY single ios compile, the xcode project edits get wiped. What you need to do is:
1. click on the project name after is it wiped clean (and still compiling in stencyl)
2. do your edits and set the developer field
3. let the project finish compiling in stencyl

You do not have infinite time to make the edits-while-compiling, so make sure you have it set in your mind where you want to click when the wipe happens. I have had to do this for over a year. It is not a new thing.

ceosol

  • *
  • Posts: 2279

Jovial Games

  • Posts: 132
Could you give me more details,I don't really understand what you mean :(

ceosol

  • *
  • Posts: 2279
Have xcode open with the project in the background.
Click compile in stencyl.
Switch to xcode.
Wait 1-2 minutes for whats on the screen to vanish.
Click the name in the top left to have it open again.
Make your edits.
Wait for stencyl to finish compiling.

Jovial Games

  • Posts: 132
Okay,hang on I'll try this!