Opening Old Projects in Xcode 4.3.3
Opening Old Projects in Xcode 4.3.3
- Subject: Opening Old Projects in Xcode 4.3.3
- From: Brian Hughes <email@hidden>
- Date: Sat, 25 Aug 2012 01:12:56 -0400
- Importance: Normal
I have an old OS X project that I created in Xcode 2.5. It was created using the OS X 4.11 SDK on an old Power PC G5. The project was done as a Universal (i386). The product it creates works fine on intel computers. However I have decided to begin the process of upgrading it to the modern world. When I open the project in Xcode 4.3.3 it immediately shows 84 issues which should be no problem to fix. However when I try to run it I get and alert that says:
The run destination My Mac 64-bit is not valid for Running the scheme 'LTN'.
The scheme 'LTN' contains no buildables that can be built for the SDKs supported by the run destination My Mac 64-bit. Make sure your targets all specify SDKs that are supported by this version of Xcode.
Here are my Architecture settings:
Release: ARCHS = ppc i386
SDKROOT = $(DEVELOPER_SDK_DIR)/MacOSX10.4u.sdk
SUPPORTED_PLATFORMS = macosx
VALID_ARCHS = i386 x86_64
How should I change these to begin the process of updating the code in this project?
|
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden