最佳答案
I am doing command line xcodebuild using a shell script. My problem is if I open and close the xx.xcodeproj
file once and then use that command it works well.
Somehow if I get deep into the file changes, this project.xcworkspace
is the only file that has changed. Is this file valid and should I check it into version control?
Will this cause any issues?
I've heard that it's as important as .pbxproj
: is this true?
I couldn't find any valid documentation which talks about the roles and responsibilities of various files in the xcode project files. Please provide links which help me to understand that.