In Xcode 4.2 I used the Share option to create an .ipa file and send it via e-mail to my friend for testing. In Xcode 4.3 this option is gone. there is now the 'Save for enterprise or ad hoc distribution' option instead. When I choose this option and do the code signing, I get an ipa file but this app does NOT work. It is possible to install it using itunes but it only shows the default screen and then crashes.
What's different now in xcode 4.3?
I am using the same provisioning profile as before(a developers profile). After a few attepmts, I tried to change the app signing profile/certificate to the distribution profile but nothing worked. When I searched StackOF for similar questions, I saw that people put their plist somewhere with the ipa file. I didn't do that before and it was working. The only change from my point of view is the scode version(I was using xcode 4.2) and the fact that there is no 'Share' option anymore.
Please help!