Page 1 of 1

IPA Build Error

Posted: Wed Apr 05, 2017 7:52 am
by Diego Cesana

I'm getting the following IPA build error:

Code: Select all

 Build error. Most likely build error cause: An error has occurred. 

I've made no changes to the app's source and the certificate and provisioning profile appear to be OK.

I change Label property in ios binary tab to remove spaces.

Can you help me,please? The app is shared with support (518decbe-bc3f-419f-8132-09ccf2e9411a).

Many thanks,
D.


IPA Build Error

Posted: Wed Apr 05, 2017 1:47 pm
by Galyna Abramovych

Hello Deigo,

Could you please share your app with support and tell us its name?


IPA Build Error

Posted: Wed Apr 05, 2017 2:11 pm
by Diego Cesana

the app is shared, his name is "In viaggio con frontline"
thanks


IPA Build Error

Posted: Thu Apr 06, 2017 9:59 am
by Galyna Abramovych

Hello Deigo,

We have reviewed the logs and have located the error:
codeIn_Viaggio_con_Frontline/In_Viaggio_con_Frontline/Plugins/cordova-plugin-camera/CDVCamera.m:23:9: fatal error: 'Cordova/NSData+Base64.h' file not found
#import <Cordova/NSData+Base64&#46;h>/code

This indicates that the camera plugin has not been connected correctly. So it is recommended that you check this additionally and rebuild.


IPA Build Error

Posted: Thu Apr 06, 2017 10:07 am
by Diego Cesana

cordova-plugin-camera is already included in appery, right? What can I do to add the missing file?
I have already restored IOS source file.


IPA Build Error

Posted: Thu Apr 06, 2017 10:13 am
by Diego Cesana

I change the camera cordova plugin version in app setting and all works.
thank you


IPA Build Error

Posted: Thu Apr 06, 2017 10:29 am
by Galyna Abramovych

Hello again,

Thanks for updating us!