일모도원(日暮途遠) 개발자
[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으로 추가하여야 한다고 한다. (난 해보지 않았다. 이 옵션을 설정하면 애플에서 경고를 준다고 한다.)
'iOS개발 > 오류수정' 카테고리의 다른 글
[iOS오류수정] App sandbox not enabled (0) | 2022.07.20 |
---|---|
[XCode 에러수정] Package resolution errors must be fixed before building (0) | 2022.07.20 |
[에러수정] provisionprofile No such file or directory (0) | 2022.07.04 |
[XCode] 앱을 제출했는데 appstoreconnect에서 Build가 안보이는 경우 (0) | 2022.06.24 |
[XCode] No Accounts with App Store Connect access have been found for the team에러가 나올때. (0) | 2022.06.22 |