joltup / react-native-threads

Create new JS processes for CPU intensive work
MIT License
755 stars 141 forks source link

Manual Installation IOS no such file libRNThread.a #108

Open genesy opened 4 years ago

genesy commented 4 years ago

I followed the instructions for manual isntallation on ios but i keep getting the error in the title.

Weirdly it's looking for libRNThread.a in /Release-appletvsimulator folder

BruceSuperProgramer commented 4 years ago

1, Auto linking will build app ok but it will throw error about startThread when head to the page where Thread logic placed. 2, Manual linking will failed to compile app on xcode. It says libRNThread.a not exist.

BruceSuperProgramer commented 4 years ago

Someone help us out please thanks

jhmleung commented 4 years ago

I'm also running into this issue, any update or possible fixes?

jhmleung commented 4 years ago

I went back to v0.0.18 and was able to build @genesy @BruceSuperProgramer

BruceSuperProgramer commented 4 years ago

@jhmleung Thanks for letting me know. Yup, I found a particular version of the RN thread will only work for a particular version of React Native library .

genesy commented 4 years ago

I went back to v0.0.18 and was able to build @genesy @BruceSuperProgramer

Thanks i'll try this lib out again in the coming weeks and test that version.