Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build failed with RN 0.62 on iOS #114

Open
rmarquois opened this issue Jun 25, 2020 · 2 comments
Open

Build failed with RN 0.62 on iOS #114

rmarquois opened this issue Jun 25, 2020 · 2 comments

Comments

@rmarquois
Copy link

rmarquois commented Jun 25, 2020

I tried to add your library in my project but I got this error when I run on iOS :

Undefined symbols for architecture x86_64:
"OBJC_CLASS$_RCTImageLoader", referenced from:
objc-class-ref in MerryPhotoView.o

Below is my package.json :

"@merryjs/photo-viewer": "3.1.4",
"react-native": "0.62.2",

I found a fix in the react-native-unimodules repository and it works !

I applied this changes in MerryPhotoView.m file.

@RodolfoGS
Copy link
Contributor

I can't reproduce the bug, I tested and works perfect. Please create a reproducible demo if you can.

@evilchis94
Copy link

It also happens to me:

"@merryjs/photo-viewer": "3.2.1",
"react-native": "0.63.3"

NOTE: I'm using use_frameworks!

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

No branches or pull requests

4 participants