Page 1 of 2

Erros when sending ipa files to App Store

Posted: Tue Oct 27, 2015 8:21 pm
by Pasteur Miranda

Hi,

When I try to generate the .ipa file from XCODE- Archive the following error is issued:

'Cordova/CDVPlugin.h' file not found

This error is occurs at line #import in file Plugins/org.apache.cordova.core.console/CDVLogger.h

But this file is included in the set of files generated by appery.io IDE. Is there any solution to this problem?

Thanks


Erros when sending ipa files to App Store

Posted: Wed Oct 28, 2015 7:38 am
by Muhd Noor

I am getting the same error as well. Help please.


Erros when sending ipa files to App Store

Posted: Wed Oct 28, 2015 9:24 am
by Serhii Kulibaba

Hello,

Could you clarify have you changed anything on Source tab? This (http://devcenter.appery.io/tutorials/...) doc should help.

Have you checked "Release" option on the App Settings tab?


Erros when sending ipa files to App Store

Posted: Wed Oct 28, 2015 11:31 am
by Muhd Noor

No changes have been made. But I noticed that cordova versions for ios is 3.8.0 whereas for android is 3.7.1. Is it e likely cause? Release is checked.


Erros when sending ipa files to App Store

Posted: Wed Oct 28, 2015 1:04 pm
by Pasteur Miranda

I have not made any changes on the source tab. Release option is checked. Is it prossible the cause is Cordova version? My project's Cordova version is 3.0.0. How to update Cordova to the latest or newer version?
Another information: when I open the xcode project zip file generated in appery.io IDE (generated when I go to export-xcode project), the file CDVPlugin.h is found inside folder \Cordovalib\Classes. In other words, the CDVPlugin.h is inside Xcode project.
Thanks


Erros when sending ipa files to App Store

Posted: Wed Oct 28, 2015 2:29 pm
by Muhd Noor

To add, i'm using jqm lib v2.3 and have auto update enabled.


Erros when sending ipa files to App Store

Posted: Wed Oct 28, 2015 3:36 pm
by Illya Stepanov

Hi Pasteur - Could you please specify what Libraries version you're using in your project App Settings in Appery.io? And what xCode version you using? For which platform version you are building your binary package in it?


Erros when sending ipa files to App Store

Posted: Wed Oct 28, 2015 3:37 pm
by Illya Stepanov

Hi Muhd - Could you please enable sharing for your app with us, and let us know the apps name.


Erros when sending ipa files to App Store

Posted: Wed Oct 28, 2015 3:46 pm
by Muhd Noor

Hi Illya - Done, apps name is PSM. Thank you!


Erros when sending ipa files to App Store

Posted: Wed Oct 28, 2015 5:29 pm
by Pasteur Miranda

The libraries version are:
jQuery 2.1.1
jQuery Mobile 1.4.4
Underscore.js 1.7.0
Cordova 3.7

Minimum IOS platform vesion for which we are building the binary is 6.0
Xcode version 7.1 (7B91b)

Thanks