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.

Module 'inputMask' not found

See original GitHub issue

I 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:closed
  • Created 4 years ago
  • Reactions:7
  • Comments:15

github_iconTop GitHub Comments

14reactions
abhishek1504commented, Jun 16, 2021

If you are using RN 0.63.x, then try changing your iOS project deployment target from 10->11, and it should work fine.

11reactions
andrewhartwigcommented, Apr 22, 2019

Hey, I made sure to follow all your instructions, including the comments you linked, and am still getting the issue. To confirm: image Linked the InputMask.framework image libRNTextInputMask.a is at the very bottom, below libRCTText.a

Read more comments on GitHub >

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

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