Odevio / Odevio-CLI

Odevio, the easy way to setup, build & release flutter apps for iOS on Linux, Windows and MacOS
https://www.odevio.com
MIT License
380 stars 17 forks source link

Error building Ipa file. #34

Closed SwiftSpotter closed 1 year ago

SwiftSpotter commented 1 year ago

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.

SwiftSpotter commented 1 year ago

i ran the build log and found that the error is this

''[!] Unable to find a target named RunnerTests in project Runner.xcodeproj, did find Runner. Error updating sources. Exit code 1"

SwiftSpotter commented 1 year ago

i tried solving it myself and ended up with this Error: Ipa collection - IPA file not found - Error code 95 Your build has failed, to access logs run : appollo build logs REPM Appollo identified an error. You can ask for help regarding this issue here: https://appollo.space/builds/8ae882db07454b33be13d9659de6d729/help/

C:\Users\Super-S\wordrade>appollo build logs REPM Build started at 2023-06-15 03:46:46.943649+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 =0xCD0D1333239440FC367886E3D3EE0B4CDE9CF429 "\315\015\0233#\224@\3746x\206\343\323\356\013L\336\234\364)" 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 314 files changed, 41391 insertions(+) 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/proguard-rules.pro 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/wordrade/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 assets/image/angrydog.png create mode 100644 assets/image/baddog.png create mode 100644 assets/image/beautifulpanda.png create mode 100644 assets/image/carepig.png create mode 100644 assets/image/finepig.png create mode 100644 assets/image/queencat.png create mode 100644 assets/image/raidwoman2.png create mode 100644 assets/image/rat.png create mode 100644 assets/image/rr.png create mode 100644 assets/image/sportscat.png create mode 100644 assets/image/swagdog.png create mode 100644 assets/image/woman.png create mode 100644 assets/translations/ar.json create mode 100644 assets/translations/da.json create mode 100644 assets/translations/de.json create mode 100644 assets/translations/en.json create mode 100644 assets/translations/es.json create mode 100644 assets/translations/fr.json create mode 100644 assets/translations/it.json create mode 100644 assets/translations/jp.json create mode 100644 assets/translations/no.json create mode 100644 assets/translations/pt.json 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/Podfile create mode 100644 ios/Podfile.lock 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/Icon-App-1024x1024@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png create mode 100644 ios/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png 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/LaunchImage@2x.png create mode 100644 ios/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png 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/AuthScreen/first_page.dart create mode 100644 lib/AuthScreen/form/login_in_form.dart create mode 100644 lib/AuthScreen/form/sign_up_form.dart create mode 100644 lib/AuthScreen/form/welcome_screen.dart create mode 100644 lib/AuthScreen/mini_screen/add_picture.dart create mode 100644 lib/AuthScreen/mini_screen/basic_information.dart create mode 100644 lib/AuthScreen/mini_screen/device_id.dart create mode 100644 lib/AuthScreen/mini_screen/reset_password.dart create mode 100644 lib/exporter.dart create mode 100644 lib/grab_noti.dart create mode 100644 lib/littlee/level/level1.dart create mode 100644 lib/littlee/level/level10.dart create mode 100644 lib/littlee/level/level11.dart create mode 100644 lib/littlee/level/level12.dart create mode 100644 lib/littlee/level/level13.dart create mode 100644 lib/littlee/level/level14.dart create mode 100644 lib/littlee/level/level15.dart create mode 100644 lib/littlee/level/level16.dart create mode 100644 lib/littlee/level/level17.dart create mode 100644 lib/littlee/level/level18.dart create mode 100644 lib/littlee/level/level19.dart create mode 100644 lib/littlee/level/level2.dart create mode 100644 lib/littlee/level/level20.dart create mode 100644 lib/littlee/level/level21.dart create mode 100644 lib/littlee/level/level22.dart create mode 100644 lib/littlee/level/level23.dart create mode 100644 lib/littlee/level/level24.dart create mode 100644 lib/littlee/level/level25.dart create mode 100644 lib/littlee/level/level26.dart create mode 100644 lib/littlee/level/level27.dart create mode 100644 lib/littlee/level/level28.dart create mode 100644 lib/littlee/level/level29.dart create mode 100644 lib/littlee/level/level3.dart create mode 100644 lib/littlee/level/level30.dart create mode 100644 lib/littlee/level/level31.dart create mode 100644 lib/littlee/level/level32.dart create mode 100644 lib/littlee/level/level33.dart create mode 100644 lib/littlee/level/level34.dart create mode 100644 lib/littlee/level/level35.dart create mode 100644 lib/littlee/level/level36.dart create mode 100644 lib/littlee/level/level37.dart create mode 100644 lib/littlee/level/level38.dart create mode 100644 lib/littlee/level/level39.dart create mode 100644 lib/littlee/level/level4.dart create mode 100644 lib/littlee/level/level40.dart create mode 100644 lib/littlee/level/level5.dart create mode 100644 lib/littlee/level/level6.dart create mode 100644 lib/littlee/level/level7.dart create mode 100644 lib/littlee/level/level8.dart create mode 100644 lib/littlee/level/level9.dart create mode 100644 lib/main.dart create mode 100644 lib/mytranslation.dart create mode 100644 lib/quest.dart create mode 100644 lib/services/hive/update_colors.dart create mode 100644 lib/services/hive/update_letters.dart create mode 100644 lib/services/hive/words.dart create mode 100644 lib/services/intl/colors.dart create mode 100644 lib/services/intl/constants.dart create mode 100644 lib/services/intl/current_user.dart create mode 100644 lib/services/intl/message.dart create mode 100644 lib/services/intl/questions.dart create mode 100644 lib/services/intl/three_etters.dart create mode 100644 lib/services/intl/wordrade_list.dart create mode 100644 lib/services/managers/ads.dart create mode 100644 lib/services/managers/attack_done.dart create mode 100644 lib/services/managers/auth.dart create mode 100644 lib/services/managers/confi.dart create mode 100644 lib/services/managers/database.dart create mode 100644 lib/services/managers/firebase_ops.dart create mode 100644 lib/services/managers/game_changer.dart create mode 100644 lib/services/managers/how_playcontroller.dart create mode 100644 lib/services/managers/initializer.dart create mode 100644 lib/services/managers/like_unlike_manager.dart create mode 100644 lib/services/managers/nav_class.dart create mode 100644 lib/services/managers/no_internet.dart create mode 100644 lib/services/managers/notif.dart create mode 100644 lib/services/managers/notification_api.dart create mode 100644 lib/services/managers/query.dart create mode 100644 lib/services/managers/stringer.dart create mode 100644 lib/services/managers/switch_little.dart create mode 100644 lib/services/managers/tab_controller.dart create mode 100644 lib/services/managers/task_functions.dart create mode 100644 lib/the_wheel/controller/fortune_wheel_controller.dart create mode 100644 lib/the_wheel/demo_screen.dart create mode 100644 lib/the_wheel/painters/triangle_painter.dart create mode 100644 lib/the_wheel/painters/wheel_outline_painter.dart create mode 100644 lib/the_wheel/painters/wheel_slice_painter.dart create mode 100644 lib/the_wheel/widgets/fortune_wheel.dart create mode 100644 lib/the_wheel/widgets/fortune_wheel_child.dart create mode 100644 lib/the_wheel/widgets/wheel_result_indicator.dart create mode 100644 lib/the_wheel/widgets/wheel_slice.dart create mode 100644 lib/wordrade/model/attack.dart create mode 100644 lib/wordrade/model/attack.g.dart create mode 100644 lib/wordrade/model/helps.dart create mode 100644 lib/wordrade/model/letter_model.dart create mode 100644 lib/wordrade/model/letters.dart create mode 100644 lib/wordrade/model/letters.g.dart create mode 100644 lib/wordrade/model/list.dart create mode 100644 lib/wordrade/model/list.g.dart create mode 100644 lib/wordrade/model/models.dart create mode 100644 lib/wordrade/model/pet.dart create mode 100644 lib/wordrade/model/pet.g.dart create mode 100644 lib/wordrade/model/pet_need.dart create mode 100644 lib/wordrade/model/quest.dart create mode 100644 lib/wordrade/model/quest.g.dart create mode 100644 lib/wordrade/model/quiz_model.dart create mode 100644 lib/wordrade/model/quiz_model.g.dart create mode 100644 lib/wordrade/model/trans.dart create mode 100644 lib/wordrade/model/trans.g.dart create mode 100644 lib/wordrade/ripple/circle_painter.dart create mode 100644 lib/wordrade/ripple/curve_wave.dart create mode 100644 lib/wordrade/ripple/ripple_animation.dart create mode 100644 lib/wordrade/ripple/splash_screen.dart create mode 100644 lib/wordrade/screen/gamestatus/new_day.dart create mode 100644 lib/wordrade/screen/gamestatus/quit_page.dart create mode 100644 lib/wordrade/screen/gamestatus/won_page.dart create mode 100644 lib/wordrade/screen/grids/card1.dart create mode 100644 lib/wordrade/screen/grids/card2.dart create mode 100644 lib/wordrade/screen/grids/card3.dart create mode 100644 lib/wordrade/screen/grids/card4.dart create mode 100644 lib/wordrade/screen/grids/card5.dart create mode 100644 lib/wordrade/screen/host/accept_wordrade.dart create mode 100644 lib/wordrade/screen/host/create_wordrade.dart create mode 100644 lib/wordrade/screen/host/pick_wordrade.dart create mode 100644 lib/wordrade/screen/host/shout_out.dart create mode 100644 lib/wordrade/screen/host/statisctis.dart create mode 100644 lib/wordrade/screen/host/write_script.dart create mode 100644 lib/wordrade/screen/mainscreens/wrapper.dart create mode 100644 lib/wordrade/screen/minigames/c_ronaldo.dart create mode 100644 lib/wordrade/screen/minigames/challange.dart create mode 100644 lib/wordrade/screen/minigames/letter_swap.dart create mode 100644 lib/wordrade/screen/minigames/quiz.dart create mode 100644 lib/wordrade/screen/missile/input_code.dart create mode 100644 lib/wordrade/screen/missile/launch.dart create mode 100644 lib/wordrade/screen/missile/solve_code.dart create mode 100644 lib/wordrade/screen/missile/wheell.dart create mode 100644 lib/wordrade/screen/nav_buttons/home.dart create mode 100644 lib/wordrade/screen/nav_buttons/home_page.dart create mode 100644 lib/wordrade/screen/nav_buttons/invest.dart create mode 100644 lib/wordrade/screen/nav_buttons/profile_page.dart create mode 100644 lib/wordrade/screen/nav_buttons/release_animals.dart create mode 100644 lib/wordrade/screen/nav_buttons/trans_nav.dart create mode 100644 lib/wordrade/screen/post/final_post.dart create mode 100644 lib/wordrade/screen/post/human_trade.dart create mode 100644 lib/wordrade/screen/post/pay_back.dart create mode 100644 lib/wordrade/screen/post/post_letters.dart create mode 100644 lib/wordrade/screen/post/trade_holder.dart create mode 100644 lib/wordrade/screen/settings/settings.dart create mode 100644 lib/wordrade/screen/store/adopt_pet.dart create mode 100644 lib/wordrade/screen/store/buy_coins.dart create mode 100644 lib/wordrade/screen/store/buy_letters.dart create mode 100644 lib/wordrade/screen/store/buy_spin.dart create mode 100644 lib/wordrade/screen/store/store_listing.dart create mode 100644 lib/wordrade/screen/tutorial/how_to_play.dart create mode 100644 lib/wordrade/screen/tutorial/turial_home.dart create mode 100644 lib/wordrade/screen/wordraiders/otherpple.dart create mode 100644 lib/wordrade/screen/wordraiders/peeps.dart create mode 100644 lib/wordrade/widgets/all_confetti_widget.dart create mode 100644 lib/wordrade/widgets/attack_time.dart create mode 100644 lib/wordrade/widgets/board.dart create mode 100644 lib/wordrade/widgets/cards.dart create mode 100644 lib/wordrade/widgets/deem.dart create mode 100644 lib/wordrade/widgets/dragger.dart create mode 100644 lib/wordrade/widgets/empti.dart create mode 100644 lib/wordrade/widgets/extensions.dart create mode 100644 lib/wordrade/widgets/header.dart create mode 100644 lib/wordrade/widgets/keyboard.dart create mode 100644 lib/wordrade/widgets/letter_board.dart create mode 100644 lib/wordrade/widgets/life.dart create mode 100644 lib/wordrade/widgets/like_button.dart create mode 100644 lib/wordrade/widgets/loading.dart create mode 100644 lib/wordrade/widgets/message_tile.dart create mode 100644 lib/wordrade/widgets/open_path.dart create mode 100644 lib/wordrade/widgets/painter.dart create mode 100644 lib/wordrade/widgets/pet_hold.dart create mode 100644 lib/wordrade/widgets/result.dart create mode 100644 lib/wordrade/widgets/timee.dart create mode 100644 lib/wordrade/widgets/trade_list.dart create mode 100644 lib/wordrade/widgets/two_text.dart create mode 100644 lib/wordrade/wordrade.dart create mode 100644 pubspec.lock create mode 100644 pubspec.yaml create mode 100644 sa/.gitignore create mode 100644 sa/Flutter/AppFrameworkInfo.plist create mode 100644 sa/Flutter/Debug.xcconfig create mode 100644 sa/Flutter/Release.xcconfig create mode 100644 sa/Runner.xcodeproj/project.pbxproj create mode 100644 sa/Runner.xcodeproj/project.xcworkspace/contents.xcworkspacedata create mode 100644 sa/Runner.xcodeproj/project.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 sa/Runner.xcodeproj/project.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings create mode 100644 sa/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme create mode 100644 sa/Runner.xcworkspace/contents.xcworkspacedata create mode 100644 sa/Runner.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist create mode 100644 sa/Runner.xcworkspace/xcshareddata/WorkspaceSettings.xcsettings create mode 100644 sa/Runner/AppDelegate.swift create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Contents.json create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-1024x1024@1x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@1x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@2x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-20x20@3x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@1x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@2x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-29x29@3x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@1x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@2x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-40x40@3x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@2x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-60x60@3x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@1x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-76x76@2x.png create mode 100644 sa/Runner/Assets.xcassets/AppIcon.appiconset/Icon-App-83.5x83.5@2x.png create mode 100644 sa/Runner/Assets.xcassets/LaunchImage.imageset/Contents.json create mode 100644 sa/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage.png create mode 100644 sa/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@2x.png create mode 100644 sa/Runner/Assets.xcassets/LaunchImage.imageset/LaunchImage@3x.png create mode 100644 sa/Runner/Assets.xcassets/LaunchImage.imageset/README.md create mode 100644 sa/Runner/Base.lproj/LaunchScreen.storyboard create mode 100644 sa/Runner/Base.lproj/Main.storyboard create mode 100644 sa/Runner/Info.plist create mode 100644 sa/Runner/Runner-Bridging-Header.h 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 ----- Flutter preparation ----- Found an existing Pub cache at /Users/appollo/.pub-cache. It can be repaired by running dart pub cache repair. It can be reset by running dart pub cache clear. Found an existing Dart Analysis Server cache at /Users/appollo/.dartServer. It can be reset by deleting /Users/appollo/.dartServer. Cleaning Xcode workspace... 3.4s Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting Flutter.podspec... 0ms Deleting .flutter-plugins-dependencies... 0ms Deleting .flutter-plugins... 0ms Resolving dependencies... _fe_analyzer_shared 40.0.0 (61.0.0 available) analyzer 4.1.0 (5.13.0 available) animated_text_kit 4.2.1 (4.2.2 available) args 2.3.1 (2.4.2 available)

async 2.11.0 (was 2.10.0) awesome_dialog 2.2.1 (3.1.0 available) build 2.3.0 (2.4.0 available) build_config 1.1.0 (1.1.1 available) build_daemon 3.1.0 (4.0.0 available) build_resolvers 2.0.9 (2.2.0 available) build_runner 2.2.0 (2.4.5 available) build_runner_core 7.2.3 (7.2.10 available) built_value 8.4.0 (8.6.1 available) characters 1.3.0 (was 1.2.1) checked_yaml 2.0.1 (2.0.3 available) code_builder 4.1.0 (4.5.0 available) collection 1.17.1 (was 1.17.0) (1.17.2 available) confetti 0.6.0 (0.7.0 available) connectivity_plus 3.0.6 (4.0.1 available) convert 3.0.2 (3.1.1 available) cross_file 0.3.3+2 (0.3.3+4 available) crypto 3.0.2 (3.0.3 available) dart_style 2.2.3 (2.3.1 available) dio 5.2.0 (5.2.1+1 available) emoji_picker_flutter 1.5.2 (1.6.1 available) ffi 2.0.1 (2.0.2 available) file 6.1.4 (7.0.0 available) fixnum 1.0.1 (1.1.0 available) flutter_lints 1.0.4 (2.0.1 available) flutter_local_notifications 13.0.0 (14.1.1 available) flutter_local_notifications_linux 3.0.0 (4.0.0+1 available) flutter_local_notifications_platform_interface 6.0.0 (7.0.0+1 available) flutter_plugin_android_lifecycle 2.0.7 (2.0.15 available) fluttertoast 8.2.1 (8.2.2 available) font_awesome_flutter 9.2.0 (10.4.0 available) frontend_server_client 2.1.3 (3.2.0 available) glob 2.1.0 (2.1.2 available) google_fonts 4.0.4 (5.0.0 available) graphs 2.1.0 (2.3.1 available) hive_generator 1.1.3 (2.0.0 available) http 0.13.5 (1.0.0 available) http_parser 4.0.1 (4.0.2 available) image_gallery_saver 1.7.1 (2.0.2 available) image_picker 0.8.6 (0.8.8 available) image_picker_android 0.8.5+4 (0.8.6+20 available) image_picker_for_web 2.1.10 (2.1.12 available) image_picker_ios 0.8.6+5 (0.8.7+4 available) image_picker_platform_interface 2.6.2 (2.8.0 available) internet_connection_checker 0.0.1+3 (1.0.0+1 available) intl 0.17.0 (0.18.1 available) io 1.0.3 (1.0.4 available) js 0.6.7 (was 0.6.5) json_annotation 4.6.0 (4.8.1 available) lints 1.0.1 (2.1.1 available) logging 1.0.2 (1.2.0 available) matcher 0.12.15 (was 0.12.13) (0.12.16 available) material_color_utilities 0.2.0 (0.5.0 available) meta 1.9.1 (was 1.8.0) mime 1.0.2 (1.0.4 available) package_info_plus 3.1.2 (4.0.2 available) path 1.8.3 (was 1.8.2) path_provider_android 2.0.14 (2.0.27 available) path_provider_linux 2.1.7 (2.1.11 available) path_provider_platform_interface 2.0.4 (2.0.6 available) path_provider_windows 2.1.3 (2.1.7 available) permission_handler 10.2.0 (10.3.0 available) permission_handler_android 10.2.0 (10.2.3 available) permission_handler_apple 9.0.7 (9.1.0 available) permission_handler_platform_interface 3.9.0 (3.10.0 available) petitparser 5.1.0 (5.4.0 available) plugin_platform_interface 2.1.3 (2.1.4 available) provider 6.0.3 (6.0.5 available) pub_semver 2.1.1 (2.1.4 available) pubspec_parse 1.2.0 (1.2.3 available) screenshot 2.0.0 (2.1.0 available) sembast 3.4.6+1 (3.4.7 available) share_plus 6.3.1 (7.0.2 available) share_plus_platform_interface 3.2.0 (3.2.1 available) shared_preferences 2.1.0 (2.1.2 available) shared_preferences_foundation 2.2.1 (2.2.2 available) shelf 1.3.1 (1.4.1 available) shelf_web_socket 1.0.2 (1.0.4 available) simple_animations 4.0.2 (5.0.2 available) source_gen 1.2.2 (1.3.2 available) source_helper 1.3.2 (1.3.3 available) source_span 1.9.1 (1.10.0 available) stream_transform 2.0.0 (2.1.0 available) test_api 0.5.1 (was 0.4.16) (0.6.0 available) timer_count_down 2.2.1 (2.2.2 available) timezone 0.9.1 (0.9.2 available) timing 1.0.0 (1.0.1 available) typed_data 1.3.0 (1.3.2 available) universal_io 2.2.0 (2.2.2 available) url_launcher_linux 3.0.1 (3.0.5 available) url_launcher_platform_interface 2.1.1 (2.1.2 available) url_launcher_web 2.0.13 (2.0.17 available) url_launcher_windows 3.0.1 (3.0.6 available) visibility_detector 0.3.3 (0.4.0+2 available) watcher 1.0.1 (1.1.0 available) webview_flutter 4.2.1 (4.2.2 available) win32 3.1.3 (5.0.3 available) xdg_directories 0.2.0+1 (1.0.0 available) xml 6.2.2 (6.3.0 available) yaml 3.1.1 (3.1.2 available) Changed 8 dependencies! ----- Creating export.plist file ----- ----- Modifying XCode config ----- ----- Pod install ----- Analyzing dependencies Adding spec repo trunk with CDN https://cdn.cocoapods.org/

