I’m encountering this weird issue where my .xcodeproj is opening on code. Anyone knows where to check or undo? Currently checking the diff using FileMerge on Sourcetree and so far it’s not helping. I’m using Xcode 13.2.1. I want it to open normally like before. Last thing I did before it happened is I just did a pod install
on my Podfile. Right clicking it via Open as
doesn’t give me any options also aside from <None>
option.
Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
What I did that worked was to copy the
UserInterfaceState.xcuserstate
file that was working in my other builds and paste it within the same location in the build that was broken.Did you try to uncheck this? I solved similar issue with this button.