1

I have an application which is totally developed in xcode 4.6 ad now it is in app store also. Now i'm going to update the app in iOS7 also for that i upgraded my mac OS and xcode. my mac OS version is 10.8.5 and i installed xcode 5 also. Now my problem is xcode getting crash immediately when i edit and save the xib.

I tried all these ways.
1. Xcode 5 crashes -- Xcode quit unexpectedly
2. uninstall my xcode completely using this sudo /Developer/Library/uninstall-devtools --mode=all and install again

Community
  • 1
  • 1
wesley
  • 859
  • 5
  • 15

3 Answers3

0

You can try this :

When you open a xib file that was created in Xcode 4 in Xcode 5 you are prompted to upgrade the file to the new format. You want to only do it if all the people working on the project use Xcode 5 because the new files can’t be opened by older versions of Xcode.

Refer this links :

How to disable Xcode 5 automatically upgrade xibs to iOS7 appearance

http://nilsou.com/blog/2013/08/07/xcode-5-finally-makes-interface-builder-a-viable-option-for-teams/

I hope it will be helpful.

Community
  • 1
  • 1
Manoj Arun S
  • 543
  • 5
  • 17
  • while installing xcode 5 i totally uninstalled xcode 4.6 so there is nothing to be prompted to upgrade the xib file to the new format – wesley Oct 01 '13 at 10:31
0

Yes this was the problem with Xcode version DP4 and DP5. IF you are using these version then your Xcode5 will get crashed while adding/Editing XIB"S. I guess you should use Full version XCODE5 . This problem will be resolved.

Sundeep Saluja
  • 1,089
  • 2
  • 14
  • 36
0

Reset your simulator. And delete old app in simulator. I think this may work.

Jignesh Mayani
  • 6,937
  • 1
  • 20
  • 36