Anybody run against this phenomena? : A number of users are reporting that our monobjc program no longer starts up after running for the first time. They download the software, put it on their Desktop or in their Applications folder, run it and all works fine. Then when they want to try it a second or third or nth time, the program doesn't startup anymore. Strangely enough, re-downloading the software seems to fix it ... until the next time they run into this.
One user sent following console report: "imac24-5 com.apple.launchd[136] ([0x0-0x5c05c].DM[605]): posix_spawnp("/Applications/DM.app", ...): Permission denied" So it looks like a permission problem, but the users claim to have all rights on their system. I'm also doing a CHMOD 777 on all files in the .app package before publishing. I'm publishing the soft as a monobjc application bundle with nant (no native binary). Then I'm compressing as a zip and post on the web. Any ideas on this would be welcome, thanks! Franky