Upgrading Xcode Project to 3.2 - objective-c

How would I update my xcode project to 3.2? I need the app delegate of 3.2, but on my current 3.1 project doesn't have them. Please let me know how to do this.
Thanks,
Kevin

I already told you how to add an application delegate in my answer on your other question. There aren't any other features that would require an “upgrade” of the project.

Related

MQX 4.2 RTOS integration with codewarior 10.6

I have to ask you for help.
I'm trying resurrected old project based on MQX 4.2 RTOS.
I'm using codewarior in 10.6 version but i can't find required packages for enable configure MQX rtos 4.2.
Can you help me somehow?
Link below sort of describe which packages i need:
https://community.nxp.com/t5/MQX-Software-Solutions/How-to-add-MQX-4-2-project-to-codewarrior-10-6/m-p/435906
Thanks a lot for your help.
PS.
I think I found solution but I need codewarior in version 10.2, i will looking for it.

xcode upgrade to 7.3.1 from 7.2.1

Right now i'm using xcode 7.2.1 and planning to upgrade to 7.3.1, my question is, xcode 7.3.1 has swift 2.2 and 7.2.1 has swift 2.1. there are some new functionalities added and old ones are removed by apple. so, is it ok to upgrade to 7.3.1? will it affect my current project? (which is in swift 2.1)
It definitely will affect your current project. But the changes shouldn't be that bad. Of course this depends on your project.
That's the situation with Swift right now and that won't change until the language becomes more stable.

XCode 6.4 submission

As new Xcode 7 released, Swift 2.0 also arrived. I've got a big project build in 1.2 and migrating to 2.0 standard can take a long time. Did anyone submit apps from 6.* Xcode? Or i MUST update my app and build it with 7.0 release? Thanks in advance.
Yes, i must update, i've updated and it was really painful

The file "PhotoUploader" could not be viewed as you dont have permission to view it

I downloaded PhotoUploader from github to integrate flicke in xcode, link is below
https://github.com/bobbypage/DPFlickr
Now I am trying to run the PhotoUploader example project in my xocde 6.Project snapshot is attached here. Please help me.
Solved it by myself:
Perform changes to upgrade the project to xcode 6 version.
Delete libz.1.2.3.dylib framework and then add libz.dylib

What version of Xcode should I be using?

My app is fairly close to being submitted for approval. I would like to make sure I am using the most current version of Xcode that I can. My Mac's operation system is Mac OS X Version 10.6.8 and I am using Xcode Version 3.2.3. I have seen that there are Versions 4.0 and 4.1 for Xcode. Should I be using one of these, or am I good to go?
Both Xcode 3.2 and 4.0 are supported on Snow Leopard. You can use any of them. Since you already use 3.2 I would recommend that you keep using that version until you find a good time to update to the 4.x series.
It is however a good idea to update to the latest version of Xcode 3.2, which is currently 3.2.6. That way you get the latest bug fixes and updates while staying on the 3.2 branch.
I highly recommend Xcode 4. You'll want to upgrade to it eventually anyway. Also, it makes it much easier to package up an app and submit it to the App Store. Just make sure you keep your Xcode 3, in case you need it - see here: Can I run Xcode 3 and Xcode 4 at the same time?