XCode 6.4 submission - xcode6

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

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 autocomplete not working for a particular project in Objective C

I am currently on XCode Beta Version 9.3 beta 2 (9Q107o. I am facing some issues with a particular project. Autocomplete seems to have broken for the project. Its working fine for other projects.
Can anyone please help. Can't seem to figure out.
Thanks
Autocomplete working in Xcode is by no means guaranteed and definitely not for a beta. Try quitting everything, deleting your derived data, restarting your computer and if that doesn't work, go back to a supported version.
You can do as #Alper say, If it doesn't work. try restore Xcode to the default Settings ,than restarting your Xcode
This is the officially recommended way to delta Xcode preferences, type in Terminal.app:
defaults delete com.apple.dt.Xcode
That should restore Xcode to the state of its first launch.
(for older versions of Xcode the command was defaults delete com.apple.Xcode, i.e. without the dt in the middle).

NSURLConnection is not building connection using AFNetworking/CocoaPods due to incompatibility [Old version of iOS]

First of all, let me tell you that I'm using xcode 4.6.3 and iOS 6.1. I have been trying to build connection using AFNetworking or CocoaPods. it throws errors due to backward compatibility issues. Current error is xctest/xctest.h Is there any way out to this problem? I'm highly confused on this. Any help would be appreciated.
What version of AFNetworking you are using -
AFNetworking 3.0 is the latest major release of AFNetworking, a delightful networking library for iOS & Mac OS X. To keep this library maintainable moving forward, 3.0 removes all support for the now deprecated NSURLConnection based APIs.
https://github.com/AFNetworking/AFNetworking/wiki/AFNetworking-3.0-Migration-Guide
I hope this will help.

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?

Upgrading Xcode Project to 3.2

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.