CocoaPods 1.12.1 is available. To update use: sudo gem install cocoapods

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.12.1

Downloading dependencies Installing Flutter (1.0.0) Installing Google-Mobile-Ads-SDK (10.4.0) Installing GoogleAppMeasurement (10.10.0) Installing GoogleUserMessagingPlatform (2.0.1) Installing GoogleUtilities (7.11.1) Installing IosAwnCore (0.7.3) Installing PromisesObjC (2.2.0) Installing ReachabilitySwift (5.0.0) Installing Toast (4.0.0) Installing awesome_notifications (0.0.5) Installing connectivity_plus (0.0.1) Installing emoji_picker_flutter (0.0.1) Installing flutter_local_notifications (0.0.1) Installing fluttertoast (0.0.2) Installing google_mobile_ads (1.0.0) Installing image_gallery_saver (1.5.0) Installing image_picker_ios (0.0.1) Installing nanopb (2.30909.0) Installing package_info_plus (0.4.5) Installing path_provider_foundation (0.0.1) Installing permission_handler_apple (9.0.4) Installing share_plus (0.0.1) Installing shared_preferences_foundation (0.0.1) Installing webview_flutter_wkwebview (0.0.1) Generating Pods project Integrating client project Pod installation complete! There are 15 dependencies from the Podfile and 24 total pods installed.

