I'm testing an application I created in Xcode, archived and then 'shared' on the organizer - in order to test the installation process before submitting to the App Store. After I clicked the .pkg and installed it, it said it was successfu开发者_开发技巧l, but the application doesn't show up in my Applications folder. Does anyone know what could be causing this? Do I need to attach a certificate with it before it will show up there?
Zach
It's most likely getting relocated for you by Installer. It's probably overwriting the copy of the app in your Build folder. If you want to verify this, you can open the Log window in Installer while testing the package. To prevent the redirection, you can delete the build result (maybe archive the .app and .dSYM for later debugging) and install again.
精彩评论