Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Run react native app on Xcode 10

I get this error when i want to run my react native app hello world app on Xcode 10 (new beta version), can you help me? The error :

error: Build input file cannot be found: '/Users/nic/Documents/X-Project/xapp/node_modules/react-native/Libraries/WebSocket/libfishhook.a'

Screen shot from my Xcode

like image 692
Sajad Beheshti Avatar asked Jun 08 '18 02:06

Sajad Beheshti


1 Answers

This helped me:

Remove and add again libfishhook.a from Xcode and the path issue will resolve.

enter image description here

like image 83
Daniel Avatar answered Oct 03 '22 18:10

Daniel