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.

Build Failed on iOS - "React/RCTBridge.h file not found"

See original GitHub issue

I completely followed the readme. Firstly I got confused when I found there is InputMask.framework and InputMaskMac.framework which is missed on the screenshot in readme. Снимок экрана 2019-10-24 в 14 54 18 Then I put InputMask.framework in Embedded and turned Always Embed Swift Standard Libraries to “Yes” in Build Settings. And then build failed with React/RCTBridge.h file not found RNTextInputMask.m. Снимок экрана 2019-10-24 в 14 55 32 react-native ^0.61.2 react-native-text-input-mask ^1.0.6

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Reactions:8
  • Comments:6

github_iconTop GitHub Comments

6reactions
amitassarafcommented, Oct 29, 2019

+1 Same here 😦 Seems like this library doesn’t support React Native 0.60+

1reaction
blueberry6401commented, Oct 30, 2019

If you want to use this library on RN 0.60+, read this topic https://github.com/react-native-community/react-native-text-input-mask/issues/135

Read more comments on GitHub >

github_iconTop Results From Across the Web

React Native build failed: 'React/RCTBridge.h' file not found
Follow the below steps. It's worked for me. Open terminal; Go to the ios folder; Quit Xcode; run pod install; Open .xcworkspace file....
Read more >
'React/RCTBridge+Private.h' file not found. with iOS archive ...
But when I tried to build release and archive to app store. I got this error. 'React/RCTBridge+Private.h' file not found.
Read more >
React Native build failed: 'React/RCTBridge.h' file not found
iOS : React Native build failed : ' React / RCTBridge. h ' file not found [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ......
Read more >
iOS Native Modules
The first step is to create our main custom native module header and implementation files. Create a new file called RCTCalendarModule.h.
Read more >
React Native build failed: 'React/RCTBridge.h' file not found ...
[Solved]-React Native build failed: 'React/RCTBridge.h' file not found-Reactjs · In Xcode, go to the project scheme (Product -> Scheme -> Manage Scheme ->...
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