Ramble01 / nativedriver

Automatically exported from code.google.com/p/nativedriver
Apache License 2.0
0 stars 0 forks source link

Unable to run native drive examples with IOS 5 sdk and XCODE 4.2 #12

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Hi Have any body tried native driver with IOS sdk 5 and xcode 4.2? i am getting 
this unsupported GCC 4.2 selected for architecture i386, compiler issue when 
tried to execute example tests that comes with native driver..any ideas? 

Original issue reported on code.google.com by rasangaKS on 17 Oct 2011 at 10:40

GoogleCodeExporter commented 9 years ago
I get the same error with Xcode 4.2 and IOS SDK 5.  It worked fine before I 
upgraded Xcode and the IOS SDK.  I'm not an Xcode "guru" and don't have much in 
the way of Mac skills, so I'd really appreciate a fix here for the latest 
versions of the Mac tools.

Original comment by c.martin...@gmail.com on 26 Oct 2011 at 7:17

GoogleCodeExporter commented 9 years ago
I was able to compile this with 4.3 on the emulator however the sampleApp was 
unable to be compiled on the actual phone 

Original comment by JakeVanG...@gmail.com on 3 Nov 2011 at 5:31

GoogleCodeExporter commented 9 years ago
You can:
1. import 3.1.3 SDK and emulator from previous xCode
OR
2. set SDK to desired manually 
a. first go here
- go to "Summary" and set "Deployment target" in drop-down menu
b. then go here
- go to "Build Settings" and set "Base SDK" in drop-down menu 

Original comment by alexande...@gmail.com on 6 Feb 2012 at 3:06