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
After react native version increased to 0-62.2, I encountered many problems. This is one of them in the following question:
-- I took this page for reference and edited it [https://react-native-community.github.io/upgrade-helper/?from=0.59.3&to=0.62.0](React native community)
-- Podfile updated
-- react-native-cli: 2.0.1
react-native: 0.62.2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld: library not found for -lRCTAnimation
warning: The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 6.0, but the range of supported deployment target versions is 8.0 to 13.4.99. (in target 'OpenSSL-Universal' from project 'Pods')
** BUILD FAILED **
The following build commands failed:
Ld /Users/ibrahimyolbir/Library/Developer/Xcode/DerivedData/DGFonder-fxqthwkcalsxjgaeqbdxsodcnrou/Build/Products/Debug-iphonesimulator/DGFonder.app/DGFonder normal x86_64
(1 failure)
The text was updated successfully, but these errors were encountered:
After react native version increased to 0-62.2, I encountered many problems. This is one of them in the following question:
-- I took this page for reference and edited it [https://react-native-community.github.io/upgrade-helper/?from=0.59.3&to=0.62.0](React native community)
-- Podfile updated
-- react-native-cli: 2.0.1
react-native: 0.62.2
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered: