My “project.pbxproj” is under version control. Xcode keeps changing the remoteGlobalIDString of libraries linked via a subproject.
Does anyone else have this problem? If yes, what can I do about it?
5A1F61F5162C0F6B001ABF64 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 5A0A1B5816147A4A00C65C6D /* MyReferencedSubProject.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 235B356E47F64C9DB6D76F45; << THIS CHANGES ALL THE TIME
remoteInfo = MyLibInMySubProject;
};
Only way fix it for me was to rewrite the project UUIDs generated by cmake: