Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RCTSinglelineTextInputView.h file not found (RNTextInputMask.m) #45

Closed
ppozniak opened this issue Apr 24, 2018 · 15 comments
Closed

RCTSinglelineTextInputView.h file not found (RNTextInputMask.m) #45

ppozniak opened this issue Apr 24, 2018 · 15 comments

Comments

@ppozniak
Copy link

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

@fakenickels
Copy link

I'm having this also

@maphongba008
Copy link

Roll back to version 0.5.2 worked for me

@ivanzotov
Copy link
Collaborator

@ppozniak I tried to build the library for 0.56 RN, seems it works good so I close the issue, if it still happens please let me know to reopen the issue

@dogukankotan
Copy link

I'm having same issue on 0.58 RN with version 1.0.1. Any updates? I cannot roll back to before versioning 1 because of the Swift conversation of XCode 10.2. Thanks apple.

@dogukankotan
Copy link

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

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

@amitassaraf
Copy link

Anyone found a solution?

@vishaljadav24
Copy link

vishaljadav24 commented May 2, 2019

I'm facing same issue.

"react": "16.0.0-beta.5",
"react-native": "0.51.0",
"react-native-text-input-mask": "^1.0.1"

@mouthzipper
Copy link

facing the same issue.

@andrewhartwig
Copy link

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.

@yoavprat
Copy link

same issue

@ghost
Copy link

ghost commented Jul 19, 2019

I'm also facing same issue any idea for this.

@waris117
Copy link

waris117 commented Aug 1, 2019

Facing same issue #import <RCTText/RCTSinglelineTextInputView.h> 'RCTText/RCTSinglelineTextInputView.h not found'
Any one found and working solution, please share, i am using version 1.0.4
"react-native-text-input-mask": "^1.0.4"

@ghost
Copy link

ghost commented Aug 1, 2019

I have resolved my issue by doing the following step.

  1. As @dogukankotan mention I found the solution. Make sure import of libRNTextInputMask.a after the libRCTText.a.
  2. add InputMask.framework - Go Library in Xcode -> RNTextInputMask.xcodeproj -> Under TARGETS(RNTextInputMask) -> Build Phases -> Link Binary With Libraries.

@acollazomayer
Copy link

Same here. I am having the same problem. Is working on development but not in production

@dreamdev21
Copy link

Same here. Any solution?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests