You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.
ld: warning: directory not found for option '-L/Users/<>/Library/Developer/Xcode/DerivedData/<>-hisbminqdfdpcigcbqkhawggzsha/Build/Intermediates.noindex/ArchiveIntermediates/VPT/BuildProductsPath/Release-iphoneos'
ld: library not found for -lACPAnalytics_iOS
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
This is most likely caused by 0.60 switching to using auto-linking to link native libraries. The quick fix for this is most likely running pod install in the ios directory of your project.
The issue you are facing is most likely an issue with React Native during the upgrade process, if you search Google you can find many instances of a similar issues arising when upgrading to 0.6. I would suggest using the fixes in the github issues. facebook/react-native#28483 react-native-community/upgrade-support#66
After upgrading react native version from v0.59.9 to v0.63. I am getting error when trying to build for ios.
Expected Behaviour
Should build successfully
Actual Behaviour
Getting the following error
ld: library not found for -lACPAnalytics_iOS
Steps to Reproduce
Open Xcode and try to build (Press Archive) the project
Platform and Version
Logs taken while reproducing problem
The text was updated successfully, but these errors were encountered: