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

iOS linking cause some odd XCode compile issues

Open cristianocca opened this issue 7 years ago • 0 comments

Running: react-native link react-native-workers

And then trying to open the project with xcode (i.e, to manually link another library), breaks the project in a way it can no longer compile.

Basically, it causes some React modules to fail to compile.

Running unlink reverts the issue.

Errors:

screen shot 2018-07-28 at 21 22 20 screen shot 2018-07-28 at 21 22 48 screen shot 2018-07-28 at 21 23 11

Forgot to mention: React Native 0.56.0

Looks like some change after react 0.40 broke this with the imports.

cristianocca avatar Jul 29 '18 00:07 cristianocca