Skip to content

reproduction for bug in #2619 #2629

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

Draft
wants to merge 8 commits into
base: master
Choose a base branch
from

Conversation

szokeasaurusrex
Copy link
Member

Steps to reproduce

  1. Checkout this PR locally
  2. Run cargo run -Funstable-mobile-app -- mobile-app upload tests/integration/_fixtures/mobile_app/unexpected.ipa --log-level=debug
  3. Observe following the following error, which occurs despite the presence of Payload/DemoApp.app/Info.plist, because Payload/s/demo.app/Info.plist is shorter in terms of number of characters.
error: Failed to convert IPA to XCArchive for file tests/integration/_fixtures/mobile_app/unexpected.ipa

Caused by:
    No .app found in IPA

cursoragent and others added 8 commits July 16, 2025 01:38
# Steps to reproduce
1. Checkout this PR locally
2. Run `cargo run -Funstable-mobile-app -- mobile-app upload tests/integration/_fixtures/mobile_app/unexpected.ipa --log-level=debug`
3. Observe following the following error, which occurs despite the presence of `Payload/DemoApp.app/Info.plist`, because `Payload/s/demo.app/Info.plist` is shorter in terms of number of characters.

```
error: Failed to convert IPA to XCArchive for file tests/integration/_fixtures/mobile_app/unexpected.ipa

Caused by:
    No .app found in IPA
```
@noahsmartin noahsmartin force-pushed the cursor/update-mobile-app-command-for-ipa-uploads-e699 branch 13 times, most recently from 335ea98 to b8518fb Compare July 21, 2025 21:56
Base automatically changed from cursor/update-mobile-app-command-for-ipa-uploads-e699 to master July 21, 2025 22:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants