Questions tagged [ipa]

.ipa file type is an iPhone application archive file which stores an iPhone application.

Each .ipa file is compressed with a binary for the ARM architecture and can only be installed on an iPhone, iPod Touch, or iPad. Files with the .ipa extension can be uncompressed by changing the extension to .zip and unzipping.

.ipa files cannot be installed on the iPhone Simulator because they do not contain a binary for the x86 architecture. To run applications on the simulator, original project files which can be opened using the Xcode SDK are required. Occasionally, however, some .ipa files can be opened on the simulator by extracting and copying over the .app file found in the Payload folder.

1364 questions
13
votes
3 answers

How to generate an iPA file using only development certificate in iPhone?

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…
Sanchit Paurush
  • 6,114
  • 17
  • 68
  • 107
13
votes
5 answers

How to get ipa file from Xcode to run an iPhone app in real device?

My client asked me to get the review of the app on which I am working. So, I want to get the ipa file and mobile provision file from Xcode 4.2 to share my app to run in real device. I have a paid account of apple with me. Please tell me the…
Sanchit Paurush
  • 6,114
  • 17
  • 68
  • 107
13
votes
3 answers

How to make an IPA on XCode 4.3?

I have a Mac OS X Lion setup with XCode 4.3. I am not a registered Apple developer. I told, via the plist files: /Applications/Xcode.App/Contents/Developer/Platforms/iPhoneOS.platform/Info.plist and…
user1219425
13
votes
3 answers

How to reduce the size of .ipa file

I have developed iOS app using swift language. While generating ipa i selected Save for Adhoc distribution, the ipa size is 7mb. Now i want to move appstore, so i selected Save for iOS app store deployment, then ipa size is 50mb. Source code size is…
Laxman
  • 307
  • 1
  • 4
  • 14
13
votes
2 answers

How to create ipa without Apple Developer Program in Xcode7

What i am trying to do is create an ipa using Xcode7 for ad hoc distribution. I haven't done it earlier, this is my first try. Searched s/o and get to know that earlier it is possible to create ipa file with Xcode5. I was trying the way explained…
Kunal Kumar
  • 1,722
  • 1
  • 17
  • 32
13
votes
2 answers

Upload IPA with Application Loader

I have an IPA and would like to upload it with Application Loader. But when I click "Open package" in Application Loader, I cannot select the IPA file, it is greyed out. How can I upload this IPA file to iTunes Connect with Application Loader?
fabb
  • 11,660
  • 13
  • 67
  • 111
12
votes
0 answers

How to generate unsigned IPAs with Xcode 12

After looking around, I think what I really want to do is generate an unsigned IPA file. I want a setup like pwn20wndstuff/Undecimus, where you can just download the IPA file and install it using Cydia Impactor. I read that with Ad Hoc distribution,…
Parth
  • 2,682
  • 1
  • 20
  • 39
12
votes
3 answers

How to fix "Bus error 10" after update to Xcode 10.2

I updated Xcode to new stable 10.2v. I tried to build my project and it was successful. When I'm trying to archive the project (workspace), I'm getting errors like on screenshot below: What I've tried so far: Update cocoa pods to latest version…
iTKerry
  • 172
  • 1
  • 9
12
votes
1 answer

xcode4 archive/ipa problem

Possible Duplicate: Xcode 4 Archive Version Unspecified Hi, I'm archiving an application for iPad adhoc deployment but when I try to share the archive, the option for ipa construction is not available. The application I'm trying to deploy was…
Silas007
  • 121
  • 1
  • 3
12
votes
4 answers

Can't Upload .ipa from Xcode 8, "The info.plist indicates a iOS app, but submitting a pkg or mpkg."

I am trying to submit my app. It is written in swift 3 and has an iOS 10 deployment target. So, I need to use Xcode 8. When I create an archive everything goes fine. I have even looked into the .ipa and everything seems fine. But, every time I get…
Joel Klabo
  • 253
  • 2
  • 12
12
votes
1 answer

Exporting IPA xCode 7 Crashes immediately

Working on a project for a client who has sent me provisioning profiles and certificates. Trying to export and "use local signing assets" but then xcode crashes immediately. Everything worked fine when I was running iOS 8 / xCode 6.4 / Yosemite, but…
12
votes
1 answer

How to determine the Xcode version used to make a build, from the IPA file?

Is there a way to do this? Can't seem to find any answer on the web yet.
Bradley Thomas
  • 4,060
  • 6
  • 33
  • 55
12
votes
4 answers

Error when distributing an IPA over the air with dropbox - iOS 7.1

As Apple requested to use https instead of http for distributing the IPAs over the air, I tried to use dropbox. I followed this solution Enterprise app deployment doesn't work on iOS 7.1 but I'm getting this error: "Cannot connect to…
nano
  • 2,511
  • 4
  • 25
  • 42
12
votes
2 answers

How to get the dSYM file from the ipa file available on App Store

There is a way to get a dSYM file from the ipa file that is available in App Store? I've lost my archives that had that dSYM particularly. Can I do that? I need the dSYM to upload to Crittercism. Thanks in advance.
reinaldoluckman
  • 6,317
  • 8
  • 42
  • 50
12
votes
1 answer

Why won't my build phase scripts be executed when creating an IPA from command line?

Question - short version: Why won't my build phase scripts be executed when creating an IPA from the command line? When I'm running xcodebuild to create an IPA the predefined build phase scripts does not get executed. Why is that? Question -…
Groot
  • 13,943
  • 6
  • 61
  • 72