DevUtilsApp / DevUtils-app

All-in-one Toolbox for Developers. Native macOS app.
https://devutils.com
Other
4.09k stars 222 forks source link

SIGABRT When Running From XCode #75

Closed owenlejeune closed 3 years ago

owenlejeune commented 3 years ago

I've setup signing with my personal ID but running the app from XCode is giving a SIGABRT 0__abort_with_payload on Thread 1. I'm also getting this output:

dyld: Library not loaded: @rpath/ShortcutRecorder.framework/Versions/A/ShortcutRecorder Referenced from: /Users/owenlejeune/Library/Developer/Xcode/DerivedData/DevUtils-byofmcbxhvpfezasyyfoughnsluu/Build/Products/Debug/DevUtils.app/Contents/MacOS/DevUtils Reason: no suitable image found. Did find: /Users/owenlejeune/Library/Developer/Xcode/DerivedData/DevUtils-byofmcbxhvpfezasyyfoughnsluu/Build/Products/Debug/DevUtils.app/Contents/MacOS/../Frameworks/ShortcutRecorder.framework/Versions/A/ShortcutRecorder: code signature in (/Users/owenlejeune/Library/Developer/Xcode/DerivedData/DevUtils-byofmcbxhvpfezasyyfoughnsluu/Build/Products/Debug/DevUtils.app/Contents/MacOS/../Frameworks/ShortcutRecorder.framework/Versions/A/ShortcutRecorder) not valid for use in process using Library Validation: mapped file has no Team ID and is not a platform binary (signed with custom identity or adhoc?)

trungdq88 commented 3 years ago

Hi there. Have you try to run carthage bootstrap --platform macOS?

owenlejeune commented 3 years ago

Yes, I ran carthage bootstrap --platform macOS and am still seeing this issue

trungdq88 commented 3 years ago

Hi @owenlejeune,

Unfortunately, with my limited time, I'm unable to provide support for build issues. Sorry!

If anyone here has seen this issue and would like to offer help, feel free to leave a comment.

Thanks.

haidarzhy commented 2 years ago

Hi @owenlejeune,

I had the same problem. Try to check Disable library validation in DevUtils Signing & Capabilities setting, in my case it helped with the same error but with Highlightr

Снимок экрана 2021-10-12 в 20 57 53

owenlejeune commented 2 years ago

@haidarzhy that fixed my issue. Thanks!