Software Archive
Read-only legacy content
17060 Diskussionen

ver 1826 no longer able to build iOS

Tom_G_1
Einsteiger
1.065Aufrufe

Intel XDK 1826 i'm still able to build Android version but iOS fails every time.

When i go to plugins and unselect MEDIA plugin i'm able to build iOS

Media plugin (after i clicked "reset to defualt..." it shows ver 0.2.15), when i click on little info icon it takes me to 404 page

https://github.com/apache/cordova-plugin-media/blob/master/doc/index.md

0 Kudos
4 Antworten
Swati_S_Intel1
Mitarbeiter
1.065Aufrufe

Are you using Cordova build or Legacy build? Can you provide the error log?

If you are using Legacy build, highly encourage you to use Cordova Build as Legacy build is going to be deprecated soon.

Regarding the broken info link, I have reported the bug. You can remove the index.md in the link and you will be able see the plugin page.

Swati

 

John_H_Intel2
Mitarbeiter
1.065Aufrufe

What other plugins do you have selected? Git changed the index.md files. We are aware of the issue and it will be updated in the next release of the XDK. Please post the build log file.

Makecentz
Einsteiger
1.065Aufrufe

Here is my error log. I am using Cordova iOS, not legacy. I only have Device and Splashscreen plugins. This is a game made in Construct 2.

 

Eric_H_Intel
Mitarbeiter
1.065Aufrufe

There error indicates that the certificate and provisioning profile are not associated correctly.  

This error occurs when the provisioning profile was created with a different certificate then the one that was configured in the XDK.   During the build, when the provisioning profile is processed and the application needs to be signed, the certificate specified in the provisioning profile cannot be found.

To fix this, regenerate the provisioning profile and associate it with the correct certificate.   If you have multiple distribution certificates and you aren't sure which one you have configured in the XDK,  it may take a few tries.   Alternatively, you can recreate the certificate (upload it via the XDK) and provisioning profile.

Eric

 

Antworten