openfoodfacts / smooth-app

🤳🥫 The new Open Food Facts mobile application for Android and iOS, crafted with Flutter and Dart
https://world.openfoodfacts.org/open-food-facts-mobile-app?utm_source=off&utf_medium=web&utm_campaign=github-repo
Apache License 2.0
860 stars 286 forks source link

iOS release blocked #5821

Closed g123k closed 2 weeks ago

g123k commented 2 weeks ago

It seems that we have an issue with the iOS build:

[20:46:08]: Called from Fastfile at line 46
[20:46:08]: ```
[20:46:08]:     44:   
[20:46:08]:     45:     # Upload to test flight
[20:46:08]:  => 46:     upload_to_testflight(
[20:46:08]:     47:       app_identifier: APP_IDENTIFIER,
[20:46:08]:     48:       skip_submission: true,
[20:46:08]: ```
[20:46:08]: Error uploading ipa file: 
 [Application Loader Error Output]: Error uploading '/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/a043b22e-66d3-40dc-a198-f93e9c07bd28.ipa'.
[Application Loader Error Output]: You do not have required contracts to perform an operation You do not have required contracts to perform an operation. (ID: f2304087-5797-495f-85dd-a18d5d9e71b7) (403)
[Application Loader Error Output]: The call to the altool completed with a non-zero exit status: 1. This indicates a failure.

+---------------------------------------------------+
|                 fastlane summary                  |
+------+------------------------------+-------------+
| Step | Action                       | Time (in s) |
+------+------------------------------+-------------+
| 1    | setup_travis                 | 0           |
| 2    | default_platform             | 0           |
| 3    | xcversion                    | 0           |
| 4    | is_ci                        | 0           |
| 5    | sync_code_signing            | 3           |
| 6    | update_code_signing_settings | 0           |
| 7    | update_project_team          | 0           |
| 8    | gym                          | 366         |
| 💥   | upload_to_testflight         | 7           |
+------+------------------------------+-------------+

+--------------------------------------------+
|          Plugin updates available          |
+------------+--------------+----------------+
| Plugin     | Your Version | Latest Version |
+------------+--------------+----------------+
| versioning | 0.6.1        | 0.7.0          |
+------------+--------------+----------------+
[20:46:08]: To update all plugins, just run
[20:46:08]: $ bundle exec fastlane update_plugins

[20:46:08]: fastlane finished with errors

[!] Error uploading ipa file: 
 [Application Loader Error Output]: Error uploading '/var/folders/g6/rgtlsw6n123b0gt5483s5_cm0000gn/T/a043b22e-66d3-40dc-a198-f93e9c07bd28.ipa'.
[Application Loader Error Output]: You do not have required contracts to perform an operation You do not have required contracts to perform an operation. (ID: f2304087-5797-495f-85dd-a18d5d9e71b7) (403)
[Application Loader Error Output]: The call to the altool completed with a non-zero exit status: 1. This indicates a failure.
teolemon commented 2 weeks ago

It might either be the yearly signing renewal, or the new Trader status thing I need to check.

g123k commented 2 weeks ago

The trader status was mandatory last month for updates. So I think that the certificate thing

teolemon commented 2 weeks ago

Actuallly, it was the Apple Dev Agreement. Building happening now @g123k The annual signing thing will happen soon anyway

teolemon commented 2 weeks ago

fixed @g123k; closing