iOS Xcode project file sharing for multiple developers
What is the best practice for multiple developers working on the same iOS project? Is there a way to avoid having 开发者_运维知识库to reset the code signing build settings (while keeping the rest shared) when multiple developers are working on the same Xcode project?
If you set the code signing identity to iPhone Developer (Automatic selection)
instead of iPhone Developer: Joe McDoe
, then it will automatically find an appropriate signing identity in the local keychain, and it should work fine for each developer on your team.
精彩评论