Astrocoders / react-native-selectable-text

Capture text selection and customize the action menu
MIT License
225 stars 96 forks source link

Build fails in release configuration on iOS #40

Open msaad99 opened 5 years ago

msaad99 commented 5 years ago

Everything is working fine on debug release but on iOS release build fails with the error:

".../node_modules/@astrocoders/react-native-selectable-text/ios/RNSelectableTextView.m:4:9: fatal error: 'RCTTextSelection.h' file not found"

I have linked the library manually. Any idea what the issue could be?