Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I dont have a paid account at apple site. Therefore my client sent me development certificate after creating provisioning profile there. Now he asked me to load this certificate in xcode and generate an executable or ipa file to test the application in iPhone device.

Can anybody tell me the way to achieve this?

Thanks in advance

share|improve this question

2 Answers

up vote 3 down vote accepted

I do that following these steps:

  1. Build the source code
  2. Go to Organizer > Projects and select your project, then open the derived data folder by clicking on the arrow.
  3. Locate the .app file (usually Build > Products > Debug-iphoneos) and drop it to iTunes
  4. Pick the app from iTunes and drop it to the desktop for example. iTunes will convert that to ipa.
share|improve this answer

Do the Following steps: 1) First get the provisioning profile.

2) Set the debug mode to iOS device.

3) Go to Product, Select Archive and ur project will be Archived.

4) Next Go to Organizer, select the created archive u have created. Then click share. It will ask u to Allow or not. Select allow. You can set name of the app . Finally ur ipa file is created

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.