Compiling expo-camera Pods/ExpoCamera » ExpoCamera-dummy.m
› Packaging expo-camera Pods/ExpoCamera » libExpoCamera.a
› Executing expo-camera Pods/ExpoCamera » Copy generated compatibility header
› Executing SpendingPlanner » [CP] Check Pods Manifest.lock
› Executing SpendingPlanner » [Expo] Configure project
› Compiling SpendingPlanner » SplashScreen.storyboard
› Linking SpendingPlanner » __preview.dylib
› Copying ios/SpendingPlanner/Supporting/Expo.plist ➜ ./Expo.plist
› Copying ./PrivacyInfo.xcprivacy ➜ ios/SpendingPlanner/PrivacyInfo.xcprivacy
› Preparing SpendingPlanner » Info.plist
› Compiling SpendingPlanner » SpendingPlanner_vers.c
› Linking SpendingPlanner » SpendingPlanner.debug.dylib
⚠️ ld: ignoring duplicate libraries: '-lc++'
❌ ld: library 'Pods-SpendingPlanner' not found
❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run script build phase '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'hermes-engine' from project 'Pods')
› 2 error(s), and 2 warning(s)
CommandError: Failed to build iOS project. "xcodebuild" exited with error code 65.
Я не знаю, что делать. Я использую EXPO SDK 54. Мне пришлось исключить архитектуру Arm64 из моего Xcode, чтобы MLKit OCR работал в моем проекте, но теперь я получаю эту ошибку.
❌ ld: library 'Pods-SpendingPlanner' not found ❌ clang: error: linker command failed with exit code 1 (use -v to see invocation)
Run script build phase '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'hermes-engine' from project 'Pods')
› 2 error(s), and 2 warning(s)
CommandError: Failed to build iOS project. "xcodebuild" exited with error code 65. [/code] Я не знаю, что делать. Я использую EXPO SDK 54. Мне пришлось исключить архитектуру Arm64 из моего Xcode, чтобы MLKit OCR работал в моем проекте, но теперь я получаю эту ошибку.