RCTSinglelineTextInputView.h file not found (RNTextInputMask.m)
See original GitHub issueHello there. I’ve done the steps in the docs, but no luck, my project on iOS won’t build
#import "RCTSinglelineTextInputView.h"
in file RNTextInputMask.m (line 13)
Versions: “react-native-text-input-mask”: “^0.7.0”, “react-native”: “0.52.x”, “react”: “16.2.0”, Also using react-native-navigation if this matters
Issue Analytics
- State:
- Created 5 years ago
- Reactions:11
- Comments:15
Top Results From Across the Web
xcode - RCTSinglelineTextInputView.h file not found ...
When I want to build my react-native app in xCode I get an error. RCTSinglelineTextInputView.h file not found. in file (RNTextInputMask.m).
Read more >RCTSinglelineTextInputView.h file not found (RNTextInputMask.m ...
Hello there. I've done the steps in the docs, but no luck, my project on iOS won't build #import "RCTSinglelineTextInputView.h" in file RNTextInputMask.m...
Read more >React Native: How to fixed RCTBridgeModule.h file not found
React Native: How to fixed RCTBridgeModule. h file not found. 19K views 3 years ago. AppSolution. AppSolution. 127 subscribers. Subscribe.
Read more >first commit (27c20237) · Commits · 施贇杰 / agera-app-mask ...
In this header, you should import all the public headers of your framework using statements like #import <InputMask/PublicHeader.h> ...
Read more >4.0, 4.2, 5.0" Error In Xcode 10.2 - ADocLib
I've done the steps in the docs, but no luck, my project on iOS won't build RCTSinglelineTextInputView.h file not found (RNTextInputMask.m) #45 Facing...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I found the solution. Make sure import of
libRNTextInputMask.a
after thelibRCTText.a
. 😄Thanks.
Facing the same issue here as well, seems to come up out of no where. Have had no prior build issues but am getting it today randomly with no code changes.