qt - Running OSX Bundle via Open -



qt - Running OSX Bundle via Open -

i'm trying create osx bundle using cmake/cpack on osx involves opencv , qt (although don't think dependencies matter @ point). compiles , bundle created fine, , have script modifies necessary library paths such executable i'm making works if run terminal within bundle. problem i'm having if seek run myapp.app file via open command or double clicking app gives me error:

lsopenurlswithrole() failed error -10810 file /applications/

i've seen other solutions other lsopenurlswithrole() errors involving modifying permissions, hasn't helped me. also, error code "unknown error" i'm not sure how proceed.

the solution ended beingness libcocoa.dylib library not finding requisite libraries. see building osx app bundle thorough reply on subject. otool -l best friend.

osx qt cmake bundle cpack

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

django - Access session in user model .save() -

php - .htaccess Multiple Rewrite Rules / Prioritizing -