Giter Site home page Giter Site logo

odevio / odevio-cli Goto Github PK

View Code? Open in Web Editor NEW
344.0 7.0 16.0 73.71 MB

Odevio, the easy way to setup, build & release flutter apps for iOS on Linux, Windows and MacOS

Home Page: https://www.odevio.com

License: MIT License

Python 100.00%
flutter flutter-ios flutter-tool ios-developer-tools ios-development

odevio-cli's Introduction

image

image

image

image

UptimeRobot

CodeFactor

Discord

The easy way to setup, build & release flutter apps for iOS on Linux, Windows and MacOS

Odevio is a tool to help developers setup and release their Flutter apps on iOS. Thanks for checking it out.

A tool for developers by developers

A tool for developers by developers

Installation

Odevio is a CLI utility developed in Python. It is easily installed with pip.

pip install odevio

Usage

To start using Odevio simply run odevio in your console.

Start by creating an account

odevio signup

Your Odevio account is now created and you can either start a build machine in configuration mode : to configure XCode or test your app in the iOS simulator.

odevio build start --build-type configuration

Or you can build an IPA or release your app by linking your Apple Developer Account to Odevio and creating an app identifier

odevio apple add --apple-id APPLE_TEAM_ID --name TEXT --key-id APPLE_KEY_ID --issuer-id APPLE_ISSUER_ID --private-key LOCATION_APPLE_PRIVATE_KEY
odevio app mk --name MY_APP_NAME --bundle-id COM.COMPANY.APP_NAME

To create the IPA to install on a physical device for testing purposes

odevio build start --build-type ad-hoc
odevio build ipa

To publish directly to the App Store

odevio build start --build-type publication

Your build failed ? No worries, you can check the logs with

odevio build logs

Documentation

All documentation is in the docs directory and online at https://odevio-cli.readthedocs.io/. If you are getting started this is how we recommend you use the docs :

About

Our mission is to reduce the time it takes to setup, build and release Flutter apps on iOS to the bare minimum.

The tool allows developers working alone or in teams and on multiple OS (Linux, Windows, MacOS) to build and publish their apps easily to the app store.

What can Odevio be used for ?

  1. It allows you to setup the XCode project on a remote MacOS machine if you do not own one.
  2. It manages common iOS specific settings for your team : certificates, devices, provisioning profiles, bundle IDs, Xcode configuration files, ...
  3. It builds your Flutter app on remote iOS machines.
  4. It hosts the iOS app artifacts or publish them to the App Store.

Contributing

Thank you for considering contributing to Odevio. The main purpose of this repository is to continue evolving Odevio to make Flutter developer's lives easier.

Please report improvements, bugs and issues to Github's issue tracker. Pull requests linked to open issues are even more appreciated.

Odevio's GitHub issue tracker is not intended to provide help or support. For that check out our discord.

We are also thrilled to receive a variety of other contributions including:

  • Documentation updates, enhancements, designs, or bugfixes.
  • Spelling or grammar fixes.
  • Blogging, speaking about, or creating tutorials about Odevio.

Giving Odevio a Github star is much appreciated by our team ! Sharing our project with other Flutter developers is too :)

odevio-cli's People

Contributors

julienp95 avatar justin-henrotte avatar lsacredeuse avatar maxcmoi89 avatar rahmadfirman59 avatar simonprins avatar tchavetdeuse avatar victorldeuse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

odevio-cli's Issues

Unable to signup (v. 1.0.2)

When I run appollo signup I get the following error after submitting an email, username and password.

$ appollo signup
Email: *************@gmail.com
Username: *************
Password:
Repeat for confirmation:
Error: Server not available 

Unable to add Developer Account - AppleID shorter than 10Characters?

As you can see, I eventually got it to add the account, by literally cutting off my apple-id after 10 Characters.

I then tried updating the id to the full email, but no success.

I feel like I must be using the wrong id, but everywhere I look in apple-developer it always says that my apple-id is my email-address.

I think it just doesn't make sense, what ID could possibly be under 10 Characters?

grafik

