McMartin/FRUT

Mac: Reprojucer.cmake doesn't handle the code-signing style properly

benediktadams opened this issue · 2 comments

When setting a TeamID and a Signing Identity in Projucer, CODE_SIGN_STYLE has to be set to value Manual in the generated Xcode Project.

Otherwise Xcode will assume automatic signing and throw the error:

ProductName has conflicting provisioning settings. ProductName is automatically signed for development, but a conflicting code signing identity Developer ID Application has been manually specified. Set the code signing identity value to "Apple Development" in the build settings editor, or switch to manual signing in the Signing & Capabilities editor. (in target 'ProductName' from project 'ProductName')

@benediktadams I've opened #713 to fix this issue. Could you please confirm that it works for you? Thanks!

Can confirm it works! Thank you!