You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 9, 2022. It is now read-only.
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
I could solve the issue by adding the following line to my config.xml.
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.
The text was updated successfully, but these errors were encountered:
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
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.
The text was updated successfully, but these errors were encountered: