Error after upgrading to 1.4.13: [INST STDERR] dyld: could not load inserted library
See original GitHub issueGetting the following error after upgrading to 1.4.13 using OS X 10.11.1
[INST STDERR] dyld: could not load inserted library '/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/thirdparty/iwd7/InstrumentsShim.dylib' because no suitable image found. Did find:
/Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/thirdparty/iwd7/InstrumentsShim.dylib: mmap() error 1 at address=0x108DAC000, size=0x00001000 segment=__TEXT in Segment::map() mapping /Applications/Appium.app/Contents/Resources/node_modules/appium/submodules/appium-instruments/thirdparty/iwd7/InstrumentsShim.dylib
This prevents the simulator from opening. Goes into a loop trying to open the simulator but never gets past this error.
Issue Analytics
- State:
- Created 8 years ago
- Comments:11 (2 by maintainers)
Top Results From Across the Web
[INST STDERR] dyld: could not load inserted library
Getting the following error after upgrading to 1.4.13 using OS X 10.11.1 [INST STDERR] dyld: could not load inserted library '/Applications/ ...
Read more >dyld: could not load inserted libr…
Hi everybody. Few days ago, I start experementing problems when trying to run tests of my application. I got this error: dyld: could...
Read more >dyld: could not load inserted library, but works on Simulator ...
The error seems to be everywhere since 13.3.1 update. I found some thread saying that it's got fixed by commenting use_frameworks!
Read more >How to Fix 'Dyld: Library not Loaded' Error on MacOS
Navigate to the “/usr/lib” folder. Press the “Command” + “Space” simultaneously. Type in “Terminal” and press “Enter“. ; Press the “Command” + “ ......
Read more >appium/appium - Gitter
find element on screen, get its X/Y, tap on that. its not ideal ... having trouble with appium 1.4.13. [INST STDERR] dyld: could...
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
Try running with the
--native-instruments-lib
flag.This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.