-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
IPA creation fails #5
Comments
To sum, am I right with the following: Standard: Your: |
Sorry, I made a mistake. I double-checked again and the value I pasted is for my Per-configuration Intermediate Build Files Path. The value of my Per-configuration Build Products Path is:
E.g., build/AlphaDistribution-iphoneos. There is no dash in the default value but there is a dash in the path that is created. Both my Per-configuration Intermediate Build Files Path and my Per-configuration Build Products Path are set to the default value. I.e., I did not customize them after the Xcode project wizard created them. |
Is there a workaround for this? |
I'm having the same issue. creating IPA: failed. no other information that I can see. this started when i cloned an existing ios app job on Jenkins 1.426. the original ios app job still builds and packages the IPA just fine. the new one fails with no other info. |
I worked around it by creating the IPA myself. I added an Execute shell build step with the ff. command:
|
Had the problem, too, because my target name differed from the product name. Fixed it by changing com.sic.bb.jenkins.plugins.sicci_for_xcode.callables.IpaPackagerCallable.invoke(File, VirtualChannel) and replacing the line ipaFileContents.zip(new File(buildDir,this.fileName + IpaFileFilter.FILE_ENDING)); Which yields in one IPA file per .app file in the directory. I do a clean build anyway ;-) |
For iOS projects only, I think. From the Console Output:
But the default value of Per-configuration Build Products Path is:
The text was updated successfully, but these errors were encountered: