프로젝트 중간에 Info.plist파일을 Localization을 한 경우 Crashlytics run script할 때 아래와 같은 오류가 난다.
Required Info.plist Value Not Found A CFBundleIdentifier value in your Info.plist is required.
이럴 때는 프로젝트의 Root Path로 가서 Info.plist 파일을 열어보면 텅 비어있는 상태인데 Base.lproj 폴더의 Info.plist로 덮어씌우면 된다.
'코드와 오류 기록' 카테고리의 다른 글
Git Remote Branch 관련 명령어 (1) | 2020.01.31 |
---|---|
Apple distribution certification private key (0) | 2020.01.28 |
알 수 없는 "libc++abi.dylib: terminating with uncaught exception of type NSException" 오류가 발생하며 꺼질 때 (0) | 2019.08.20 |
[팀블로그 펌] WWDC2019 - iOS13 어떻게 달라지나? (0) | 2019.08.16 |
swift Moya video upload (0) | 2019.07.24 |