Mac standalone Xcode c++ command line project -
i made xcode (version 4.6.2) c++ command line project , want export distribute on other macs. preferably, want export in .app format haven't figured out how yet. did manage project's executable run on mac doesn't work when try on laptop. have solution?
if it's command line program, don't want distribute app bundle, since hard call command line, , require @ least little bit of obj-c. want distribute installer package.
if binary runs on 1 machine not another, culprits either mismatch of shared libraries, or compiler settings generate code doesn't run on machines. question not provide enough information diagnose issue.
Comments
Post a Comment