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

2014-03-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930916#comment-13930916
 ] 

Shazron Abdullah commented on CB-6223:
--

Seems ok with my tests:

{code}
$ cordova -v
3.4.0-0.1.3
$ xcodebuild -version
Xcode 5.1
Build version 5B130a
$ cordova create XC51Test asg.asg.xc51test XC51Test
Creating a new cordova project with name XC51Test and id asg.asg.xc51test 
at location /Users/shaz/Desktop/XC51Test
$ cd XC51Test
$ cordova platform add ios
$ cordova build
[] ** BUILD SUCCEEDED **
{code}

 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Blair Vanderhoof (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930917#comment-13930917
 ] 

Blair Vanderhoof commented on CB-6223:
--

Open the project in Xcode and try to run on a device, there will be 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930923#comment-13930923
 ] 

Shazron Abdullah commented on CB-6223:
--

Ah ok, I see them now

 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930935#comment-13930935
 ] 

Shazron Abdullah commented on CB-6223:
--

This was already fixed for 3.5.0 for the project template.

Fix:
{code}
1. Select your Project icon
2. Choose Build Settings. 
3. For Architectures, select $ARCHS_STANDARD - Standard architectures (armv7, 
armv7s, arm64)
4. For Valid Architectures, add arm64
5. Select your CordovaLib.xcodeproj icon
6. In the Build Settings for the Project (not Target), delete the conditional 
architecture settings (hover to see the minus sign)
7. For Architectures, select $ARCHS_STANDARD - Standard architectures (armv7, 
armv7s, arm64)
8. For Valid Architectures, add arm64
{code}

 

 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Blair Vanderhoof (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930962#comment-13930962
 ] 

Blair Vanderhoof commented on CB-6223:
--

{code}
6. In the Build Settings for the Project (not Target), delete the conditional 
architecture settings (hover to see the minus sign)
{code}

I don't see a Conditional architectures setting.

 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Jamie Perkins (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930970#comment-13930970
 ] 

Jamie Perkins commented on CB-6223:
---

[~VundaVon] he means the keys under Debug and under Release - if you hover them 
you'll see a minus sign. Or you can press delete.

 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
 Attachments: conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930967#comment-13930967
 ] 

Shazron Abdullah commented on CB-6223:
--

There is no Conditional architectures setting -- it's all those conditional 
settings under Architecture that are specific to iphoneos6, Any iOS SDK etc. 
Any child item under Debug or Release. Attaching screenshot.

 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
 Attachments: conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Blair Vanderhoof (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930972#comment-13930972
 ] 

Blair Vanderhoof commented on CB-6223:
--

Ok, it successfully runs on my device, however I get a blank screen then an 
exception in Xcode:

{code}
@implementation CDVDevice

- (void)getDeviceInfo:(CDVInvokedUrlCommand*)command
{

{code}

EXC_BAD_ACCESS

Seems like all the plugins need fixing?

 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
 Attachments: conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930977#comment-13930977
 ] 

Shazron Abdullah commented on CB-6223:
--

Not really, just the core. It actually has been fixed for 3.5.0:
https://issues.apache.org/jira/browse/CB-6150

 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
 Attachments: conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Blair Vanderhoof (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930978#comment-13930978
 ] 

Blair Vanderhoof commented on CB-6223:
--

Thanks, how can I use 3.5? Is this something I can install via npm?

 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
 Attachments: conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13930982#comment-13930982
 ] 

Shazron Abdullah commented on CB-6223:
--

No, we don't have it on npm yet. From CB-6150 you can just patch/overwrite two 
files in your 3.4.0 CordovaLib.xcodeproj files:
https://git-wip-us.apache.org/repos/asf?p=cordova-ios.git;h=82ce4f2

 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
 Attachments: conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Sebastian Moreno (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13931364#comment-13931364
 ] 

Sebastian Moreno commented on CB-6223:
--

I used the steps but I now get a blank screen as well, just white overall. I 
also patched the files without improvement

 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
 Attachments: 3.5.0_CordovaLib_BuildSettings.png, 
 conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Alex Lopez (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13931366#comment-13931366
 ] 

Alex Lopez commented on CB-6223:


An alternative while this is released could be downgrading to Xcode 5.0.2 here 
https://developer.apple.com/downloads/index.action and don't upgrade

 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
 Attachments: 3.5.0_CordovaLib_BuildSettings.png, 
 conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Alex Lopez (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13931416#comment-13931416
 ] 

Alex Lopez commented on CB-6223:


Shazron Abdullah I have just downgraded to Xcode 5.0.2, and builded my app on 
and iPhone 5 and iPad 2 both with OS 7.1 and worked fine, also just Archived my 
app and set to iTunes Connect with no problems, so this s an option for me.

 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
 Attachments: 3.5.0_CordovaLib_BuildSettings.png, 
 conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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


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

2014-03-11 Thread Shazron Abdullah (JIRA)

[ 
https://issues.apache.org/jira/browse/CB-6223?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13931420#comment-13931420
 ] 

Shazron Abdullah commented on CB-6223:
--

[~alexlopezit] see screenshot images attached to this issue - I've already 
referenced them in my comments.

In any case, I've posted a blog post regarding all these steps: 
http://shazronatadobe.wordpress.com/2014/03/12/xcode-5-1-and-cordova-ios/

 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
 Attachments: 3.5.0_CordovaLib_BuildSettings.png, 
 conditional_architectures.png


 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.
 Also see: 
 http://stackoverflow.com/questions/22334680/xcode-5-1-libcordova-a-architecture-problems



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