카테고리 없음

Xcode 어이없는 오류들 모음 (추가)

s2jinny 2025. 1. 8. 01:23

에러 내용 : 

Showing All Messages
Undefined symbol: __swift_FORCE_LOAD_$_swift_Builtin_float

Undefined symbol: __swift_FORCE_LOAD_$_swift_errno

Undefined symbol: __swift_FORCE_LOAD_$_swift_math

Undefined symbol: __swift_FORCE_LOAD_$_swift_signal

Undefined symbol: __swift_FORCE_LOAD_$_swift_stdio

Undefined symbol: __swift_FORCE_LOAD_$_swift_time

Undefined symbol: __swift_FORCE_LOAD_$_swiftsys_time

Undefined symbol: __swift_FORCE_LOAD_$_swiftunistd

Linker command failed with exit code 1 (use -v to see invocation)

왜이래 하고 찾아봤는데, xcode 15.3 버전에서만 나타나는 오류라고 한다. 페이스북앱이벤트 라이브러리쓰면서 오류났다는 사람도 있구,,, 나는 그냥 버전이 안 맞나보다.

그래서 16으로 올리면 된다해서, xcode 16.2로 올림 !! 업데이트 !!!  

 

또 다른 오류에 직면. . .  정말 정말 오래걸림..... 

#import <Firebase/Firebase.h>

 

를 찾을수 없다나 뭐라나 ...... 

Firebase SDK, pod install, rm 등등 다 해봄. ㅜㅜ 안되더니

Framework -> Target -> Build Phases 여기 들어가서 "Allow Non-modular Includes in Framework Modules" -> 항목 -> YES 로 바꾸라는 거 봄. 

 

난 바로 안나와서 검색에 치고 yes로 바꿔주니 .. 실행 완료........ 💧

 

ㅋㅋ오래걸림.