-
Xcode - The linked framework ~~ is missing one ore more architectures required by this target: arm64Programming/Errors 2021. 12. 26. 11:00
이 에러는 프로젝트를 Intel맥에서 생성하고 M1맥에서 실행하면 발생하는 문제인 거 같습니다.
해결 방법은 Build Settings을 추가시켜주면 끝!
1. Target -> Build Settings로 이동합니다.
2. +를 클릭한 후 Add User-Defined Setting 클릭
3. Key에 VALID_ARCHS Value에 $(ARCHS_STANDARD)를 입력해줍니다. 그럼 위와 같이 표시됩니다.
그럼 이제 양쪽에서 모두 정상적으로 빌드가 됩니다.
728x90'Programming > Errors' 카테고리의 다른 글
Terminal - Homebrew 설치 중 illegal user name ERROR (0) 2022.01.26 ERROR - Can't find keyplane that supports type 4 for keyboard (0) 2022.01.10 Xcode - Multiple commands produce (0) 2021.12.19 Xcode - Build input file cannot be found: ~/Info.plist (0) 2021.12.19 Terminal - Mac 업그레이드 후 xcrun error 해결하기 (0) 2021.10.27