몇 일 전만해도 잘 빌드되던 것이 갑자기 에러를 뿜어냈다(건드린 게 없는데;;)
The following build commands failed:
CompileSwift normal x86_64...
EmitSwiftModule normal x86_64...
CompileSwiftSources normal x86_64...
(3 failures)
info Run CLI with --verbose flag for more details.
error Command failed with exit code 1.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
자세히 보아하니 공통된 아이들이 보인다. normal x86_64
관련해서 검색을 해봤으나 다양한 경우의 수가 있는 거 같아, 내 경우만 기록한다
위 그림은 Xcode > Targets > (프로젝트 선택) > Build Settings > Architectures에 속해있는 부분이다
arm64라고 이전에 발생한 에러 때문에 추가했던 부분인데, 혹시나해서 둘 다 삭제하고 빌드해보니... 왠걸?
성공하는 게 아닌가?
정확한 이유는 할 수 없어 찜찜하지만 짐작을 해보자면,
React Native 공식 홈페이지에도 M1 mac 관련하여 pod install의 설명이 추가된 것처럼
내가 사용하고 있는 libraries 중에서도 M1을 지원해주면서 발생한 게 아닌가 싶다
물론 확실하진 않고 나중에 알게 되면 업데이트 해놔야겠다
끝. (찜찜...)
'프로그래밍 > React Native' 카테고리의 다른 글
[React Native] CodePush Test 방법 (0) | 2022.09.24 |
---|---|
[React Native] CodePush 설정 시, 추가해야 될 부분 정리 (0) | 2022.09.20 |
[React Native] I get the warning "Non-serializable values were found in the navigation state" 에러 (0) | 2022.08.13 |
[React Native] Blur 효과 만들기 (0) | 2022.08.05 |
[React Native] TextInput의 secureTextEntry 속성 적용 시 문제 (0) | 2022.04.14 |
댓글