Software Archive
Read-only legacy content
17061 Discussions

New Computer/New XDK iOS Build Failing

Erich_S_
Beginner
245 Views

Do I need to create a new iOS provisioning profile since it's from a new computer?

0 Kudos
4 Replies
PaulF_IntelCorp
Employee
245 Views

Nope. But if your certificates have expired you'll need to create new ones.

0 Kudos
Erich_S_
Beginner
245 Views

Nope - certs haven't expired.

Here's the build log...any idea why it's failing now on the new computer but will build on the old one then?

Build log

0 Kudos
PaulF_IntelCorp
Employee
245 Views

Doing a google search for the compile error message > https://www.google.com/search?q=fatal+error%3A+%27Cordova%2FNSData%2BBase64.h%27+file+not+found&ie=utf-8&oe=utf-8 < it appears that it has something to do with the version of cordova-ios. See this FAQ for the specific versions > https://software.intel.com/en-us/xdk/faqs/cordova#cordova-version < that correspond to the versions of CLI. You might try it with each of the three CLI versions to see if that makes a difference, based on the Google search I'm guessing it will fail with CLI 5.4.1 and CLI 6.2.0, but 5.1.1 will work. Assuming you are allowing the XDK to change the versions of your plugins when you change the versions of your CLI, then I would suspect you might have to manually change the versions of your non-core plugins (you're using about three or so).

0 Kudos
Erich_S_
Beginner
245 Views

Thanks for the suggestions. I updated to 6.2.0 and that worked great - looks like it was just a problem with 5.4

 

0 Kudos
Reply