Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cordova integration getting build error for iOS with phonegap #100

Closed
Mushaqdeen opened this issue Apr 13, 2016 · 10 comments
Closed

Cordova integration getting build error for iOS with phonegap #100

Mushaqdeen opened this issue Apr 13, 2016 · 10 comments

Comments

@Mushaqdeen
Copy link

Hello,
We integrated the new version of branch into our cordova app. Its working good in Android, but when we build the app with phonegap the build server returns the error as "Error - A plugin in your app does not support the compulsory arm64 (64-bit support) architecture." for iOS.

Please help us to resolve this issue.

@renesansz
Copy link
Contributor

Can you provide more details in regards to this issue?

  • Complete error log
  • Cordova & plugin versions
  • iOS version

Also, could you try to look in to this related issue? It might help you fix the problem in regards with Phonegap Build.
katzer/cordova-plugin-local-notifications#442

Thanks

@Mushaqdeen
Copy link
Author

Phonegap build complete error log
error-log.txt

My complete config.xml file
config.txt

@renesansz
Copy link
Contributor

Thanks @Mushaqdeen ,
Will look in to the logs provided. I'll give you a feedback once I've found the cause of the error.

Cheers,
Rene

@renesansz
Copy link
Contributor

@Mushaqdeen , could you also include the list of plugins that you are using?
Do cordova plugin list in the command line.

Thanks

@Mushaqdeen
Copy link
Author

@renesansz , In the config file there will be the list of plugins that I used in my project.

@renesansz
Copy link
Contributor

I see, will look into it.

@renesansz
Copy link
Contributor

Hi @Mushaqdeen , For the nth time in creating test app, I can't replicate the issue that you are having.
However I've found this article related with 64-bit support for iOS (link).
So I've tried to increase the minimum Cordova build version from 3.0.0 to 3.5.0 hoping that this would resolve the issue.
See & test PR #114 if this will resolve the issue.

Cheers,
Rene

@lededje
Copy link

lededje commented Apr 20, 2016

Had this issue, I think I solved it indirectly by specifying the deployment target to be 7 (something required for intercom.io integration).

@Mushaqdeen
Copy link
Author

Hello,     Now the build got success without any error, but the Branch.initSession() not working also not works the DeepLinkHandler(data) function in iOS.
function DeepLinkHandler(data) {    alert(JSON.stringify(data));}

  From: Renemari Padillo <notifications@github.com>

To: BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK@noreply.github.com
Cc: Mushaqdeen app@forevernetworks.com
Sent: Tuesday, 19 April 2016 1:40 PM
Subject: Re: [BranchMetrics/Cordova-Ionic-PhoneGap-Deferred-Deep-Linking-SDK] Cordova integration getting build error for iOS with phonegap (#100)

Hi @Mushaqdeen , For the nth time in creating test app, I can't replicate the issue that you are having.
However I've found this article related with 64-bit support for iOS (link).
So I've tried to increase the minimum Cordova build version from 3.0.0 to 3.5.0 hoping that this would resolve the issue.
See & test PR #114 if this will resolve the issue.Cheers,
Rene—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub

@renesansz
Copy link
Contributor

renesansz commented Apr 25, 2016

@Mushaqdeen ,
Good to know that it fixes your build error. Closing the issue now.
For the mean time, could you report a separate issue for this?

Hello,     Now the build got success without any error, but the Branch.initSession() not working also not works the DeepLinkHandler(data) function in iOS.
function DeepLinkHandler(data) {    alert(JSON.stringify(data));}

Same thing, please submit your build/error logs.

Cheers,
Rene

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants