Posts

Post not yet marked as solved
2 Replies
887 Views
I have filed a DTS regarding this issue, but if there is any community members who can assist me, I would appreciate it. I am eager to get an update out of my application.Issue: I can successfully notarize my application. I have Sparkle and several ffmpeg dylibs in my application bundle's Frameworks folder. When I notarize and distribute my app to another Catalina or Mojave system, I get a "DYLD, [0x5] Code Signature" and the crash report says the following:Dyld Error Message:Library not loaded: @rpath/libavcodec.dylibReferenced from: /Applications/MyApp.app/Contents/MacOS/MyAppReason: no suitable image found. Did find: /Applications/MyApp.app/Contents/MacOS/../Frameworks/libavcodec.dylib: code signature invalid for '/Applications/MyApp.app/Contents/MacOS/../Frameworks/libavcodec.dylib' /Applications/MyApp.app/Contents/MacOS/../Frameworks/libavcodec.dylib: stat() failed with errno=1I get no errors running when I check the code sign using 'codesign -dvv myApp.app' or when I check the app bundle using 'spctl -a -t exec -vv myApp.app'I have read Eskimo's post on code signing and have tried to apply those recommendations without any luck. Also, is there anyway I can defeat this message on a mac OS system? I don't want to defeat the security subsystem, but is there a temporary recommendation until I can solve this?
Posted
by Kolya.
Last updated
.
Post not yet marked as solved
2 Replies
683 Views
I need to retrieve complete file URLS when dropping files onto an html div in Safari. Would a Safari Extension be appropriate for this? The DataTransfer api allows for files to be dropped, but I would like to accept the drops and pass the URLS on to another process via http post request. I have seen this done in another web extension. Please provide a direction in the documentation.Thanks,Kolya
Posted
by Kolya.
Last updated
.