Bryan Oltman
Bryan Oltman
``` 2025-02-14T18:36:03.1250030Z error: exportArchive: No Team Found in Archive 2025-02-14T18:36:03.1250260Z 2025-02-14T18:36:03.1251020Z Error Domain=IDEDistributionAnalyzeArchiveStepErrorDomain Code=0 "No Team Found in Archive" UserInfo={NSLocalizedDescription=No Team Found in Archive, NSLocalizedRecoverySuggestion=Use the Signing & Capabilities editor...
We've updated shorebird_cli to make this only a warning, and recently updated our fastlane plugin to better handle manual codesigning (e.g., through fastlane's `match`). Give it a try, and let...
My suspicion is that the release build has different settings than the debug build. I'd be curious if a build created using `flutter build ipa --release` had this same issue.
> we verified this issue still occurred when running flutter build ios to build the app This suggests that the issue isn't specific to shorebird, but to your flutter configuration....
Interesting! Can you share the barebones app you used to reproduce this issue? That would be really helpful to us as we try to figure out what the problem is.
Attempting to reproduce now with a trivial example (the default Flutter "counter" app, changing the theme color for the patch). I'm seeing an arm64 patch size that is very slightly...
https://github.com/streetsidesoftware/cspell-action/issues/1805#issuecomment-2493481348 worked for me. I was also seeing `Files checked: 0, Issues found: 0 in 0 files.` before adding `incremental_files_only: false` as an arg.
I think we're probably not surfacing as much error output as we should be. If you run: ``` FLUTTER_STORAGE_BASE_URL=https://download.shorebird.dev /Users/omarammar/.shorebird/bin/cache/flutter/3faf56aafaec13a0ba54445574e8e81f3235070c/bin/flutter build ipa --release --verbose ``` do you see anything more...
(filed https://github.com/shorebirdtech/shorebird/issues/2705)
We also improved our iOS error reporting in our 1.5.4 release, so trying the failing command again might give you more insights into what the issue is.