일모도원(日暮途遠) 개발자

[XCode] Entitlements file was modified during the build, which is not supported 에러 본문

iOS개발/오류수정

[XCode] Entitlements file was modified during the build, which is not supported 에러

달님개발자 2022. 7. 1. 18:12

 

 

Entitlements 파일에서 App Sandbox 값을 바꾸어서 빌드를 하면 아래 같은 컴파일 에러가 날때가 있다.

Entitlements file "AraMultiPlayerPro.entitlements" 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.

 

 

이럴땐 Clean Build Folder를 한번 하고 다시 컴파일 하자.

 

 

참고로 "CODE_SIGN_ALLOW_ENTITLEMENTS_MODIFICATION"은 Build Settings에서 왼쪽의 + 버튼을 누른후 Add User-Definded Setting으로 추가하여야 한다고 한다. (난 해보지 않았다. 이 옵션을 설정하면 애플에서 경고를 준다고 한다.)