Skip to content
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.

A plugin in your app does not support the compulsory arm64 (64-bit support) architecture #82

Open
ckaeslin opened this issue Aug 14, 2016 · 1 comment
Milestone

Comments

@ckaeslin
Copy link

ckaeslin commented Aug 14, 2016

I could solve this issue, just wanted to report incase anyone else is running into it.

I added the plugin to my config.xml and tried to deploy on phonegap. I got the following error on iPhone build: Error - A plugin in your app does not support the compulsory arm64 (64-bit support) architecture
bildschirmfoto 2016-08-14 um 09 52 28

I could solve the issue by adding the following line to my config.xml.

<preference name="deployment-target" value="7.0" />

Since iOS version >= 7 is not a problem for me, I'm fine if you close this immediatly.
Maybe just put something into the readme, otherwise someone else will also spend some hours trying to fix this.

@pasin
Copy link
Contributor

pasin commented Oct 12, 2016

Thanks for the information. I will check if we could update the plugin to fix this issue.

@djpongh djpongh added this to the 2.2.0 milestone Apr 13, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants