Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

IOS build fails without warning or log

Arjan_K_
Beginner
656 Views

Dear reader, I try to build an IOS adhoc application and i get the message that "the build has failed"

without link to logs or message to show what is wrong.

IOS build has never worked, Android did work though.

Can someone tell me what is wrong ?

screenshot of build message without log

 

0 Kudos
3 Replies
John_H_Intel2
Employee
656 Views

Are you including any 3rd party plugins?
What build of the XDK are you using?

 

0 Kudos
Arjan_K_
Beginner
656 Views

I do not use a plugin.

Did find the problem, after using a demo project, because to be sure it wasn't a code error in my app.

i got the same error, so I checked again what I had changed in the demo. and found that you can only use dots and alphabetic & number characters in the bundle ID. So i recreated the bundlename and the certificates and it worked with the demo project, so I inserted the new certs into my app project and it worked. So next time I'm careful with what I enter and use in my name and bundle Id.

0 Kudos
John_H_Intel2
Employee
656 Views

When you create you bundleID, you must also create it on Apples Developer site, which also only allows certain chars.

0 Kudos
Reply