Why would an OS X bundle take about 30 seconds to open?
- by Aftermathew
Hi,
We wrote a simple OS X executable in objective c. It opens and runs very quickly when called.
We then put that executable into a .app bundle. When calling "open" from the command line on that bundle, or double clicking the app from the finder the "open" call can take upwards of 30 seconds to return.
This is especially confusing because…