Build failure on publishing to App Store Connect #1551
Replies: 6 comments 3 replies
-
Hello |
Beta Was this translation helpful? Give feedback.
-
Thanks
I changed it and it was OK
I wait till end of the month
Kobi
…On Mon, May 1, 2023 at 12:42 PM Himesh Panchal ***@***.***> wrote:
Yes, please change it and re-run the build.
Let us know how it goes.
—
Reply to this email directly, view it on GitHub
<#1551 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/A34IBILYGKVNHB4RPSXWU7LXD6AQ7ANCNFSM6AAAAAAWWOG44A>
.
You are receiving this because you authored the thread.Message ID:
<codemagic-ci-cd/codemagic-docs/repo-discussions/1551/comments/5770388@
github.com>
|
Beta Was this translation helpful? Give feedback.
-
Hi
The second build failed because the FLUTTER_BUILD_NUMBER was not
incremented. How to increment? Kobi
On Sun, May 28, 2023 at 10:36 PM Kobi Meridor ***@***.***>
wrote:
… Thanks
I changed it and it was OK
I wait till end of the month
Kobi
On Mon, May 1, 2023 at 12:42 PM Himesh Panchal ***@***.***>
wrote:
> Yes, please change it and re-run the build.
> Let us know how it goes.
>
> —
> Reply to this email directly, view it on GitHub
> <#1551 (reply in thread)>,
> or unsubscribe
> <https://github.com/notifications/unsubscribe-auth/A34IBILYGKVNHB4RPSXWU7LXD6AQ7ANCNFSM6AAAAAAWWOG44A>
> .
> You are receiving this because you authored the thread.Message ID:
> <codemagic-ci-cd/codemagic-docs/repo-discussions/1551/comments/5770388@
> github.com>
>
|
Beta Was this translation helpful? Give feedback.
-
This is the build command
flutter build ipa --release \
--build-name=8.0.0 \
--build-number=$(($(app-store-connect
get-latest-testflight-build-number "$APP_ID"
--pre-release-version="5.0.0") + 1)) \
--export-options-plist=/Users/builder/export_options.plist
On Mon, May 29, 2023 at 2:29 PM Kobi Meridor ***@***.***>
wrote:
… Hi
The second build failed because the FLUTTER_BUILD_NUMBER was not
incremented. How to increment? Kobi
On Sun, May 28, 2023 at 10:36 PM Kobi Meridor ***@***.***>
wrote:
> Thanks
> I changed it and it was OK
> I wait till end of the month
> Kobi
>
> On Mon, May 1, 2023 at 12:42 PM Himesh Panchal ***@***.***>
> wrote:
>
>> Yes, please change it and re-run the build.
>> Let us know how it goes.
>>
>> —
>> Reply to this email directly, view it on GitHub
>> <#1551 (reply in thread)>,
>> or unsubscribe
>> <https://github.com/notifications/unsubscribe-auth/A34IBILYGKVNHB4RPSXWU7LXD6AQ7ANCNFSM6AAAAAAWWOG44A>
>> .
>> You are receiving this because you authored the thread.Message ID:
>> <codemagic-ci-cd/codemagic-docs/repo-discussions/1551/comments/5770388@
>> github.com>
>>
>
|
Beta Was this translation helpful? Give feedback.
-
I fixed it and changed the source release to 8.0.0.
flutter build ipa --release \
--build-name=8.0.0 \
--build-number=$(($(app-store-connect
get-latest-testflight-build-number "$APP_ID"
--pre-release-version="8.0.0") + 1)) \
--export-options-plist=/Users/builder/export_options.plist
On Mon, May 29, 2023 at 2:41 PM Kobi Meridor ***@***.***>
wrote:
… This is the build command
flutter build ipa --release \
--build-name=8.0.0 \
--build-number=$(($(app-store-connect get-latest-testflight-build-number "$APP_ID" --pre-release-version="5.0.0") + 1)) \
--export-options-plist=/Users/builder/export_options.plist
On Mon, May 29, 2023 at 2:29 PM Kobi Meridor ***@***.***>
wrote:
> Hi
> The second build failed because the FLUTTER_BUILD_NUMBER was not
> incremented. How to increment? Kobi
>
> On Sun, May 28, 2023 at 10:36 PM Kobi Meridor ***@***.***>
> wrote:
>
>> Thanks
>> I changed it and it was OK
>> I wait till end of the month
>> Kobi
>>
>> On Mon, May 1, 2023 at 12:42 PM Himesh Panchal ***@***.***>
>> wrote:
>>
>>> Yes, please change it and re-run the build.
>>> Let us know how it goes.
>>>
>>> —
>>> Reply to this email directly, view it on GitHub
>>> <#1551 (reply in thread)>,
>>> or unsubscribe
>>> <https://github.com/notifications/unsubscribe-auth/A34IBILYGKVNHB4RPSXWU7LXD6AQ7ANCNFSM6AAAAAAWWOG44A>
>>> .
>>> You are receiving this because you authored the thread.Message ID:
>>> <codemagic-ci-cd/codemagic-docs/repo-discussions/1551/comments/5770388@
>>> github.com>
>>>
>>
|
Beta Was this translation helpful? Give feedback.
-
This discussion is being closed due to no activity in the last 14 days. You can reopen the discussion at any time if needed. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello
The build command
`flutter build ipa --release \
--build-name=8.0.0 \
--build-number=$(($(app-store-connect get-latest-testflight-build-number "$APP_ID" --pre-release-version="5.0.0") + 1)) \
--export-options-plist=/Users/builder/export_options.plist`
`┌─ App Settings ──────────────────────────────────────────────────────────────────┐
│ Version Number: 5.0.0 │
│ Build Number: 8 │
│ Display Name: Allergy App │
│ Deployment Target: 14.0 │
│ Bundle Identifier: com.allergy │
│ │
│ To update the settings, please refer to https://docs.flutter.dev/deployment/ios │
└─────────────────────────────────────────────────────────────────────────────────┘`
The Failure Reason
The bundle version must be higher than the previously uploaded version: ‘8’.
What should i do that it will be automatically in the next build
Thanks
@maks
Beta Was this translation helpful? Give feedback.
All reactions