в xcode: < /h3>
Код: Выделить всё
Framework 'FirebaseFirestoreInternal' not found
Linker command failed with exit code 1 (use -v to see invocation)
< /code>
в терминале: < /h3>
...
warning: Run script build phase '[CP-User] [RN]Check rncore' will be run during every build because it does not specify any outputs. To address this warning, 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 'React-Fabric' from project 'Pods')
warning: Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, 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 'MyProject' from project 'MyProject')
warning: Run script build phase '[CP-User] [RNFB] Core Configuration' will be run during every build because it does not specify any outputs. To address this warning, 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 'MyProject' from project 'MyProject')
--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:8048419F-71CF-4667-84A5-E9AD68D06A56, OS:17.5, name:iPhone 15 Pro }
{ platform:iOS Simulator, id:8048419F-71CF-4667-84A5-E9AD68D06A56, OS:17.5, name:iPhone 15 Pro }
** BUILD FAILED **
The following build commands failed:
Ld /Users/alexbalinski/Library/Developer/Xcode/DerivedData/MyProject-fvojrknysdvjhsgiaiyvidihehoq/Build/Products/Debug-iphonesimulator/MyProject.app/MyProject normal (in target 'MyProject' from project 'MyProject')
(1 failure)
Podfile (только часть):
Код: Выделить всё
target 'TheLifeyApp' do
config = use_native_modules!
$RNFirebaseAsStaticFramework = true
# Firebase modules
pod 'Firebase', :modular_headers => true
pod 'FirebaseCore', :modular_headers => true
pod 'FirebaseFirestore', :modular_headers => true
pod 'FirebaseCoreInternal', :modular_headers => true
pod 'FirebaseCoreExtension', :modular_headers => true
pod 'GoogleUtilities', :modular_headers => true
pod 'FirebaseFirestoreInternal', :modular_headers => true
# ...
[*] Удаление defiveddata и очистка Code Code Cacches
[*] Запуск Pod Update
. deintegrate && pod install
[*] Изменение цели развертывания iOS
[*] Удаление всех: modular_headers => true
< /li>
< /ul>
К сожалению, ничто не решило проблему. Я очень признателен за любую помощь.
Подробнее здесь: https://stackoverflow.com/questions/788 ... t-native-f
Мобильная версия