FrontEnd/ReactNative

[ReactNative-Debugging] The linked library 'libPods-xxx.a' is missing one or more architectures required by this target: arm64.

Grace 2022. 11. 15. 13:40

The linked library 'libPods-xxx.a' is missing one or more architectures required by this target: arm64.

Build Settings > Architectures로 이동하여
arm64를 추가해주고 다시 빌드하면 해결 가능
arm 64가 아니고 x86_64일 경우에도 같은 방식으로 추가해주면 된다.

출처: https://success206.tistory.com/156 [CaffeLatte의 Programming]