You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by "Blair Vanderhoof (JIRA)" <ji...@apache.org> on 2014/03/11 20:58:44 UTC

[jira] [Updated] (CB-6223) Xcode 5.1 (5B130a) build errors

     [ https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Blair Vanderhoof updated CB-6223:
---------------------------------

    Description: 
cordova 3.4.0-0.1.3
Xcode Version 5.1 (5B130a)
IOS 7.1

After updating command line tools, Xcode and my phone's IOS to 7.1, I can no longer build a project even when creating from scratch.

I get about 12 errors, some related to plugins:

{code}
...
ld: warning: ignoring file /Users/me/Library/Developer/Xcode/DerivedData/project/Build/Products/Debug-iphoneos/libCordova.a, missing required architecture arm64 in file /Users/me/Library/Developer/Xcode/DerivedData/project/Build/Products/Debug-iphoneos/libCordova.a (2 slices)
Undefined symbols for architecture arm64:
  "_OBJC_CLASS_$_CDVPlugin", referenced from:
...
{code}

Lot's of Apple Mach-O Linker errors.

  was:
cordova 3.4.0-0.1.3
Xcode Version 5.1 (5B130a)
IOS 7.1

After updating command line tools, Xcode and my phone's IOS to 7.1, I can no longer build a project even when creating from scratch.

I get about 12 errors, some related to plugins:

{code}
...
ld: warning: ignoring file /Users/me/Library/Developer/Xcode/DerivedData/project/Build/Products/Debug-iphonesimulator/libCordova.a, file was built for archive which is not the architecture being linked (x86_64): /Users/me/Library/Developer/Xcode/DerivedData/project/Build/Products/Debug-iphonesimulator/libCordova.a

Errors:
Undefined symbols for architecture x86_64:
{code}

Lot's of Apple Mach-O Linker errors.


> Xcode 5.1 (5B130a) build errors
> -------------------------------
>
>                 Key: CB-6223
>                 URL: https://issues.apache.org/jira/browse/CB-6223
>             Project: Apache Cordova
>          Issue Type: Bug
>          Components: iOS
>            Reporter: Blair Vanderhoof
>
> cordova 3.4.0-0.1.3
> Xcode Version 5.1 (5B130a)
> IOS 7.1
> After updating command line tools, Xcode and my phone's IOS to 7.1, I can no longer build a project even when creating from scratch.
> I get about 12 errors, some related to plugins:
> {code}
> ...
> ld: warning: ignoring file /Users/me/Library/Developer/Xcode/DerivedData/project/Build/Products/Debug-iphoneos/libCordova.a, missing required architecture arm64 in file /Users/me/Library/Developer/Xcode/DerivedData/project/Build/Products/Debug-iphoneos/libCordova.a (2 slices)
> Undefined symbols for architecture arm64:
>   "_OBJC_CLASS_$_CDVPlugin", referenced from:
> ...
> {code}
> Lot's of Apple Mach-O Linker errors.



--
This message was sent by Atlassian JIRA
(v6.2#6252)