3

Dev guys from other company, sent me iOS app package that is build with Xcode, but I don't have its Xcode project, just built app package file. How to run that on simulator or on iphone?

UDPATE: I'v tried Simulator launcher but the solution is not working when using Xcode 4.2.1.

UPDATE2: Also tried to use this solution but with no luck (getting black simulator screen and errors shown in terminal after launch). IMHO these problems might be related to iOS 5

UPDATE3: Also, unsuccessfully, tried to use this solution

Community
  • 1
  • 1
Centurion
  • 14,106
  • 31
  • 105
  • 197

3 Answers3

1

If it is built for device, you can install it to your device using iTunes or Xcode Organizer. However, you cannot run it on any device. They should also give you a provisioning profile for letting you install that app on your device.

murat
  • 4,893
  • 4
  • 31
  • 29
  • Yes, they also sent me provisioning profile. Could you describe how to install that app using Xcode organizer? I tried looking there but not found how to do that... In viewing in organizer with connected device, I can see my existing apps, but "Add" button is disabled at the bottom of screen. – Centurion Feb 28 '12 at 12:39
  • 1
    Try double clicking the provisioning profile. It should automatically open in Xcode. Once you have the provisioning profile u should be able to install the app, either via iTunes or Xcode Organizer as murat said. – Ben Feb 28 '12 at 12:41
  • Yes, but how to install that? Add button is disabled, and dragging .app file to organizer (to iPhone application) is not working. – Centurion Feb 28 '12 at 12:44
1

normally you should be able to install it with itunes, a detailed step-by step guide can be found here: http://www.wikihow.com/Install-Ad-hoc-iPhone-OS-Apps

Sebastian Flückiger
  • 5,525
  • 8
  • 33
  • 69
0

Found the solution. I'v asked the guys to send me "ipa" package instead of raw .app package. Then added it to my iPhone device.

Centurion
  • 14,106
  • 31
  • 105
  • 197