[!] CocoaPods did not set the base configuration of your project because your project already has a custom config set. In order for CocoaPods integration to work at all, please either set the base configurations of the target Runner to Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig or include the Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig in your build configuration (Flutter/Release.xcconfig).

[!] The Runner [Debug] target overrides the ENABLE_BITCODE build setting defined in `Pods/Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig'. This can lead to problems with the CocoaPods installation

[!] The Runner [Release] target overrides the ENABLE_BITCODE build setting defined in `Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig'. This can lead to problems with the CocoaPods installation

[!] The Runner [Profile] target overrides the ENABLE_BITCODE build setting defined in `Pods/Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig'. This can lead to problems with the CocoaPods installation

Archiving com.wordraidgame.wordraid... Automatically signing iOS for device deployment using specified development team in Xcode project: W6TA5DQDFF Running pod install... 1,288ms Running Xcode build... Xcode archive done. 107.5s Failed to build iOS app Swift Compiler Error (Xcode): Using bridging headers with module interfaces is unsupported

Uncategorized (Xcode): Command SwiftDriver emitted errors but did not return a nonzero exit code to indicate failure

Encountered error while archiving for device.

tchavetdeuse commented 1 year ago

Hi, the error "[!] Unable to find a target named RunnerTests in project Runner.xcodeproj, did find Runner" is because Flutter changed some things in version 3.10 and is now looking for RunnerTests, which was not created when you made the project in a previous version of flutter. You can either try to run the build with another version of flutter (by specifying the --flutter argument or adding flutter= in a .appollo file), or you need to regenerate the ios directory by deleting it, running flutter create --platform ios . (using flutter 3.10) then reapplying your changes to the ios directory (Info.plist and Podfile for example)

SwiftSpotter commented 1 year ago

what of this error " Swift Compiler Error (Xcode): Using bridging headers with module interfaces is unsupported"

prodbyola commented 1 year ago

Hi, the error "[!] Unable to find a target named RunnerTests in project Runner.xcodeproj, did find Runner" is because Flutter changed some things in version 3.10 and is now looking for RunnerTests, which was not created when you made the project in a previous version of flutter. You can either try to run the build with another version of flutter (by specifying the --flutter argument or adding flutter= in a .appollo file), or you need to regenerate the ios directory by deleting it, running flutter create --platform ios . (using flutter 3.10) then reapplying your changes to the ios directory (Info.plist and Podfile for example)

Thank you for this! You saved me from weeks of troubles.

farrukhnajmi commented 1 year ago

I am blocked on same issue. Below is the error messages from my log:

Analyzing dependencies
[!] Unable to find a target named `RunnerTests` in project `Runner.xcodeproj`, did find `Runner`.

[!] Automatically assigning platform `iOS` with version `11.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-08-17 17:23:20.674930+00:00

