Skip to content
This repository has been archived by the owner on Jun 16, 2023. It is now read-only.

library not found for -lRCTCamera #2084

Closed
masrc opened this issue Jan 31, 2019 · 3 comments
Closed

library not found for -lRCTCamera #2084

masrc opened this issue Jan 31, 2019 · 3 comments

Comments

@masrc
Copy link

masrc commented Jan 31, 2019

Hey, guys! So, this week I'm making the RCTCamera to RNCamera migration.
I've followed this doc and on Android its working fine, however, on IOS I got this error:

screen shot 2019-01-31 at 15 17 00

Reinstall pod depencencies and running react-native link again doesn't show any effects. Any idea about to solve it?

Version
IOS: 11.3

"react": "16.0.0-alpha.12",
"react-native": "0.48.4",
"react-native-camera": "^1.9.0"

@n1ru4l
Copy link
Collaborator

n1ru4l commented Feb 1, 2019

@masrc Might be possible that lRCTCamera.a is still referenced in the Link Binary With Libraries section in the Build Phases tab on xcode and cannot be located.

@masrc
Copy link
Author

masrc commented Feb 1, 2019

Yep, its solved!! Thank u

@masrc masrc closed this as completed Feb 1, 2019
@pabloimmediate
Copy link

pabloimmediate commented Aug 23, 2019

Thanks, really helpful!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants