upgrade-support icon indicating copy to clipboard operation
upgrade-support copied to clipboard

[0.61.5 to 0.62.2] Library not found for -lReact-RCTActionSheet

Open natuShubham96 opened this issue 4 years ago • 4 comments

Environment

System: OS: macOS Mojave 10.14.6 CPU: (4) x64 Intel(R) Core(TM) i5-4308U CPU @ 2.80GHz Memory: 17.70 MB / 8.00 GB Shell: 3.2.57 - /bin/bash Binaries: Node: 13.12.0 - /usr/local/bin/node Yarn: 1.22.4 - /usr/local/bin/yarn npm: 6.14.4 - /usr/local/bin/npm Watchman: 4.9.0 - /usr/local/bin/watchman Managers: CocoaPods: 1.7.5 - /usr/local/bin/pod SDKs: iOS SDK: Platforms: iOS 13.2, DriverKit 19.0, macOS 10.15, tvOS 13.2, watchOS 6.1 Android SDK: Not Found IDEs: Android Studio: 3.6 AI-192.7142.36.36.6392135 Xcode: 11.2.1/11B500 - /usr/bin/xcodebuild Languages: Java: 12.0.2 - /usr/bin/javac Python: 2.7.16 - /usr/bin/python npmPackages: @react-native-community/cli: Not Found react: 16.11.0 => 16.11.0 react-native: 0.62.2 => 0.62.2 npmGlobalPackages: react-native: Not Found

Upgrading version

0.62.2

Description

Reproducible demo

Followed all the steps mentioned in

https://github.com/react-native-community/upgrade-support/issues/13

For xcode related changes, along with other changes as mentioned in

https://react-native-community.github.io/upgrade-helper/?from=0.61.5&to=0.62.2

But facing following error

ld: library not found for -lReact-RCTActionSheet

natuShubham96 avatar May 05 '20 07:05 natuShubham96

@natuShubham96 any resolution on this

jatsrt avatar Jun 05 '20 13:06 jatsrt

Facing this issue too.

Edit: Strangely enough, I solved it by removing the lib from Build Phases Library linking option.

mhashim6 avatar Aug 05 '20 08:08 mhashim6

I have the same problem :(

lorenamelor avatar Aug 07 '20 15:08 lorenamelor

Facing this issue too.

Edit: Strangely enough, I solved it by removing the lib from Build Phases Library linking option.

For anyone in the future - this is the correct solution.

super-potion avatar Sep 20 '20 07:09 super-potion