react-native-isDeviceRooted icon indicating copy to clipboard operation
react-native-isDeviceRooted copied to clipboard

Cannot link libRNIsDeviceRooted.a to react-native

Open mondemon opened this issue 6 years ago • 0 comments

I tried including the libRNIsDeviceRooted.a in Build Phases -> Link Binary with Libraries but when I try to build my project it prompts me the error below. Any idea? Thank you.

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: can't locate file for: -lPods-RNIsDeviceRooted error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: file: -lPods-RNIsDeviceRooted is not an object file (not allowed in a library)

mondemon avatar Aug 05 '19 07:08 mondemon