Xcode's output:
↳
Command CompileSwiftSources failed with a nonzero exit code
ld: building for iOS Simulator, but linking in dylib built for iOS, file '/ios/Pods/naveridlogin-sdk-ios/NaverThirdPartyLogin.framework/NaverThirdPartyLogin' for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
Could not build the application for the simulator.
빌드 아키텍처 차이
x86_64 / arm64
'Team > 난감했던 이슈들' 카테고리의 다른 글
사용중인 프로세스 강제종료 -> lsof -PiTCP -sTCP:LISTEN (0) | 2022.10.25 |
---|---|
[ Firebase ] 토큰 값이 변경 되는 경우 (0) | 2022.04.12 |
[ FLUTTER ] 빌드 시 multidex에러 (0) | 2022.03.17 |
[ FLUTTER ] 이미지 업로드 용량 문제 (0) | 2022.03.11 |
[ ANGULAR ] polyfills 수정 후에도 IE 안되는 경우 (0) | 2022.02.28 |