zantoku / google-toolbox-for-mac

Automatically exported from code.google.com/p/google-toolbox-for-mac
Apache License 2.0
0 stars 0 forks source link

GTMiPhone.xcodeproj does not build for iPad devices (iPhone OS 3.2 device) #48

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. Open GTMiPhone.xcodeproj.
2. Attach an iPad configured for development.
3. Change the SDK to 3.2 and the target to device.
4. Build and run.

What is the expected output?

Expect the project to build, deploy to the iPad, and run.

What do you see instead?

Errors about the project targeting iPhone, instead of iPad; and armv6 instead 
of armv7.

What version of the product are you using? On what operating system?

XCode 3.2.2 64-bit with iPhone SDK 3.2 on Mac OS X 10.6.3.

Please provide any additional information below.

Patch to follow.

Original issue reported on code.google.com by dominic.cooney@gmail.com on 18 Apr 2010 at 10:31

GoogleCodeExporter commented 9 years ago
Patch:

http://codereview.appspot.com/838049

Original comment by dominic.cooney@gmail.com on 18 Apr 2010 at 10:36

GoogleCodeExporter commented 9 years ago
I'd have to go back to the order these get applied, the general config might 
come after it and override things.

Original comment by thomasvl@chromium.org on 19 Apr 2010 at 3:03

GoogleCodeExporter commented 9 years ago
WFM on Xcode 3.2.

Original comment by dominic.cooney@gmail.com on 20 Apr 2010 at 12:45

GoogleCodeExporter commented 9 years ago
The issue is OS 3.2, not xCode 3.2

Original comment by BitcaB...@gmail.com on 31 May 2010 at 5:31

GoogleCodeExporter commented 9 years ago
Yes, the issue is OS 3.2. I was commenting that my patch fixes the problem in 
Xcode 3.2, re: thomasvl's 
comment that the patch depends on the order in which Xcode applies the config 
overrides.

Original comment by dominic.cooney@gmail.com on 1 Jun 2010 at 1:08