-
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
xcode 12.5에서 빌드 실패 #225
Comments
@greencheese-dev 빌드 오류가 저거 외에 표시되는게 있을까요? 그리고 혹시 m1을 사용하고 계신지도 궁금합니다. 테스트 프로젝트도 한번 확인해주시고요. |
@hyochan 안녕하세요. KakaoLoginExample 코드에서 테스트하니 제가 작업중이 프로젝트와 동일한 오류가 발생했습니다. (android - 빌드 성공 / ios - 빌드 실패) $ npx react-native run-ios User defaults from command line: note: Using new build system ********** 중략 **************** 2021-05-06 17:47:39.626 xcodebuild[49240:716425] DTDeviceKit: Failed to mount DDI from 'DVTFilePath:0x7fe8c9577500:'/Applications/Xcode.app/Contents/Developer/Platforms/WatchOS.platform/DeviceSupport/7.4/DeveloperDiskImage.dmg'', error=-402652958: Error Domain=com.apple.dtdevicekit Code=806 "Failed to prepare device for development." UserInfo={AssociatedMobileDeviceFunction=AMDeviceMountImage, NSUnderlyingError=0x7fe8c84160c0 {Error Domain=com.apple.dt.MobileDeviceErrorDomain Code=-402652958 "The device is locked." UserInfo={MobileDeviceErrorCode=(0xE80000E2), com.apple.dtdevicekit.stacktrace=( The following build commands failed: info Run CLI with --verbose flag for more details. 아래는 xcode 상에서 나타나는 에러 메시지 입니다.Undefined symbols for architecture x86_64: ❌ Undefined symbol: Swift._ArrayBuffer._copyContents(initializing: Swift.UnsafeMutableBufferPointer) -> (Swift.IndexingIterator<Swift._ArrayBuffer>, Swift.Int)응답에 정말 감사드립니다. 건강하시고 하루 편히 마무리세요!! |
저도 최근 iOS 14.5가 업데이트 되면서, XCode도 12.5로 업데이트 했는데요. 그동안 빌드가 잘 되던게 업데이트 이후 동일한 현상이 발생하네요. |
아래의 내용 참고해 보세요. |
@themore8109님 감사합니다:) 알려주신대로 했더니 빌드가 잘 되네요!
|
해당 모듈과 관련 없는 이슈로 닫겠습니다. |
|
Version of kakao-login libraries
Version of react-native
Platforms you faced the error (IOS or Android or both?)
IOS
Expected behavior
빌드
Actual behavior
빌드 실패
Tested environment (Emulator? Real Device?)
xcode가 12.5로 업데이트되면서 개발에 사용중이던 아이맥의 업데이트(카탈리나 모델 미지원)를 지원하지 않아 디바이스 테스트를 위해 작업중이던 프로젝트를 맥북(빅서, xcode 12.5)에 clone하여 빌드를 시도했습니다.
안드로이드에서는 정상 작동하나, yarn ios시
error Failed to build iOS project. We ran "xcodebuild" command but it exited with error code 65.
error 메시지를 보여주며 빌드가 되지 않았고 아래의 지침대로 시도하였으나 해결되지 않았습니다.
(facebook/react-native#31480)
새로 프로젝트를 생성하여 빌드할 경우 문제없이 실행되어 dependencies가 의심되었고, 하나 하나 체크하던 도중 "@react-native-seoul/kakao-login": "^3.0.7", 를 제거했을 때 빌드를 성공하였습니다.
제가 작업하던 프로젝트는 올려주신 영상을 참고하여 셋팅하였습니다.
이 자리를 빌어 유용한 프로젝트 공유에 감사드립니다.
The text was updated successfully, but these errors were encountered: