30-days-of-react-native icon indicating copy to clipboard operation
30-days-of-react-native copied to clipboard

ld: library not found for -lRCTAnimation

Open ibrahimyolbir opened this issue 4 years ago • 0 comments

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)

ibrahimyolbir avatar Apr 27 '20 08:04 ibrahimyolbir