I created a .pkg installer using Iceberg on OS X.
The installer runs fine, but when I try to run the installed application, it crashes within a couple seconds.
However if I take the same .app folder from the XCode build and copy it in the Finder to the Applications folder, the application runs fine and does not crash.
So the only difference is the copy method. From the .pkg installer the app crashes. If I just do a simple copy, the application runs fine.
In Iceberg, I even turned off "compress" in the archiving options to see if that was causing problems.
Can you think of any reason why the .PKG .app folder would be different?
Thanks for your help.