After upgrading to Xcode 6.3.2 I'm unable to build/run, analyse, profile project. Even project clean functionality looks broken. Does any body experienced similar problem and know how to fix it?
相关问题
- Xcode 6 Storyboard crashing when scrolling to part
- Images.xcassets breaking the laws of targets
- SpriteKit & Swift: Creating nodes via didBeginCont
- Xcode 6 GM with iPhone 5s (iOS 8 GM) - 0xE8000070
- Xcode 6 doesn´t find cocoapods libraries
相关文章
- Change color of accessoryType Swift
- Is it not possible to use “Analyze” with swift?
- How to format a date like “5 min”, “1 hour,”, “Yes
- Live Streaming in Swift
- Google Analytics not initialising in Swift
- CLLocationmanager delegate method is not working i
- How to convert code AVFoundation objective c to Sw
- Disable Hardware Keyboard for iOS Simulator using
The problem appears to go away when you go download and install the new command line tools for 6.3.2.
After struggling with this problem for couple of hours I have finally found solution. In my case Xcode Derived Data location was set to custom folder and it was the origin of the problem. After changing Xcode Derived Data location to default one everything back to normal.