I used Xcode 9.0 and Xcode 8.3.3 on my mac (High Sierra) before. Yesterday, I update my mac system to Mojave, and my Xcode 8.3.3 can't open after update system. How to solve it.
- 3Solve it by upgrading to Xcode 10 or running Xcode 8.3.3 in a virtual machine.DDP– DDP2018-09-29 02:08:45 +00:00CommentedSep 29, 2018 at 2:08
- I upgrade my Xcode 8 to Xcode 10, but the Xcode 8.3.3 still crashv2Next– v2Next2018-09-29 02:14:12 +00:00CommentedSep 29, 2018 at 2:14
- @v2Next I think the idea was to use Xcode 10 instead of using the very out-of-date Xcode 8.3.3.rmaddy– rmaddy2018-09-29 02:30:12 +00:00CommentedSep 29, 2018 at 2:30
- 1Because work needs so I must use the Xcode 8.3.3.v2Next– v2Next2018-09-29 03:45:04 +00:00CommentedSep 29, 2018 at 3:45
- 11Needed to update Swift 2 projects to Swift 3. Xcode 10 won't open or compile Swift 2.E. Rivera– E. Rivera2018-10-11 19:18:22 +00:00CommentedOct 11, 2018 at 19:18
2 Answers2
It seems Xcode 8.3.3 doesn't support on macos 10.12 later version.You'd better run it in a VM with High Sierra.
Comments
After macOS Mojave upgrade, I encountered this. And unfortunately the only solution that I found is to reload XCode from App Store from scratch to the latest version.
After that everything works perfect.
It seems related with the access grants that Mojave keeps asking of.
Comments
Explore related questions
See similar questions with these tags.



