Program won't launch & I know why
Brought to you by:
macmanitou
Program was apparently compiled in Xcode with ZeroLink on.
Therefore, the required libraries are not in the package, and
therefore it will only run on the developer's computer. The
developer should copy the app to another Mac, try to run it and
you'll see what I mean. To fix this problem, please change the
target's "Build Style" to "deployment" and re-build. Compare the
size of the compiled package and it should now be alot bigger than
80 kilobytes.
Jerry Krinock
jerry@ieee.org
Logged In: NO
Has the problem been fixed yet?