Run react native app on Xcode 10

Sajad Beheshti picture Sajad Beheshti · Jun 8, 2018 · Viewed 12k times · Source

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

Answer

Daniel picture Daniel · Sep 27, 2018

This helped me:

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

enter image description here