Build Failed on iOS - "React/RCTBridge.h file not found"
See original GitHub issueI 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.
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
.
react-native ^0.61.2
react-native-text-input-mask ^1.0.6
Issue Analytics
- State:
- Created 4 years ago
- Reactions:8
- Comments:6
Top 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 >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
+1 Same here 😦 Seems like this library doesn’t support React Native 0.60+
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