X-Guard / react-native-flic2

Use Flic 2 within your React Native application with ease.
Other
8 stars 9 forks source link

fatal error: module 'flic2lib' not found #9

Closed LeoCp closed 3 years ago

LeoCp commented 4 years ago

Build is failing in iOS

/Users/leonardo/my-security-v3/node_modules/react-native-flic2/ios/Flic2.h:8:9: fatal error: module 'flic2lib' not found
@import flic2lib;
 ~~~~~~~^~~~~~~~
6 warnings and 1 error generated.

@wesdewitte @jdegger

wesdewitte commented 4 years ago

@LeoCp Thx for the issue. The error has been noted, we are working on it. In the meantime you could go back to commit: 3107083ae9146322d31ecaf95ec7914b07e8e5ec

After that we've updated the ios lib which is probably broken then.

wesdewitte commented 3 years ago

@LeoCp I've updated the package, tell me if the error is still there

jdegger commented 3 years ago

Closing this issue for now, let us know if it persists.