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

Shazron Abdullah commented on CB-6500:
--------------------------------------

I see what you mean now.

The fix is to:
1. Modify the Build Settings for CordovaLib.xcodeproj to use $ARCHS_STANDARD 
(armv7, armv7s, arm64) only (remove the other sub-settings in both Project and 
Target). 

This is also required if you want to build for a specific architecture and not 
the current one:
1. Modify your project settings "Build Active Architecture" to No.


> 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
>            Assignee: Shazron Abdullah
>
> 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)

Reply via email to