The suggestion above is not clear to me.

You can either try to run the build with another version of flutter (by specifying the --flutter argument or adding flutter= in a .appollo file)

Where is the .appollo file? I could not find it on my local machine (where I run appollo command).

I tried running with appollo build start --flutter 3.10.0 --build-type ad-hoc. I get the same error.

or you need to regenerate the ios directory by deleting it, running flutter create --platform ios . (using flutter 3.10) then reapplying your changes to the ios directory (Info.plist and Podfile for example)

Which machine is above supposed to be done in? I am assuming the virtual machine created by appollo build start --build-type configuration and accessed via vnc. Is this correct?

tchavetdeuse commented 1 year ago

Hi, Where is the .appollo file? I could not find it on my local machine (where I run appollo command). It is a file that you can create in the directory where you run the appollo command and it will be read and automatically add the options that you specify in there as command parameters, to avoid having to type the same parameters every time (more info in this section https://appollo.readthedocs.io/en/master/reference_guide/index.html#appollo-build-start)

I tried running with appollo build start --flutter 3.10.0 --build-type ad-hoc. I get the same error. This error starts happening with flutter 3.10.0, so you need to use a lower version.

Which machine is above supposed to be done in? I am assuming the virtual machine created by appollo build start --build-type configuration and accessed via vnc. Is this correct? No you can do it on your own computer as long as you have at least flutter 3.10. It is it that version that they changed some things for ios, so by running the command it will recreate the ios folder the new way

farrukhnajmi commented 1 year ago

@tchavetdeuse thank you!

I used 3.7.0 as follows:

appollo build start --flutter 3.7.0  --build-type configuration
appollo build start --flutter 3.7.0  --build-type ad-hoc

First build finished without errors. The second one failed with error:

Resolving dependencies...
The current Dart SDK version is 2.19.0.

Because no versions of json_serializable match >6.7.1 <7.0.0 and json_serializable 6.7.1 requires SDK version ^3.0.0, json_serializable ^6.7.1 is 
forbidden.
So, because <myappp> depends on json_serializable ^6.7.1, version solving failed.
pub get failed
command: "/Volumes/My Shared Files/flutter/bin/cache/dart-sdk/bin/dart __deprecated_pub --directory . get --example"
pub env: {
  "FLUTTER_ROOT": "/Volumes/My Shared Files/flutter",
  "PUB_ENVIRONMENT": "flutter_cli:get",
  "PUB_CACHE": "/Users/appollo/.pub-cache",
}
exit code: 1

BTW I am unclear when and if I need to run the configuration build if I am running the ad-hoc build.

I feel I am so close. Would really appreciate help getting me over the hump.

farrukhnajmi commented 1 year ago

I finally got it to work. I used the latest version of flutter before 3.10.0 which was 3.7.12. I had to downgrade the following packages to latest versions that support Dart SDK < 3.0.0. To find this info I had to look at the versions page of each package in my dependency list. Here is an example:

https://pub.dev/packages/http/versions

The resulting changes in my pubsec.yaaml are shown in diff below:

diff --git a/pubspec.yaml b/pubspec.yaml
index 375a0d6..02e1750 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -37,7 +37,7 @@ dependencies:
   # Use with the CupertinoIcons class for iOS style icons.
   cupertino_icons: ^1.0.2
   thermostat: ^1.1.5
-  http: ^1.1.0
+  http: ^0.13.6

   retrofit: ^4.0.1
   logger: any  #for logging purpose
@@ -45,6 +45,7 @@ dependencies:
   retrofit_generator: ^7.0.8
   dio: ^5.2.1+1
   pretty_dio_logger: ^1.3.1
+  shared_preferences: ^2.2.0

 dev_dependencies:
   flutter_test:
@@ -58,7 +59,7 @@ dev_dependencies:
   flutter_lints: ^2.0.0

   build_runner: '>=2.3.0 <4.0.0'
-  json_serializable: ^6.7.1
+  json_serializable: ^6.6.2

 # For information on the generic Dart part of this file, see the
 # following page: https://dart.dev/tools/pub/pubspec

I then ran the configuration build with the latest version of flutter below 3.10.0 (looked up here):

appollo build start --flutter 3.7.12 --build-type ad-hoc

And I got success with the download link for ipa file and the QR code.

tchavetdeuse commented 1 year ago

I'm glad you were able to solve the problem! There was an issue with the package versions because you downgraded the flutter version. For your second question, you only need to run a configuration build when you need access to a mac an xcode to configure some things for your app or when your build fails for ios and you need to debug it. Some plugins need setup in xcode so usually you run it once, setup everything then you're good to go!

farrukhnajmi commented 1 year ago

Thanks @tchavetdeuse , I have one more related newbie question. I have had to use older versions of various packages in order to stay compatible with SDK 2.19.0 because otherwise I get errors like below:

Resolving dependencies...
The current Dart SDK version is 2.19.0.

Because build_runner 2.4.6 requires SDK version ^3.0.0 and no versions of build_runner match >2.4.6 <3.0.0, build_runner ^2.4.6 is forbidden.

This is becoming untenable as I need to be on latest versions of software. How can I update my appollo configuration to use latest Dart SDK version?

or you need to regenerate the ios directory by deleting it, running flutter create --platform ios . (using flutter 3.10) then reapplying your changes to the ios directory (Info.plist and Podfile for example) Also, now that I have a better understanding of the workaround to use an older 3.7.0 version of flutter to work around this issue, I would like to understand the alternative above that allows me to use latest flutter version and latest libraries versions.

you need to regenerate the ios directory by deleting it, running flutter create --platform ios . (using flutter 3.10)

This part is clear from your past comment that I need to run this on my local dev machine and not the remote VM accessed via VNC.

then reapplying your changes to the ios directory (Info.plist and Podfile for example)

This part is not clear to me at all as I am not familiar with XCode. I would be grateful for more explicit instructions here. TIA.