The error "The IPA is invalid. It does not inlude a Payload directory." appears when The app is shelved to The app store. inludepayload
An error occurred when you package and upload an app to the app store today. The error message is displayed in xcode6.2:
The IPA is invalid. It does not inlude a Payload directory.
After an afternoon of hard work, no solution was found. When a netizen prompts this error,
Think of the dandelion application to do distribution test students can use to haSwitch to iOS device in the tested device, select Current Project modification buildsetingSelect a certificate in the code signing identity, no test can be generated without a certificateSelect Bulid in product to build the app for your projectOpen itunes, open my program, drag the generated app to the insideRight-click on itunes appwill be able to find the generated IPA
Use two main commandsXcodebuild: Package The Xcode project into an. App fileXcrun: Package the app as an. IPA fileThe following is a well-written ant script:1 XML version= "1.0" encoding= "UTF-8"?> 2 Projectdefault= "Release"name= "Packageforios"Basedir=".">3 Propertyname= "Xcodeprojectpath"value= "/users/xxx/documents/ios"/>4 Propertyname= "AppPath"value= "${xcodeprojectpath}/build/xxx.app"/>5 Propertyname= "Ipapath"value= "${xcodeproj
During project development, we often need to package project files into. IPA files and provide them to jailbreak iPhone installation.The following is a method:1. First, install the configuration file for the project (which is not described here) and run successfully in the iOS device status.2. Select Product> archive, as shown in figure3. Click the distribute button to bring up a new window. Select export as xcode archive, as shown below:4. Click Save
One of the projects on hand today is the 2013 project, originally a corporate account to use the app. Now take to let me on-line, start running when the lack of a start diagram, resulting in black edge up and down, this problem now most people know, add a picture on the line Download image address :http://download.csdn.net/detail/lilinoscar/9044251Then, run the project no problem. Start packing, and the packaging process is no problem. Start uploading the IP
Upload the IPA times today wrong, prompted to import this build version error-errors occurred in the app thinning process, this thought is the wrong operation opened the Bitcode, after the inspection found not, modified the build number re-upload still does not work, See online someone said delete the three-party library plist file can be resolved, but also some people said to delete the plist file will cause the program can not run, so think of Bitco
Note: First introspection, originally intended to a day, a little progress every day, but recently become lazy, incredibly three days no update, in this warning you friends and myself, programmers need to abstain, engage in technology to persevere, can not notwith, two days out of the sun.Now step into the theme, the previous time using Xcode Packaging IPA file, first share the experience, and common mistakes to solve, just a little bit.1. Create a Io
Now XCODE7 can deploy the test app to the phone with a appleid, which is also convenient. But it doesn't work to send apps to someone else's phone, unless someone else's phone is on your side and you can install it directly from Xcode.about how to pack can read the following articlexcode7.x Certificate-free production IPA packaging filesMainly about the problems I have.Equipment: Iphone6System: ios9.3.3 Current LatestStatus: JailbrokenIn the article m
1. Mode One
1, compile:
Product-> Archive
2, Export:
Window-> Organizer (Command + Shift +2)-> Archives->distribute ...
Figure: According to need 3 election 1
Two. Mode 2
Into the repository-----Developer-----Xcode------deriverdata--------Own engineering------BUILD------PRODUCTS------This place has the app file you're looking for. , there are various versions of Debug,relase, choose what you need to drag into itunes to generate IPA.
Recently updated XCODE8, update the project today, follow the previous process Xcode compile IPA files, Applicaiton Loader submitted successfully but, the ITunes connect build version does not show, very puzzled, usually wait a few minutes will show, But I've been waiting for half an hour today. The plus sign does not appear as shown in the following illustration:
Always show this figure:
Later in the company email received Apple feedback, as shown
, including Passbook,gamecenter,push service, etc.
Normal AppID: Name, Bundleid, open service option. Wildcard AppID: Name, Bundleid, open service option.
3, about the description file: Divided into distribution, and development two types, will AppID, certificate, device binding.
1, distribution (for publishing)
Generic profile: Creates an app-based ID based on a published certificate. Profile with push feature: Create based on app ID, same as above based on same publishing certificate.
2.
keys:nameThe full name of device to simulate, as presented in Xcode's UI.OSThe version of IOS to simulate, such as6._, or the stringLatest(the default) to indicate the most recent version of IOS supported by this version of Xcode. Some actions (such as building) may is performed without an actual device present. To build against a platform generically instead of a specific device, the destination specifier is prefixed with t He optional string "generic/", indicating that the platform should i
In the product-archive package process, select the save for Ad Hoc deployment Mode "for the internal personnel Test", the export package, the following prompts pop upOneself Encounter time problem: first adhoc need to have the private key that the company develops on the machine, then scheme edit Archive option if release or final (XCODE6) then project build Setting set release for your adhoc corresponding certificate. You can then generate the export.Xcode 6 Exporting
Reason: The PNG image extracted by IPA is processed in Xcode special format, and the view under Windows will show Black Method 1: Through the "ipin.py file" conversion process: 1. To install Python, 2.7 version, this article uses 2.7.52. will need to convert the picture with " ipin.py files "put in the same folder 3. Execute terminal command line: Python ipin.py effect: 19 images 7 Zhang 12 Black conversion Method 2: By iphonefixpng :1. Place the conv
iOS app is actually a zip compression package, after decompression there are a lot of pictures, but these pictures are encrypted, open can see is black. It took a few days to finish the study and write a conversion tool. A smooth conversion of encrypted PNG images is possible.Picture after conversionUsing the method is simple, drag the command-line window and enter the original and destination paths. Tools I upload to the resources, can be downloaded to use.PngConver.exe C:\source.png C:\dest.pn
1. Find the site you want to set, right-click it, and click "properties"-"http header" in the pop-up menu"2. Click "MIME type" in the opened http header label, as shown in the following figure (the apk format is added to the editor)3. Now, click "new". As shown in the following figure, there will be an extension and mime type, which we fill in separately, as shown below:4. Click "OK", as shown in the following figure.5. Click "OK".
: Right-click the folder, share and permissions, and modify after unlockingIssue 3: Configure unlock Keychain When you enter the password is not correctFIX: At that time modified many password, is unlock keychain error, later use ' Java-jar Jenkins.war ' installation method, enter the same password, inexplicably goodProblem 4:jenkins when it's time to pack permissions, and so on.Most of the problem is the permission class, and then replace the installation method, it is good, tears ah ...Add plu
?To run the article manually:
Running Appium on the real machine will be a flash, because our real machine is not legitimate real machine, how to be legal, to register our device only line
?
To package the app, to sign first, to sign, you need a certificate, the certificate can be forged by itself, but this process is very cumbersome, we still use a real certificate to facilitate
?
To set in Build settings:?
To format the release version:?Open Product->edit Scheme?Select
IPA itself is a zip file. After the suffix is changed, decompress the file to view the resource files used in the application.
Here, we will not explain how to handle PNG image resources during xcode packaging.
A Python script is provided below
from struct import *from zlib import *import statimport sysimport osdef getNormalizedPNG(filename): pngheader = "\x89PNG\r\n\x1a\n" file = open(filename, "rb") oldPNG = file.read() file.close()
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.