bitrise-steplib/steps-xcode-archive

error: exportArchive: ipatool failed with an exception

jill-scott opened this issue · 2 comments

Hello, I've been working on this for a few days, and I don't feel closer to solving it, so I thought I'd try submitting an issue.

I'll attach my artifacts and log below. At first I thought it was a code signing error, but now I'm suspicious that my frameworks aren't being copied during the archive step into the .app. When I build and archive through xcode, it succeeds without issue. My Frameworks folder appears in the .app and it's signed via ad-hoc.

Not sure if I'm doing something dumb or if I've overlooked something or if it's an archive issue. Any help would be appreciated. Thank you!
xcodebuild.xcdistributionlogs (16).zip
raw-xcodebuild-output (20).log
d2fbaef8974bc541.log

Just another note, the archive step does succeed if I use bitrise CLI locally

Closing this, as I found my solution after a week or so of messing with this. As I thought, I was being dumb, and archive step wasn't involved. I had a framework in my copy frameworks step that was unnecessary and was stopping my script prematurely. Identifying and removing that Framework, everything copied properly and archive succeeded. Thanks.