[
https://issues.apache.org/jira/browse/CB-6500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980544#comment-13980544
]
Song Zheng commented on CB-6500:
--------------------------------
Sorry, I might have been unclear. If you create a new project, remove arm64 and
armv7s from the project's "Valid architecture" under build settings, you will
get errors if you try to deploy to device (tested on iPhone 5s). Is this
expected behavior?
> Cordova requires arm64 architecture
> -----------------------------------
>
> Key: CB-6500
> URL: https://issues.apache.org/jira/browse/CB-6500
> Project: Apache Cordova
> Issue Type: Bug
> Components: CordovaJS, iOS
> Affects Versions: 3.4.0
> Environment: OSX
> Reporter: Song Zheng
>
> In project settings, developers are now required to add arm64 under valid
> Architectures build settings. If we do not want to support arm64 or are
> unable to (because of other SDK dependency), our app will no longer work and
> get the following compile errors:
> undefined symbols for architecture armv7:
> "_OBJC_CLASS_$_CDVPlugin", referenced from:
> _OBJC_CLASS_$_OpenTokPlugin in OpenTokPlugin.o
> "_OBJC_METACLASS_$_CDVPlugin", referenced from:
> _OBJC_METACLASS_$_OpenTokPlugin in OpenTokPlugin.o
> ...
> To reproduce:
> 1. Create new project (Cordova create YourApp)
> 2. Add ios platform ( Cordova plaform add ios )
> 3. Open xcode ( open YourApp/platform/ios/...xcodeproj )
> 4. Change project build settings ( Valid Architectures to only armv7 - remove
> armv7s and arm64 )
> 5. Change project build settings (Build Active Architecture Only - No )
> Result:
> undefined symbol errors during compile time.
> This was a breaking change from Cordova v 3.4.0-0.1.3
--
This message was sent by Atlassian JIRA
(v6.2#6252)