-
Notifications
You must be signed in to change notification settings - Fork 137
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Undefined symbols for architecture x86_64 #218
Comments
+1 같은 현상입니다. 어제까지 멀쩡히 되다가, Xcode(12.4 그전버전) 를 12.5로 업데이트 되면서 안됩니다. |
|
오류비슷한 현상 입니다. m1 Mac / xCode 12.5에서 발생했습니다.
ld: warning: Could not find or use auto-linked library 'swiftWebKit' Undefined symbols for architecture arm64: "__swift_FORCE_LOAD_$_swiftWebKit", referenced from: __swift_FORCE_LOAD_$_swiftWebKit_$_kakao_login in libkakao-login.a(RNKakaoLogins-5cf9dfe5f5d3a86edcdbe058550d07c5280aa896e91d678865587622c4675d94.o) (maybe you meant: __swift_FORCE_LOAD_$_swiftWebKit_$_kakao_login) "Swift._ArrayBuffer._copyContents(initializing: Swift.UnsafeMutableBufferPointer) -> (Swift.IndexingIterator>, Swift.Int)", referenced from: generic specialization > of Swift._copyCollectionToContiguousArray(A) -> Swift.ContiguousArray in libAlamofire.a(NetworkReachabilityManager.o) ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation) 해결법자체적으로 찾은 해결법은 아래와 같습니다. 참고 : https://stackoverflow.com/questions/67337293/xcode-v12-5-build-error-on-opening-sqlite-db |
다른 에러가 나면서 빌드가 되지 않습니다. |
@themore8109 님이 제시해주신 방법으로 빌드되는것을 확인했습니다. 모두 도움 주셔서 감사합니다. ( __) |
Version of kakao-login libraries
3.0.6
Version of react-native
0.63.4~
Platforms you faced the error (IOS or Android or both?)
IOS
Expected behavior
xcode 업데이트 이후부터 빌드가 되지 않습니다. (이전버전이 12인지는 불분명합니다..)
Actual behavior
아래와 같은 에러가 뜨면서 빌드가 되지 않습니다.
Tested environment (Emulator? Real Device?)
ios 에뮬레이터 환경입니다
The text was updated successfully, but these errors were encountered: