True, but some details appear to be missing, and it sounds more like there was an original project from the 3.2.6 days that was opened in 5.1.1 (the op is only new to 5.1.1, not Xcode). It sounds more like after the project was opened in 5.1.1, some changes were made to the project like making a new header and source file which the op assumed to be the problem, probably because the project hadn't been built first.
I've seen that kind of error lots of times just by trying to build some really old projects. Sometimes recreating the project from scratch is best, but most of the time just adjusting the deployment target and base SDKs gets things going. -- Gary L. Wade (Sent from my iPhone) http://www.garywade.com/ > On Jul 30, 2014, at 10:12 AM, Jens Alfke <[email protected]> wrote: > > >> On Jul 30, 2014, at 6:53 AM, Gary L. Wade <[email protected]> >> wrote: >> >> Your Xcode 3.2.6 project most likely references at most 10.6, which is not >> supported by Xcode 5.1.1, so you'll need to adjust your project's SDKs to >> match those installed. Select the project in the file viewer, choose the >> build settings panel, and enter SDK in the search field. > > Honestly, if it’s a simple project and the OP is new-ish to Xcode, it’d be > easier just to create a new project in Xcode 5 and add the existing source > files. > > —Jens _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
