Hi, does anyone have experience embedding other frameworks or dylibs in an 
employed app? The "build for archive" runs fine but "archive" itself crashes 
complaint that "the application bundle was not found" but i assume that the 
other frameworks were not found or embedded. The app runs fine without the 
deploy and deploying the app without the other frameworks (just by removing 
them from the "linked framework list") is ok too. The only solution i have now 
is to create and archive a "fake app" --> " "build for archive" with the real 
one --> do a lot post-processing work in the app like including frameworks and 
dylibs manually --> manual code signing of all .rbo's and other executables --> 
overwrite the fake app with the real one --> validate --> upload --> pfffff …. 

I think macruby_deploy needs an update :)

cheers, Rob
_______________________________________________
MacRuby-devel mailing list
MacRuby-devel@lists.macosforge.org
http://lists.macosforge.org/mailman/listinfo.cgi/macruby-devel

Reply via email to