Module 'inputMask' not found
See original GitHub issueI have upgraded from version 0.8.0 to 1.0.1 and try to build a new version using react-native run-ios
however I get the following error:
fatal error: module 'InputMask' not found
@import InputMask;
~~~~~~~^~~~~~~~~
1 error generated.
I have manually linked everything btw, as described in the projects readme.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:7
- Comments:15
Top Results From Across the Web
inputmask - npm
Inputmask is a javascript library which creates an input mask. Inputmask can run against vanilla javascript, jQuery and jqlite.
Read more >How to fix cocoapod .modulemap file not found - Stack Overflow
1. I have tried the following ->. deintegrating cocoapods from my project; cleaning the project; deleted ModuleCache and DerivedData; restarting ...
Read more >module map file '/Users/hosein/Lib… | Apple Developer Forums
I am running into the exact same issue with a new M1 macbook pro. I was able to create a brand new React...
Read more >Text input mask for React Native on iOS and Android - Morioh
Get familiar with the Kivy module and it's widgets. You can never know everything all at once. You only need to find a...
Read more >How to fix error TS7016: Could not find a declaration file for ...
Try `npm install @types/XYZ` if it exists or add a new declaration (.d.ts) file containing `declare module 'XYZ';. If XYZ is a direct...
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
If you are using RN 0.63.x, then try changing your iOS project deployment target from 10->11, and it should work fine.
Hey, I made sure to follow all your instructions, including the comments you linked, and am still getting the issue. To confirm:
Linked the InputMask.framework
libRNTextInputMask.a
is at the very bottom, belowlibRCTText.a