ErlichChen / react-native-healthkit

5 stars 1 forks source link

Problem with archiving in Xcode #3

Open ennaed11 opened 5 years ago

ennaed11 commented 5 years ago

Hello I encountered another error. Linking the module has a problem. Every time i try to archive the app, it throws an error that it can't find the library. It works on my simulator but I can't archive it. I already added the search paths in the build settings but the error still happens. Please help ;-;

image

Edit: I think the problem lies here, I'm not sure why Xcode can't see libreact-native-healthkit.a image

ErlichChen commented 5 years ago

Thank you for reporting the issue. Did you try to build lib individually?

ennaed11 commented 5 years ago

No. I am quite inexperienced with xcode so I'm afraid I might break stuff. But I found a fix.

ErlichChen commented 5 years ago

Great, I'll check it tomorrow and comment it on the readme.