2

Okay, so I'm trying to work on my app here and I'm trying to go to my Storyboard. Everytime I tap on the .Storyboard file, Xcode says "Application is not responding" and it quits. This issue just started happening last night(after installing OS X El Capitan beta 6). I'm not sure what's going on with this. Ran in with this with Xcode 6.4 and Xcode 7 beta 4.

UPDATE : A look on the developer forums shows that this issue has been happening for everyone. It seems that OS X El Capitan beta 6 breaks both versions of Xcode. Ugh. Now we wait for a new build of OS X or a new build of Xcode.

Amit Kalra
  • 4,085
  • 6
  • 28
  • 44

3 Answers3

2

Thanks to lembacon shared a temporary workaround. (Applies to Xcode 7 beta 4 on OS X El Capitan Developer Beta 6)

Open your Terminal:

cd /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib 
sudo mv dyld_sim dyld_sim.orig 
cd /Applications/Xcode-beta.app/Contents/Developer/Platforms/WatchSimulator.platform/Developer/SDKs/WatchSimulator.sdk/usr/lib
sudo mv dyld_sim dyld_sim.orig 

For XCode 6:

cd /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/usr/lib 
sudo mv dyld_sim dyld_sim.orig 
Maxim
  • 125
  • 1
  • 5
1

According to Apple developer Forums: https://forums.developer.apple.com/thread/13170

You can reinstall Beta 5 by downloading and running the following directly from Apple's CDN. This can be done over Beta 6 without loss of data (you lose sound but disabling SIP from Recovery Mode may bring that back):

Run the FirmwareUpdate.pkg first

Brian Nezhad
  • 6,148
  • 9
  • 44
  • 69
  • Yeah, I'm just going to wait a day for an update for OS X or maybe Xcode 7 beta 5. If that doesn't solve it, I'm going back to OS X El Capitan beta 5. – Amit Kalra Aug 04 '15 at 21:05
  • you lose sound but disabling SIP from Recovery Mode may bring that back . did you tried and worked for you? Does not seem that SIP is the Issue with the sound. – bMalum Aug 05 '15 at 10:27
  • I thought to go this way, too, but in time found a simple solution. – Maxim Aug 05 '15 at 13:23
0

Same problem here. I updated to OS X El Capitan beta 6 this afternoon and it broke both version of Xcode (6.4 and 7 beta 4). One of my project was left over at .Storyboard so whenever I open Xcode it will loading it forever and stop responding. I tried to created a new project and the same thing happens when I click the storyboard file. Guess we have to wait for a new version of Xcode.

Kiba Sun
  • 41
  • 1
  • 6