Software Archive
Read-only legacy content

IOS build failed after recent update - can't see log

Chris_G_6
Beginner
1,001 Views

Hello,

I recently updated the XDK and the IOS build is failing (cordova). I cannot see a link for the log to get more information to troubleshoot. All that I see is:

The build failed. An error occurred while building the application. Verify your build assets are correct and try again.

I do see some installed plugins, but no actual log like I used to see.

I did change the name of the app recently, but I successfully built the app afterwards. I didn't change the actual reference IDs, just the name of the app in the iTunes connect.

I also downloaded a new provisional profile since I read that in a recent thread. It didn't work.

Android builds fine.

Any help would be appreciated.

Thanks!

0 Kudos
7 Replies
Chris_G_6
Beginner
1,001 Views

I also downloaded a new provisional profile since I read that in a recent thread. It didn't work.

Android builds fine.

0 Kudos
John_H_Intel2
Employee
1,001 Views

Are you building using the same account that you have here on the forums? The last build I see that was attempted was on 7/10.

0 Kudos
Chris_G_6
Beginner
1,001 Views

Update:

So it looks like it was the google play plugin causing the issue. If I remove the plugin for IOS, it works. It would be good to figure out what's happening because right now I have to remove this and add it back in for Android. I don't use it for IOS.I use the default plugins that you can choose in the XDK.

John H. has been helping me (thanks!), got new ios certs/provisional profile (still in testing phase), but that didn't do anything for me.

Also, I'm really missing the old error messages when it fails to build. It's WAY harder to debug issues.

0 Kudos
John_H_Intel2
Employee
1,001 Views

A bit more info. 

This is a problem with the plugin and its dependency.

The dependency in the Google Play Game Services plugin is now pulling a “-“ notation dependency even though the ID is a “.” notation:

Looks like the author just updated his plugin to NPM.

0 Kudos
PaulF_IntelCorp
Employee
1,001 Views

BTW -- you can remove a plugin from a specific build by using the additions file as shown in this additions file: https://github.com/xmnboy/test-third-party-plugin/blob/master/intelxdk.config.additions.xml the details of the syntax are here: https://software.intel.com/en-us/xdk/docs/adding-special-build-options-to-your-xdk-cordova-app-with-the-intelxdk-config-additions-xml-file

0 Kudos
ko_i_
Beginner
1,001 Views

Sorry, My case is a little different:

My build is failed,

I want to know the reason and see the log ,

but the log is

-----------------------------------------------------

。。。。。

** BUILD SUCCEEDED **

Command finished with error code 0: .../bubble/platforms/ios/cordova/build --release,--device

--------------------------------------------------------

How can I know the build fail reason? or I can not know the reason.

0 Kudos
PaulF_IntelCorp
Employee
1,001 Views

@ko -- can you attach the log to your post and attach a screen shot of the build summary page. The information you provided is not enough to help figure out the problem.

0 Kudos
Reply