Software Archive
Read-only legacy content
17061 Discussions

iOS BUILD FAILED - No error log

Samuel_C_
Beginner
460 Views

I'm building my app on Intel XDK, the app is ready and it works perfectly fine on android but when I try to export it for iOS it just fails. 

There's always a message "BUILD FAILED" but there's not a proper BUILD LOG.

I can't find the error. Please help.

Failed.JPG

0 Kudos
1 Solution
PaulF_IntelCorp
Employee
460 Views

The app keeps saying BUILD ERROR.

Did you remove the lines I mentioned above, from your whitelist entries? When I did that the build succeeded. You need to clean out your whitelist, that's the source of the problem.

View solution in original post

0 Kudos
5 Replies
PaulF_IntelCorp
Employee
460 Views

Usually this aborted build log is due to a problem the build server is having trying to add one or more of your plugins. To test that theory, you might remove your plugins, one-at-a-time, and perform a build after each removal, until you figure out which one is causing the problem.

0 Kudos
Samuel_C_
Beginner
460 Views

I did that and It keeps failing.

0 Kudos
PaulF_IntelCorp
Employee
460 Views

These expressions won't work in the whitelist:

  • *https://*
  • *http://*

Putting an '*' in front of a protocol makes no sense.

BTW -- your whitelist settings include a '*' entry -- which means that all the other entries are irrelevant. If you are doing this for testing, that makes sense (assuming you'll be removing the '*' entry for production).

0 Kudos
PaulF_IntelCorp
Employee
461 Views

The app keeps saying BUILD ERROR.

Did you remove the lines I mentioned above, from your whitelist entries? When I did that the build succeeded. You need to clean out your whitelist, that's the source of the problem.

0 Kudos
Samuel_C_
Beginner
460 Views

I forgot to remove one line.

Thank you so much for the support, now it works! 

0 Kudos
Reply