행복한 세상의 니노

[ error ]Entitlements file "-------" was modified during the build, which is not supported. You can disable this error by setting 'CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION' to 'YES', however this may cause the built product's code signature or provisio.. 본문

IOS

[ error ]Entitlements file "-------" was modified during the build, which is not supported. You can disable this error by setting 'CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION' to 'YES', however this may cause the built product's code signature or provisio..

니노z 2023. 1. 12. 10:04

[ Xcode error ] 

Entitlements file "-------" was modified during the build, which is not supported. You can disable this error by setting 'CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION' to 'YES', however this may cause the built product's code signature or provisioning profile to contain incorrect entitlements.

 

[ 해결방법 ]

Product -> Clean Build Folder

 

 

https://stackoverflow.com/questions/55456335/entitlements-file-was-modified-during-the-build-which-is-not-supported

 

Entitlements file was modified during the build, which is not supported

I'm getting following error during release build: error: Entitlements file "projectname.entitlements" was modified during the build, which is not supported. You can disable this error by

stackoverflow.com