I followed the docs, after the section about adding the account (which doesn't say anything about where to get the 'apple-id' from) the following section states that the 'AppleID' can be found under memberships, where the screenshot clearly highlights the 'TeamID'

That Id worked, but i think it's very misleading to not specify it in the correct section, and name the parameter apple-id, instead of team-id.

I would suggest to rename the parameter in the cli. At least please update the docs.

Forgot password and email of my account

Hi, hope everything is going well.

Recently i've tried to build a new ipa file for my app built in flutter, which in some point of this year I did this process with an specific account. Today, the only info that i remember of it is the user. I forgot both email and password. The problem is that i'm having the following error trying to add the same ios developer account to another apollo account:

Error: This developer account is already linked to user 'user'. If you think this is a mistake, please contact
Appollo at [email protected]

Is there any option to recover the password only with the user? if not, what should i do?

No app identifiers in your account issue

From my understanding this is because I did not connect an Apple Dev Account to Appollo?
Is there way to generate and install an IPA using Appollo locally on my iPhone without the Apple Dev Account for testing purposes?

Error building Ipa file.

i selected configuration>ad-hoc and i got this error after some minutes

Error: Sources update - Error updating sources - Error code 74
Your build has failed, to access logs run : appollo build logs 12KP
Appollo identified an error.

Cannot connect to appollo.space

Hi,

I am building ad-hoc build, once the build finishes it provides me with QR code and link. It's giving error, "cannot connect to appollo.space". I have tried from different iPhones, all get the same error. Usually it works perfectly, it's only happened today. Really appreciate you guys such a good service for people without Macs.

Kind regards,
OZZ

Failed to add apple id

I tried to add my apple id and it failed. Says the Mac has had many apple ids and I have to contat apple to add a new ID

Cant build app

When I try to build the my app it says this:

Error: Ipa collection - IPA file not found - Error code 95

what should I do?

Unable to access apple developer API to retrieve devices

I have been using appollo fine up until recently, but now when I try to do a build, I get the error:

Error: App Store Connect error 403 Forbidden [/v1/devices?limit=200]

It sound like appollo no longer has access to my devices from my apple account, but I am not sure why.
The appollo apple refresh-devices gives the same error.

I have tried to remove my apple account from appollo and add it again using a new key, however the appollo apple add command now also gives the same error.

Is it possible something changed in the apple API so that appollo is no longer able to connect to the developer api using the api key?

Appollo build start configuration error

Hello Appollo's team,

I encountered an error doing an appollo build start in configuration mode. I was waiting for the build to finish but the system seemed to be blocked in an infinite loop (it was building for more than 15 minutes without any progression log).

I decided to abort the build and tried to launch appollo build detail or even appollo build logs and the following error appeared:

Traceback (most recent call last):
  File "/home/<USER>/.local/bin/appollo", line 8, in <module>
    sys.exit(appollo())
  File "/home/<USER>/.local/lib/python3.8/site-packages/click/core.py", line 1128, in __call__
    return self.main(*args, **kwargs)
  File "/home/<USER>/.local/lib/python3.8/site-packages/click/core.py", line 1053, in main
    rv = self.invoke(ctx)
  File "/home/<USER>/.local/lib/python3.8/site-packages/click/core.py", line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/<USER>/.local/lib/python3.8/site-packages/click/core.py", line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
  File "/home/<USER>/.local/lib/python3.8/site-packages/click/core.py", line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/home/<USER>/.local/lib/python3.8/site-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/home/<USER>/.local/lib/python3.8/site-packages/click/decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
  File "/home/<USER>/.local/lib/python3.8/site-packages/appollo/helpers.py", line 54, in run
    return ctx.invoke(f, *args, **kwargs)
  File "/home/<USER>/.local/lib/python3.8/site-packages/click/core.py", line 754, in invoke
    return __callback(*args, **kwargs)
  File "/home/<USER>/.local/lib/python3.8/site-packages/appollo/commands/build.py", line 125, in detail
    key = terminal_menu("/builds/", "Builds", api_params={"all": 1}, name=build_name,
  File "/home/<USER>/.local/lib/python3.8/site-packages/appollo/helpers.py", line 72, in terminal_menu
    terminal_ready_list = [Choice(name(item), i) for i, item in enumerate(item_list)]
  File "/home/<USER>/.local/lib/python3.8/site-packages/appollo/helpers.py", line 72, in <listcomp>
    terminal_ready_list = [Choice(name(item), i) for i, item in enumerate(item_list)]
  File "/home/<USER>/.local/lib/python3.8/site-packages/appollo/commands/build.py", line 614, in build_name
    build_instance['start_time'] = build_instance['start_time'][:-3]+build_instance['start_time'][-2:]  # Remove timezone ':' otherwise it can't parse
TypeError: 'NoneType' object is not subscriptable

Thanks for your support.

Forget password

I am having trouble login my appollo account. it keeps showing 'Unable to log in with provided credentials.' with any password that I can think of.
Maybe I did remember the wrong password, is there any way to reset my password?

Thank you in advance

Unable to install odevio in windows 10

Unable to install odevio in windows 10

`C:>pip install odevio

Traceback (most recent call last):
File "C:\Python310\lib\runpy.py", line 196, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Python310\lib\runpy.py", line 86, in run_code
exec(code, run_globals)
File "C:\Python310\Scripts\pip.exe_main
.py", line 4, in
ModuleNotFoundError: No module named 'pip'
`

Unable to build app

I followed the guide in https://appollo.readthedocs.io/en/master/tutorial/index.html and everything was fine, I managed to build it once and get the ipa file. I changed my info.plist file and added:

	<key>NSCameraUsageDescription</key>
	<string>This app requires access to your camera to scan ID's.</string>
	<key>NSPhotoLibraryUsageDescription</key>
	<string>This app requires access to your gallery to scan ID's.</string>

I tried building it again, choosing ad-hoc and I get the following error:
Error: for account - Cannot create the certificate on your Apple Developer Account: Apple error: You already have a
current iOS Distribution certificate or a pending certificate request.

Error when generating ad-hoc build

Hi everyone,

I got a problem when i try yo generate a new build of my flutter project with appollo.

When executing command appollo build start: ad-hoc, i got a message saying my build failed, and here is the logs:

Build started at 2023-03-27 15:16:29.438368+00:00
----- Certificate keychain importation -----
1 certificate imported.
1 key imported.
keychain: "/Users/appollo/Library/Keychains/appollo.keychain-db"
version: 512
class: 0x00000010
attributes:
0x00000000 =0x00000010
0x00000001 ="Imported Private Key"
0x00000002 =
0x00000003 =0x00000001
0x00000004 =0x00000000
0x00000005 =0x00000000
0x00000006 =0x3C76833BA30920D5E27D72CAB957A65008009290 "<v\203;\243\011 \325\342}r\312\271W\246P\010\000\222\220"
0x00000007 =
0x00000008 =0x7B38373139316361322D306663392D313164342D383439612D3030303530326235323132327D00 "{87191ca2-0fc9-11d4-849a-000502b52122}\000"
0x00000009 =0x0000002A "\000\000\000*"
0x0000000A =0x00000800
0x0000000B =0x00000800
0x0000000C =0x0000000000000000
0x0000000D =0x0000000000000000
0x0000000E =0x00000001
0x0000000F =0x00000001
0x00000010 =0x00000001
0x00000011 =0x00000000
0x00000012 =0x00000001
0x00000013 =0x00000001
0x00000014 =0x00000001
0x00000015 =0x00000001
0x00000016 =0x00000001
0x00000017 =0x00000001
0x00000018 =0x00000001
0x00000019 =0x00000001
0x0000001A =0x00000001
----- Provisioning profile importation -----
----- Unzipping sources -----
----- Git patch initialization -----
Initialized empty Git repository in /Users/appollo/Documents/app/.git/
Initial
191 files changed, 13644 insertions(+)
create mode 100644 .env
create mode 100644 .gitignore
create mode 100644 .metadata
create mode 100644 README.md
create mode 100644 analysis_options.yaml
create mode 100644 android/.gitignore
create mode 100644 android/app/build.gradle
create mode 100644 android/app/src/debug/AndroidManifest.xml
create mode 100644 android/app/src/main/AndroidManifest.xml
create mode 100644 android/app/src/main/kotlin/com/example/cardio_movil_app/MainActivity.kt
create mode 100644 android/app/src/main/res/drawable-v21/launch_background.xml
create mode 100644 android/app/src/main/res/drawable/launch_background.xml
create mode 100644 android/app/src/main/res/mipmap-hdpi/ic_launcher.png
create mode 100644 android/app/src/main/res/mipmap-mdpi/ic_launcher.png
create mode 100644 android/app/src/main/res/mipmap-xhdpi/ic_launcher.png
create mode 100644 android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png
create mode 100644 android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png
create mode 100644 android/app/src/main/res/values-night/styles.xml
create mode 100644 android/app/src/main/res/values/styles.xml
create mode 100644 android/app/src/profile/AndroidManifest.xml
create mode 100644 android/build.gradle
create mode 100644 android/gradle.properties
create mode 100644 android/gradle/wrapper/gradle-wrapper.properties
create mode 100644 android/settings.gradle
create mode 100644 icons/cardio_launcher_icon.png
create mode 100644 images/Corazon-01.jpg
create mode 100644 images/Corazon-02.jpg
create mode 100644 images/Corazon.jpg
create mode 100644 images/back-arrow.png
create mode 100644 images/home.png
create mode 100644 images/home_screen/logo-asistente-linea.png
create mode 100644 images/home_screen/logo-autorizaciones-medicas.png
create mode 100644 images/home_screen/logo-califica.png
create mode 100644 images/home_screen/logo-citas.png
create mode 100644 images/home_screen/logo-inicio.png
create mode 100644 images/home_screen/logo-medicamentos.png
create mode 100644 images/home_screen/logo-mi-salud.png
create mode 100644 images/home_screen/logo-pagos.png
create mode 100644 images/home_screen/logo-tele-m.png
create mode 100644 images/home_screen/logo-usuario.png
create mode 100644 images/icono_seguimiento_medicamentos.png
create mode 100644 images/info_medicamentos.png
create mode 100644 images/laboratorios.png
create mode 100644 images/logo.png
create mode 100644 images/logo_anterior.png
create mode 100644 images/logos_cita.png
create mode 100644 images/logos_dosis.png
create mode 100644 images/logos_eventos.png
create mode 100644 images/logos_laboratorio.png
create mode 100644 images/screen_home.jpg
create mode 100644 images/signos_alarma.png
create mode 100644 ios/.gitignore
create mode 100644 ios/Flutter/AppFrameworkInfo.plist
create mode 100644 ios/Flutter/Debug.xcconfig
create mode 100644 ios/Flutter/Release.xcconfig
create mode 100644 ios/Runner.xcodeproj/project.pbxproj
create mode 100644 ios/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata
create mode 100644 ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 ios/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
create mode 100644 ios/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
create mode 100644 ios/Runner.xcworkspace/contents.xcworkspacedata
create mode 100644 ios/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 ios/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings
create mode 100644 ios/Runner/AppDelegate.swift
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json
create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png
create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/[email protected]
create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/README.md
create mode 100644 ios/Runner/Base.lproj/LaunchScreen.storyboard
create mode 100644 ios/Runner/Base.lproj/Main.storyboard
create mode 100644 ios/Runner/Info.plist
create mode 100644 ios/Runner/Runner-Bridging-Header.h
create mode 100644 lib/Models/api_response.dart
create mode 100644 lib/Models/calendario.dart
create mode 100644 lib/Models/event.dart
create mode 100644 lib/Models/infoDosis.dart
create mode 100644 lib/Models/medicamento.dart
create mode 100644 lib/Models/paciente.dart
create mode 100644 lib/Models/si_no.dart
create mode 100644 lib/Models/sintoma.dart
create mode 100644 lib/Models/tipo_documento.dart
create mode 100644 lib/Models/user.dart
create mode 100644 lib/Screens/CitasMedicas.dart
create mode 100644 lib/Screens/DatosLaboratorio.dart
create mode 100644 lib/Screens/Home.dart
create mode 100644 lib/Screens/Index.dart
create mode 100644 lib/Screens/InfoDosis.dart
create mode 100644 lib/Screens/Login.dart
create mode 100644 lib/Screens/PassForgotten.dart
create mode 100644 lib/Screens/Register.dart
create mode 100644 lib/Screens/SeguimientoMedicamentos.dart
create mode 100644 lib/Screens/SignosAlarma.dart
create mode 100644 lib/Screens/Usuario.dart
create mode 100644 lib/Screens/calendario_eventos.dart
create mode 100644 lib/Widgets/router.dart
create mode 100644 lib/Widgets/side_menu.dart
create mode 100644 lib/components/error_dialog.dart
create mode 100644 lib/components/get_photo_dialog.dart
create mode 100644 lib/flutter_flow/flutter_flow_drop_down.dart
create mode 100644 lib/flutter_flow/flutter_flow_theme.dart
create mode 100644 lib/flutter_flow/flutter_flow_util.dart
create mode 100644 lib/flutter_flow/flutter_flow_widgets.dart
create mode 100644 lib/main.dart
create mode 100644 lib/repository/FileRepository.dart
create mode 100644 lib/services/auth.dart
create mode 100644 lib/services/calendario_service.dart
create mode 100644 lib/services/medicamento_service.dart
create mode 100644 lib/services/par_service.dart
create mode 100644 lib/services/user_service.dart
create mode 100644 lib/util/file_extensions.dart
create mode 100644 linux/.gitignore
create mode 100644 linux/CMakeLists.txt
create mode 100644 linux/flutter/CMakeLists.txt
create mode 100644 linux/flutter/generated_plugin_registrant.cc
create mode 100644 linux/flutter/generated_plugin_registrant.h
create mode 100644 linux/flutter/generated_plugins.cmake
create mode 100644 linux/main.cc
create mode 100644 linux/my_application.cc
create mode 100644 linux/my_application.h
create mode 100644 macos/.gitignore
create mode 100644 macos/Flutter/Flutter-Debug.xcconfig
create mode 100644 macos/Flutter/Flutter-Release.xcconfig
create mode 100644 macos/Flutter/GeneratedPluginRegistrant.swift
create mode 100644 macos/Runner.xcodeproj/project.pbxproj
create mode 100644 macos/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
create mode 100644 macos/Runner.xcworkspace/contents.xcworkspacedata
create mode 100644 macos/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist
create mode 100644 macos/Runner/AppDelegate.swift
create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json
create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_1024.png
create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_128.png
create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_16.png
create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_256.png
create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_32.png
create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_512.png
create mode 100644 macos/Runner/Assets.xcassets/AppIcon.appiconset/app_icon_64.png
create mode 100644 macos/Runner/Base.lproj/MainMenu.xib
create mode 100644 macos/Runner/Configs/AppInfo.xcconfig
create mode 100644 macos/Runner/Configs/Debug.xcconfig
create mode 100644 macos/Runner/Configs/Release.xcconfig
create mode 100644 macos/Runner/Configs/Warnings.xcconfig
create mode 100644 macos/Runner/DebugProfile.entitlements
create mode 100644 macos/Runner/Info.plist
create mode 100644 macos/Runner/MainFlutterWindow.swift
create mode 100644 macos/Runner/Release.entitlements
create mode 100644 pubspec.lock
create mode 100644 pubspec.yaml
create mode 100644 test/widget_test.dart
create mode 100644 web/favicon.png
create mode 100644 web/icons/Icon-192.png
create mode 100644 web/icons/Icon-512.png
create mode 100644 web/icons/Icon-maskable-192.png
create mode 100644 web/icons/Icon-maskable-512.png
create mode 100644 web/index.html
create mode 100644 web/manifest.json
create mode 100644 windows/.gitignore
create mode 100644 windows/CMakeLists.txt
create mode 100644 windows/flutter/CMakeLists.txt
create mode 100644 windows/flutter/generated_plugin_registrant.cc
create mode 100644 windows/flutter/generated_plugin_registrant.h
create mode 100644 windows/flutter/generated_plugins.cmake
create mode 100644 windows/runner/CMakeLists.txt
create mode 100644 windows/runner/Runner.rc
create mode 100644 windows/runner/flutter_window.cpp
create mode 100644 windows/runner/flutter_window.h
create mode 100644 windows/runner/main.cpp
create mode 100644 windows/runner/resource.h
create mode 100644 windows/runner/resources/app_icon.ico
create mode 100644 windows/runner/runner.exe.manifest
create mode 100644 windows/runner/utils.cpp
create mode 100644 windows/runner/utils.h
create mode 100644 windows/runner/win32_window.cpp
create mode 100644 windows/runner/win32_window.h
----- Flutter preparation -----

╔════════════════════════════════════════════════════════════════════════════╗
β•‘ Welcome to Flutter! - https://flutter.dev β•‘
β•‘ β•‘
β•‘ The Flutter tool uses Google Analytics to anonymously report feature usage β•‘
β•‘ statistics and basic crash reports. This data is used to help improve β•‘
β•‘ Flutter tools over time. β•‘
β•‘ β•‘
β•‘ Flutter tool analytics are not sent on the very first run. To disable β•‘
β•‘ reporting, type 'flutter config --no-analytics'. To display the current β•‘
β•‘ setting, type 'flutter config'. If you opt out of analytics, an opt-out β•‘
β•‘ event will be sent, and then no further information will be sent by the β•‘
β•‘ Flutter tool. β•‘
β•‘ β•‘
β•‘ By downloading the Flutter SDK, you agree to the Google Terms of Service. β•‘
β•‘ Note: The Google Privacy Policy describes how data is handled in this β•‘
β•‘ service. β•‘
β•‘ β•‘
β•‘ Moreover, Flutter includes the Dart SDK, which may send usage metrics and β•‘
β•‘ crash reports to Google. β•‘
β•‘ β•‘
β•‘ Read about data we send with crash reports: β•‘
β•‘ https://flutter.dev/docs/reference/crash-reporting β•‘
β•‘ β•‘
β•‘ See Google's privacy policy: β•‘
β•‘ https://policies.google.com/privacy β•‘
β•šβ•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•β•

Running "flutter pub get" in flutter_tools...
Resolving dependencies in ../../../../Volumes/My Shared Files/flutter/packages/flutter_tools...
_fe_analyzer_shared 50.0.0 (58.0.0 available)
analyzer 5.2.0 (5.10.0 available)
archive 3.3.2 (3.3.6 available)
args 2.3.1 (2.4.0 available)
async 2.10.0 (2.11.0 available)
built_value 8.4.2 (8.4.4 available)
checked_yaml 2.0.1 (2.0.2 available)
collection 1.17.0 (1.17.1 available)
completion 1.0.0 (1.0.1 available)
coverage 1.6.1 (1.6.3 available)
dds 2.5.0 (2.7.6 available)
dds_service_extensions 1.3.1 (1.3.3 available)
devtools_shared 2.18.0 (2.22.2 available)
dwds 16.0.2+1 (18.0.2 available)
fixnum 1.0.1 (1.1.0 available)
frontend_server_client 3.1.0 (3.2.0 available)
html 0.15.1 (0.15.2 available)
intl 0.17.0 (0.18.0 available)
io 1.0.3 (1.0.4 available)
js 0.6.5 (0.6.7 available)
json_annotation 4.7.0 (4.8.0 available)
logging 1.1.0 (1.1.1 available)
matcher 0.12.13 (0.12.15 available)
meta 1.8.0 (1.9.1 available)
mime 1.0.2 (1.0.4 available)
multicast_dns 0.3.2+2 (0.3.2+3 available)
native_stack_traces 0.5.2 (0.5.5 available)
node_preamble 2.0.1 (2.0.2 available)
path 1.8.2 (1.8.3 available)
petitparser 5.1.0 (5.3.0 available)
pubspec_parse 1.2.1 (1.2.2 available)
source_maps 0.10.11 (0.10.12 available)
sse 4.1.1 (4.1.2 available)
test 1.22.0 (1.24.0 available)
test_api 0.4.16 (0.5.0 available)
test_core 0.4.20 (0.5.0 available)
vm_service 9.4.0 (11.3.0 available)
web_socket_channel 2.2.0 (2.3.0 available)
webdriver 3.0.1 (3.0.2 available)
Got dependencies in ../../../../Volumes/My Shared Files/flutter/packages/flutter_tools!
Cleaning Xcode workspace... 3.2s
Cleaning Xcode workspace... 2,287ms
Deleting .packages... 0ms
Deleting Generated.xcconfig... 0ms
Deleting flutter_export_environment.sh... 0ms
Deleting ephemeral... 0ms
Deleting ephemeral... 0ms
Deleting .flutter-plugins-dependencies... 0ms
Deleting .flutter-plugins... 0ms
Running "flutter pub get" in app...
Resolving dependencies...
args 2.3.1 (2.4.0 available)

async 2.10.0 (was 2.8.2) (2.11.0 available)
boolean_selector 2.1.1 (was 2.1.0)
cached_network_image 3.2.1 (3.2.3 available)
cached_network_image_platform_interface 1.0.0 (2.0.0 available)
cached_network_image_web 1.0.1 (1.0.2 available)
characters 1.2.1 (was 1.2.0) (1.3.0 available)
clock 1.1.1 (was 1.1.0)
collection 1.17.0 (was 1.16.0) (1.17.1 available)
convert 3.1.0 (3.1.1 available)
cool_alert 1.1.0 (2.0.1 available)
fake_async 1.3.1 (was 1.3.0)
file_picker 3.0.4 (5.2.6 available)
flutter_form_builder 7.7.0 (7.8.0 available)
flutter_launcher_icons 0.9.3 (0.12.0 available)
font_awesome_flutter 10.1.0 (10.4.0 available)
form_builder_validators 8.4.0 (8.5.0 available)
google_fonts 3.0.1 (4.0.3 available)
image 3.3.0 (4.0.15 available)
image_picker_android 0.8.6+1 (0.8.6+6 available)
image_picker_ios 0.8.6+9 (0.8.7+1 available)
intl 0.17.0 (0.18.0 available)
js 0.6.5 (was 0.6.4) (0.6.7 available)
json_path 0.4.1 (0.5.0 available)
lottie 1.4.2 (2.3.0 available)
matcher 0.12.13 (was 0.12.11) (0.12.15 available)
material_color_utilities 0.2.0 (was 0.1.4) (0.3.0 available)
meta 1.8.0 (was 1.7.0) (1.9.1 available)
path 1.8.2 (was 1.8.1) (1.8.3 available)
path_provider 2.0.13 (2.0.14 available)
path_provider_foundation 2.1.3 (2.2.0 available)
petitparser 5.0.0 (5.3.0 available)
pointycastle 3.6.2 (3.7.2 available)
shared_preferences 2.0.15 (2.0.20 available)
source_span 1.9.1 (was 1.8.2)
sqflite 2.0.3+1 (2.2.6 available)
sqflite_common 2.4.0 (2.4.3 available)
stack_trace 1.11.0 (was 1.10.0)
stream_channel 2.1.1 (was 2.1.0)
string_scanner 1.2.0 (was 1.1.0)
synchronized 3.0.0+3 (3.0.1 available)
table_calendar 3.0.8 (3.0.9 available)
term_glyph 1.2.1 (was 1.2.0)
test_api 0.4.16 (was 0.4.9) (0.5.0 available)
timeago 3.2.2 (3.4.0 available)
url_launcher 6.1.5 (6.1.10 available)
url_launcher_android 6.0.25 (6.0.26 available)
url_launcher_ios 6.0.18 (6.1.3 available)
vector_math 2.1.4 (was 2.1.2)
win32 3.1.3 (4.1.1 available)
xml 6.1.0 (6.2.2 available)
These packages are no longer being depended on:

  • charcode 1.3.1
    Changed 19 dependencies!
    ----- Getting version and build number from pubspec.yaml -----
    Found 1.8.0+5 in pubspec.yaml
    ----- Creating export.plist file -----
    ----- Modifying XCode config -----
    ----- Pod install -----
    Analyzing dependencies
    Adding spec repo trunk with CDN https://cdn.cocoapods.org/
    [!] CocoaPods could not find compatible versions for pod "Flutter":
    In Podfile:
    Flutter (from Flutter)

Specs satisfying the Flutter (from Flutter) dependency were found, but they required a higher minimum deployment target.

[!] Automatically assigning platform iOS with version 9.0 on target Runner because no platform was specified. Please specify a platform for this target in your Podfile.
See https://guides.cocoapods.org/syntax/podfile.html#platform.
Error updating sources. Exit code 1
Build stop order received at 2023-03-27 15:17:47.116175+00:00

This command had been working well until today. Hope everyone could tell me what should i do.

Steps To Build ipa file

I want to know, after getting your files from the remote machine which will be saved in a folder called SOURCE
do u build the SOURCE file to generate ipa or do u copy the ios folder from the SOURCE file and paste it on your current project to build the ipa?

How can we contribute to the available instance

I got this response No instance available at the moment. Waiting for one to be free...

How can we contribute to the server or how can we host our custom server.

I really appreciate this work and effort and i love it

Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.

I am facing an issue with running pod install for my Flutter project. The error message I receive is:
Error: CocoaPods's specs repository is too out-of-date to satisfy dependencies.
To update the CocoaPods specs, run:
pod repo update

Error running pod install
Error launching application on iPhone 14.

Steps to Reproduce:

Run flutter run.
Observe the error during the pod install step.

Expected Behavior:
The project should build and run without encountering the mentioned CocoaPods issue.

Note:
I have tried the following steps to resolve the issue:

Running pod repo update and pod install --repo-update.
Updating Ruby to version 2.7.4 and reinstalling CocoaPods.
Any help or guidance on resolving this issue would be greatly appreciated.

appollo apple add command giving error: Ensure this field has no more than 10 characters

I am using appollo to build an flutter app for iOS since I do not have an MacOS device.

I am using appollo apple add command to "Add access to an Apple developer account" for Appollo as described here:

https://appollo.readthedocs.io/en/master/tutorial/6_configure_app_store_connect.html#step-2-link-the-api-key-in-appollo

I specify the following command:

appollo apple add --apple-id [email protected] --name MyName --key-id <my key id> --issuer-id <my issuer id> --private-key <path to my downloaded key file named AuthKey_XXXX.p8>

I get an error response:

Error: for apple_id - ['Ensure this field has no more than 10 characters.']

Since apple requires the my apple-id to be my email and my email is more than 10 characters I do not have a choice in the matter. What can I do to overcome this issue?

Error executing build start: ad-hoc

Hi,

Today I tried to execute build start: ad-hoc command for my flutter app, but im having the following error:

PS K:\cardiosuite\CardioSuiteMovil> py -m appollo build start
 Build type ad-hoc
Zipping K:\cardiosuite\CardioSuiteMovil
Uploading K:\cardiosuite\CardioSuiteMovil (3.76 MB)
Traceback (most recent call last):
  File "<frozen runpy>", line 198, in _run_module_as_main
  File "<frozen runpy>", line 88, in _run_code
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\appollo\__main__.py", line 67, in <module>
    appollo()
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1128, in __call__
    return self.main(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1053, in main
    rv = self.invoke(ctx)
         ^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1659, in invoke
    return _process_result(sub_ctx.command.invoke(sub_ctx))
                           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1395, in invoke
    return ctx.invoke(self.callback, **ctx.params)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 754, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\appollo\helpers.py", line 57, in run
    return ctx.invoke(f, *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 754, in invoke
    return __callback(*args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\decorators.py", line 26, in new_func
    return f(get_current_context(), *args, **kwargs)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\appollo\commands\build.py", line 532, in start
    build_instance = api.post(
                     ^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\appollo\api.py", line 93, in post
    return _request("post", route, params=params, data=json_data, files=files, authorization=authorization, auth_data=auth_data)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\appollo\api.py", line 59, in _request
    print_validation_error(console, error)
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\appollo\helpers.py", line 24, in print_validation_error
    console.print(f"Error: {error}")
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\rich\console.py", line 1590, in print
    renderables = self._collect_renderables(
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\rich\console.py", line 1454, in _collect_renderables
    self.render_str(
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\rich\console.py", line 1346, in render_str
    rich_text = render_markup(
                ^^^^^^^^^^^^^^
  File "C:\Users\leona\AppData\Local\Programs\Python\Python311\Lib\site-packages\rich\markup.py", line 159, in render
    raise MarkupError(
rich.errors.MarkupError: closing tag '[/v1/devices?limit=200]' at position 45 doesn't match any open tag

I tried to execute appollo build logs command, but appollo shows me logs from app build from 5 months ago o more.

image

Any ideas of this error?

My python version is 3.11.4

Can't complete appollo apple add command

When trying to link my apple developer account with the appollo command line tool, I get the following error after passing it my private key file:

Error: for apple_id - ['Ensure this field has no more than 10 characters.']

Here's a screenshot:

Capture

The "apple id" field is the email associated with my apple developer account right?

Need to run flutter clean before publication build

When I run a configuration build, and try running flutter run in the terminal I get the following errors:

...
Running pod install...                                             71.2s
Running Xcode build...
Xcode archive done.                                         15.6s
Failed to build iOS app
Semantic Issue (Xcode): Redefinition of 'PermissionGroup'
/Volumes/My%20Shared%20Files/flutter/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.7/ios/Classes/PermissionHan
dlerEnums.h:112:21

Semantic Issue (Xcode): Redefinition of enumerator 'PermissionGroupCalendar'
/Volumes/My%20Shared%20Files/flutter/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.7/ios/Classes/PermissionHan
dlerEnums.h:113:4

----------------------------------
// I cut out a bunch of errors, they are all basically the same. The full error log is attached below.
----------------------------------

Semantic Issue (Xcode): Redefinition of enumerator 'PermissionGroupNotification'
/Volumes/My%20Shared%20Files/flutter/.pub-cache/hosted/pub.dev/permission_handler_apple-9.0.7/ios/Classes/PermissionHan
dlerEnums.h:130:4

Error (Xcode): too many errors emitted, stopping now
...

Full error log: publication-log.txt

This isn't a problem because if I run flutter clean, then run flutter run, the app builds and runs properly. However, when doing a publication build, I can't run flutter clean ahead of time. And so the build fails and the logs show the same errors as above for the configuration build.

Is there a way to run flutter clean on the remote server before the build is generated? Or better yet, maybe the remote server should run flutter clean during its setup phase.

EDIT: I tried publishing the app manually on a configuration build (by following the steps here). But I got stuck when "codesign" requested the password to the "appollo" keychain. If I knew that password I could bypass using the publication build entirely:

Capture

build start problem

I am stuck at this appollo build start command, after i choose the build type as configuration, it run out the below
Not sure what happens to it
tried uninstall and reinstall appollo already.

C:\Users\f421\StudioProjects\pet>appollo build start
Build type configuration
Traceback (most recent call last):
File "", line 198, in _run_module_as_main
File "", line 88, in run_code
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Scripts\appollo.exe_main
.py", line 7, in
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1128, in call
return self.main(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1053, in main
rv = self.invoke(ctx)
^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 754, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\appollo\helpers.py", line 57, in run
return ctx.invoke(f, *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\core.py", line 754, in invoke
return __callback(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\click\decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\site-packages\appollo\commands\build.py", line 456, in start
flutter_version_output = subprocess.run(["flutter", "--version"], stdout=subprocess.PIPE, text=True)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 548, in run
with Popen(*popenargs, **kwargs) as process:
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1024, in init
self._execute_child(args, executable, preexec_fn, close_fds,
File "C:\Users\f421\AppData\Local\Programs\Python\Python311\Lib\subprocess.py", line 1493, in _execute_child
hp, ht, pid, tid = _winapi.CreateProcess(executable, args,
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
FileNotFoundError: [WinError 2] The system cannot find the file specified

Unable to Add apple id

I want to add my apple developer account with appollo with appollo apple add command from my windows 10 computer but get error.

appollo apple add Apple id: [here i give my 19 characters email address] Name: XXXXXXXX Key id: XXXXXXX Issue id: XXXXXX Private key: F:\Mac\AuthKey_XXXXXXX.p8

After press Enter it gives Error
Error: for apple_id - ['Ensure this field has no more than 10 characters.']

Please help me about this problem.

Cannot get build result (patch or zip)

The patch isn't created after stopping a configuration build when the git repository's main branch is called 'main' and not 'master'.
Also, the command appollo build download says that there is no source result available.

command "appollo" doesnt recognized on windows 10

I have installed appollo with "pip install appollo" in cmder (first time i use this) but when i call appollo with the command "apollo help" or something else argument, i cant... my windows can't call appollo.
I try too in cmd but same issue

Im beginner in code so sorry if my problem be stupid certainly.
sorry too for my english, im french ^^'

Error executing apple add command

Hi, hope everything is going well,

Im having the following error when trying to execute the apple add command

Error: POST /developer-accounts/ failed: Internal Server Error

Any ideas for the causes of this error?

remote error

when I run cd Documents/app I get this error
cd: no such file or directory: Documents/app

also, I cannot find my dart location on the remote android studio.

Unable to publish an app with whitespace in the name

Hi,
I was not able to publish my app on the App Store. Regarding the logs, it seems that the fact that there is some whitespace in the name of the app, and hence, in the name of the .ipa file leads to an error.

Here is the output log on Appollo

----- Building IPA with Flutter -----

πŸ’ͺ Building with sound null safety πŸ’ͺ

Archiving be.getyourway.gyw-quality-control...
Updating project for Xcode compatibility.
Upgrading project.pbxproj
Upgrading Runner.xcscheme
Automatically signing iOS for device deployment using specified development team in Xcode project: YFMDC363ST
Running pod install...                                           1,080ms
Running Xcode build...                                          
Xcode archive done.                                         93.4s
Built /Users/appollo/Documents/app/build/ios/archive/Runner.xcarchive.

β”Œβ”€ App Settings ──────────────────────────────────────────────────────────────────┐
β”‚ Version Number: 1.0.0                                                           β”‚
β”‚ Build Number: 1                                                                 β”‚
β”‚ Display Name: GYW - ContrΓ΄le qualitΓ©                                            β”‚
β”‚ Deployment Target: 12.0                                                         β”‚
β”‚ Bundle Identifier: be.getyourway.gyw-quality-control                            β”‚
β”‚                                                                                 β”‚
β”‚ To update the settings, please refer to https://docs.flutter.dev/deployment/ios β”‚
β””β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”€β”˜
Building App Store IPA...                                          13.6s
Built IPA to /Users/appollo/Documents/app/build/ios/ipa.
To upload to the App Store either:
    1. Drag and drop the "build/ios/ipa/*.ipa" bundle into the Apple Transporter macOS app https://apps.apple.com/us/app/transporter/id1450874784
    2. Run "xcrun altool --upload-app --type ios -f build/ios/ipa/*.ipa --apiKey your_api_key --apiIssuer your_issuer_id".
       See "man altool" for details about how to authenticate with the App Store Connect API key.
----- Getting modified sources -----
Retrieved IPA file GYW - Quality Control.ipa
----- Creating private key folder -----
----- Importing Apple private key -----
----- Converting private key format -----
----- Signing IPA -----
2023-03-27 16:06:51.437 *** Error: Error uploading 'Documents/app/build/ios/ipa/GYW'.
2023-03-27 16:06:51.438 *** Error: Unable to upload archive. The file 'Documents/app/build/ios/ipa/GYW' cannot be found. (-43)
 {
    NSLocalizedDescription = "Unable to upload archive.";
    NSLocalizedFailureReason = "The file 'Documents/app/build/ios/ipa/GYW' cannot be found.";
}
Build stop order received at 2023-03-27 15:06:51.463292+00:00

I hope you'll fix it it quickly.

Thanks for the whole project and the backend update, it seems to be a lot faster.

Flutter flavors [Target file "lib/main.dart" not found]

I have multiple flavors for one applicaton. So I don't have standart main.dart in my project.

-lib
-- main_dev.dart
-- main_staging.dart
-- main_production.dart

For android I would run flutter build appbundle -t ./lib/main_production.dart --flavor=production

But when I run build start --build-type publication returns Target file "lib/main.dart" not found. I didn't find any options or tutorials where can I specify needed flavor.

Error message: Sources import - Error 5 Cannot parse version and build number

I tried to build start and after some time this error appears, but my pubsec yaml has no errors. Here it is:

name: escape_room
description: Escape Room

 
publish_to: 'none'  
version: 2.0.5+12

environment:
  sdk: ">=2.17.0 <3.0.0"

 
dependencies:
  flutter:
    sdk: flutter

  cupertino_icons: ^1.0.2
  get: ^4.6.3
  gsheets: ^0.4.2
  uuid: ^3.0.6
  intl: ^0.17.0
  connectivity_plus: ^2.3.0
  hexcolor: ^2.0.7
  marquee: ^2.2.2
  http: ^0.13.4
  html: ^0.15.0
   
 
  flutter_staggered_animations: ^1.0.0
  hive: ^2.2.1
  hive_flutter: ^1.1.0
  like_button: ^2.0.4
  timer_count_down: ^2.2.1
   
   
 
  change_app_package_name: ^1.1.0
  firebase_core: ^1.17.1
  cloud_firestore: ^3.1.17
  flutterfire_ui: ^0.4.1+2
  google_sign_in: ^5.3.3
  animated_text_kit: ^4.2.2
  avatar_glow: ^2.0.2
  flutter_zoom_drawer: ^3.0.2
  url_launcher: ^6.1.3
  flutter_native_splash: ^2.2.3+1
  icons_plus: ^2.0.1
  new_version: ^0.3.1
  package_info_plus: ^1.4.2
  firebase_messaging: ^11.4.2
  firebase_auth: ^3.3.20
  google_mobile_ads: ^1.3.0
  permission_handler: ^10.0.0
  smooth_page_indicator: ^1.0.0+2
  app_settings: ^4.1.8
  provider: ^6.0.3
 

dev_dependencies:
  flutter_test:
    sdk: flutter

 
  flutter_lints: ^2.0.0
  flutter_launcher_icons: "^0.9.2"

flutter_icons:
  android: true
  ios: true
  image_path: "assets/logo512.png"
 
flutter:

 
  uses-material-design: true
 
  assets:
    - assets/
    

signature has expired

i got this error when i ran appollo build start and chose configuration

appollo build start
Build type (configuration, development, ad-hoc, distribution, validation, publication): configuration
Error: ['Signature has expired.']
Traceback (most recent call last):
File "c:\users\super-s\appdata\local\programs\python\python39\lib\runpy.py", line 197, in _run_module_as_main
return _run_code(code, main_globals, None,
File "c:\users\super-s\appdata\local\programs\python\python39\lib\runpy.py", line 87, in run_code
exec(code, run_globals)
File "C:\Users\Super-S\AppData\Local\Programs\Python\Python39\Scripts\appollo.exe_main
.py", line 7, in
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\click\core.py", line 1128, in call
return self.main(*args, **kwargs)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\click\core.py", line 1053, in main
rv = self.invoke(ctx)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\click\core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\click\core.py", line 1659, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\click\core.py", line 1395, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\click\core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\click\decorators.py", line 26, in new_func
return f(get_current_context(), *args, **kwargs)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\appollo\helpers.py", line 54, in run
return ctx.invoke(f, *args, **kwargs)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\click\core.py", line 754, in invoke
return __callback(*args, **kwargs)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\appollo\commands\build.py", line 239, in start
app_key = terminal_menu("/applications/", "Application",
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\appollo\helpers.py", line 71, in terminal_menu
item_list = api.get(api_route)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\appollo\api.py", line 28, in get
auth_headers = get_authorization_header(**auth_data)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\appollo\api.py", line 254, in get_authorization_header
write_jwt_token(token)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\site-packages\appollo\settings.py", line 45, in write_jwt_token
parser.set("auth", "JWT_TOKEN", token)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\configparser.py", line 1203, in set
self._validate_value_types(option=option, value=value)
File "c:\users\super-s\appdata\local\programs\python\python39\lib\configparser.py", line 1188, in _validate_value_types
raise TypeError("option values must be strings")
TypeError: option values must be strings

Error: POST /builds/ failed: Payment Required

Hi, when I try to build type of publication, it shows the error below:
Error: POST /builds/ failed: Payment Required

is this due to my apple developer account problem or appollo side?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.