You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Song Zheng (JIRA)" <ji...@apache.org> on 2014/04/25 01:13:14 UTC

[jira] [Commented] (CB-6500) Cordova requires arm64 architecture

    [ https://issues.apache.org/jira/browse/CB-6500?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13980459#comment-13980459 ] 

Song Zheng commented on CB-6500:
--------------------------------

Are you sure? I had to downgrade from 3.4.1 to 3.4.0 because of this bug. This bug is newly introduced in 3.4.1

> 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)