[Bug] Library not loaded
See original GitHub issue- Insomnia Version: 7.0.2
- Operating System: MacOS X Mojave
Details
Just updated and got this error on launch:
Uncaught Exception:
Error: dlopen(/var/folders/1_/0s3k9f_15hj1n54w8xnpsd_w0000gp/T/.com.insomnia.app.8VNRlX, 1): Library not loaded: @rpath/libcurl.dylib
Referenced from: /var/folders/1_/0s3k9f_15hj1n54w8xnpsd_w0000gp/T/.com.insomnia.app.8VNRlX
Reason: Incompatible library version: .com.insomnia.app.8VNRlX requires version 11.0.0 or later, but libcurl.dylib provides version 10.0.0
at process.module.(anonymous function) [as dlopen] (ELECTRON_ASAR.js:166:20)
at Object.Module._extensions..node (internal/modules/cjs/loader.js:740:18)
at Object.module.(anonymous function) [as .node] (ELECTRON_ASAR.js:180:18)
at Module.load (internal/modules/cjs/loader.js:620:32)
at tryModuleLoad (internal/modules/cjs/loader.js:559:12)
at Function.Module._load (internal/modules/cjs/loader.js:551:3)
at Module.require (internal/modules/cjs/loader.js:658:17)
at require (internal/modules/cjs/helpers.js:20:18)
at Object.<anonymous> (/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/insomnia-node-libcurl/lib/Easy.js:40:32)
at Object.<anonymous> (/Applications/Insomnia.app/Contents/Resources/app.asar/node_modules/insomnia-node-libcurl/lib/Easy.js:279:3)```
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:10 (1 by maintainers)
Top Results From Across the Web
dyld: Library not loaded | Apple Developer Forums
dyld: Library not loaded: [...] Reason: no suitable image found. - It launches fine in the iPhone 11 simulator. - It launches fine...
Read more >Issues - GitHub
[Bug]: 100% Bug with new version 4.5.0 on IOS (Library not loaded: @rpath/OneSignalCore.framework/OneSignalCore) #1460.
Read more >error "Library not loaded: @executable_path/libmozglue.dylib ...
Now with 11.0 I get an error "dyld: Library not loaded: @executable_path/libmozglue.dylib". This error is understandable when analysing the binaries. I found a ......
Read more >How to fix octave Library not loaded and Abort trap: 6 bug?
Make sure hwloc is installed by typing brew install hwloc in your terminal. If that doesn't work, try navigating to the directory its ......
Read more >dyld: Library not loaded - Visual Studio Feedback
I run my Xamarin ios application on simulator, and it runs perfectly fine. However when I try to run it on my own...
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 Free
Top 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
same issue on mac os sierra
I just pulled 7.0.2 so no one else gets the update. Working on a fix now. I think this was related to the fact that the last build used GitHub Actions instead of TravisCI which runs in a newer macOS environment.
Going to defer to this issue for future discussion #1739