728x90
Xcode build fails with Undefined symbols for architecture arm64:
I got the following warning on Github CI when trying to build an iOS archive: ld: warning: ignoring file ios/myframework.xcframework/ios-arm64/myframework.framework/myframework, building for iOS-ar...
stackoverflow.com
Undefined Symbol error
- pod으로 받은 특정 프레임워크가 없다면서 빌드 시 build log에 아래와 같은 에러로그가 찍힘
Undefined symbols for architecture arm64:
Solution
- 콘솔에 git lfs pull을 실행해서 큰 binary 파일들을 빌드 전에 한 번 더 내려받고 빌드 시 해결됨
728x90
'iOS > 이슈' 카테고리의 다른 글
[iOS Issue] iOS12에서 Constraint의 priority 사용 시 크래시 발생 (0) | 2022.08.17 |
---|---|
[iOS Issue] CALayer의 contents의 image가 안보임 (0) | 2022.06.25 |
[iOS Issue] CLLocationManager 사용 시 주의할 점 (0) | 2022.05.30 |
[iOS Issue] status bar 클릭 시 scrollView가 top으로 이동하는 현상 (0) | 2022.05.25 |
[iOS Issue] constraint으로 animate 하기 전, layoutIfNeeded를 꼭 호출해야함 (0) | 2022.05.21 |
댓글