UPDATE to my previous post. Reopening another post did allow xcode to open without crashing; however, my current project failed to open and did in fact crash xcode.
This worked for me: deleted my project workspace, deleted my podfile.lock and Pods folder. You may also simply rename at the terminal with: > mv yourprojectfile.workspace to yourprojectfile.workspace.bak or any other name. Do the same for the folder.
reinstalled my pods via > pod install.
So the crash was due to my project. Before you go nuts trying to fix xcode, it may be a good idea to test if it an xcode problem or a project problem. So thanks for your tip: by opening another project, it led me to think this issue was my current project.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: