MKBundled Mono Exe checking for Dependency in Library Folder
问题 I have bundled an Exe with Mono in Mac using export AS="as -arch i386" export CC="cc -arch i386 -framework CoreFoundation -lobjc -liconv" export PATH=/Library/Frameworks/Mono.framework/Versions/4.0.3/bin:$PATH mkbundle -- static myapp.exe MonoMac.dll --deps -o myapp It successfully produces the native application myapp. I copied the lib directory from mono folder and pasted it on desktop because the app uses GTK for User Interface. I'm trying to launch the application using the following