question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

RCTSinglelineTextInputView.h file not found (RNTextInputMask.m)

See original GitHub issue

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 (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:closed
  • Created 5 years ago
  • Reactions:11
  • Comments:15

github_iconTop GitHub Comments

18reactions
dogukankotancommented, Apr 11, 2019

I found the solution. Make sure import of libRNTextInputMask.a after the libRCTText.a. 😄

Thanks. Ekran Resmi 2019-04-11 11 50 33

6reactions
andrewhartwigcommented, May 15, 2019

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found