Questions tagged [ipatool]

5 questions
7
votes
1 answer

iOS/macOS app distribution failed while using framework after upgrading Xcode12 and macOS BigSur

We are unable to distribute our sample app which uses our framework as well as our users can't. While archiving and distributing to AppStore, the app is rejected with the following message: Invalid Bundle - One or more dynamic libraries that are…
nrudnyk
  • 924
  • 1
  • 7
  • 25
1
vote
1 answer

Couldn't locate otool-classic while running ipatool

Running ipatool errors out. xcrun ipatool ~/app.ipa --output=foo --info --json=foo/ipatool.info.json It prints the following error "alerts": [ { "level": "ERROR", "type": "exception", "code": 1094, "description":…
A. K.
  • 34,395
  • 15
  • 52
  • 89
1
vote
1 answer

ipatool failed with an exception, Xcode 11,6

The error: ipatool failed with and exception: #
Daniyar
  • 21
  • 5
1
vote
0 answers

How to use patool in a pyinstaller .exe

I have a simple python script that unpack a file.rar It works fine until I compile it into an exe with pyinstaller and it stops working. Python 3.7 Windows 7 PyInstaller 3.4 My file.py from pyunpack import Archive import os import…
0
votes
2 answers

iPA building failed with an exception - NonZeroExcitException while preparing build for QA test/ AdHod

Building ipa is failing every time with me for Xcode 10.2 iOS 10 Swift 5 I have created fresh Distribution certificates and profiles for AdHoc Switched off App Thinning but still no luck. Even After looking at the similar problems on multiple…
swiftBoy
  • 35,607
  • 26
  • 136
  • 135