Closed woueziou closed 1 year ago
Happening to me also. Can't release. Fix needed ASAP
Hello @woueziou @ahndwon, can you share the flutter doctor -v
and which version of Xcode you are using?
Hi all. I use Xcode 15.0 and my flutter doctor -v output below
[✓] Flutter (Channel stable, 3.13.6, on macOS 14.0 23A344 darwin-arm64, locale en-TG) • Flutter version 3.13.6 on channel stable at /Applications/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision ead455963c (3 weeks ago), 2023-09-26 18:28:17 -0700 • Engine revision a794cf2681 • Dart version 3.1.3 • DevTools version 2.25.0
[✓] Android toolchain - develop for Android devices (Android SDK version 32.0.0) • Android SDK at /Applications/android • Platform android-33, build-tools 32.0.0 • ANDROID_HOME = /Applications/android • Java binary at: /usr/bin/java • Java version Java(TM) SE Runtime Environment (build 20.0.2+9-78) • All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.0) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 15A240d • CocoaPods version 1.13.0
[✗] Chrome - develop for the web (Cannot find Chrome executable at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome) ! Cannot find Chrome. Try setting CHROME_EXECUTABLE to a Chrome executable.
[!] Android Studio (not installed) • Android Studio not found; download from https://developer.android.com/studio/index.html (or visit https://flutter.dev/docs/get-started/install/macos#android-setup for detailed instructions).
[✓] VS Code (version 1.83.0) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.74.0
[✓] Connected device (2 available) • Wzx (mobile) • 00008110-00110DCA3A0A801E • ios • iOS 17.0.3 21A360 • macOS (desktop) • macos • darwin-arm64 • macOS 14.0 23A344 darwin-arm64
[✓] Network resources • All expected network resources are available.
! Doctor found issues in 2 categories.
I'm updating my system and Xcode, hope I can try to reproduce this issue TMR.
I'm updating my system and Xcode, hope I can try to reproduce this issue TMR.
Please this bug prevents me from submitting. I would like to have alternative or a work around. please !! the issue happened only during submission. not building time.. and if you take a look to the screeshot you'll notice that it doesn't accept the version number.
@woueziou Which version of agora_rtc_engine
you are using?
I found that this problem appeared in 6.2.3. We will release a hotfix version ASAP. For a workaround, you can downgrade to 6.2.2 first.
I found that this problem appeared in 6.2.3. We will release a hotfix version ASAP. For a workaround, you can downgrade to 6.2.2 first.
I already downgraded but same result
@woueziou Which version of
agora_rtc_engine
you are using?
the last one. but It started with 6.2.2
It's weird, I have confirmed that the CFBundleShortVersionString
in 6.2.2 should be corrected.
Can you try clean it and retry?
It's weird, I have confirmed that the
CFBundleShortVersionString
in 6.2.2 should be corrected.Can you try clean it and retry?
Ok let me check again.
Hello, This is the agroa package in my pubspec
I made :
Analyzing dependencies firebase_core: Using Firebase SDK version '10.15.0' defined in 'firebase_core' firebase_messaging: Using Firebase SDK version '10.15.0' defined in 'firebase_core' Downloading dependencies Installing AgoraIrisRTC_iOS (4.2.3-build.3) <--- Agora Installing AgoraRtcEngine_iOS (4.2.3) <--- Agora Installing CryptoSwift (1.8.0) Installing FMDB (2.7.5) Installing Firebase (10.15.0) Installing FirebaseCore (10.15.0) Installing FirebaseCoreInternal (10.16.0) Installing FirebaseInstallations (10.16.0) Installing FirebaseMessaging (10.15.0) Installing Flutter (1.0.0) Installing GoogleDataTransport (9.2.5) Installing GoogleUtilities (7.11.5) Installing MapboxCommon (23.5.0) Installing MapboxCoreMaps (10.13.1) Installing MapboxMaps (10.13.1) Installing MapboxMobileEvents (1.0.10) Installing PromisesObjC (2.3.1) Installing Sentry (8.11.0) Installing SentryPrivate (8.11.0) Installing Turf (2.7.0) Installing agora_rtc_engine (6.2.3) <----- Agora Engine Installing app_links (0.0.1) Installing camera_avfoundation (0.0.1) Installing device_info_plus (0.0.1) Installing firebase_core (2.17.0) Installing firebase_messaging (14.6.9) Installing flutter_callkit_incoming (0.0.1) Installing flutter_local_notifications (0.0.1) Installing flutter_native_splash (0.0.1) Installing flutter_ringtone_player (0.0.1) Installing geocoding_ios (1.0.5) Installing geolocator_apple (1.2.0) Installing image_picker_ios (0.0.1) Installing iris_method_channel (0.0.1) Installing mapbox_maps_flutter (0.4.5) Installing nanopb (2.30909.0) Installing package_info_plus (0.4.5) Installing path_provider_foundation (0.0.1) Installing permission_handler_apple (9.1.1) Installing sentry_flutter (0.0.1) Installing share_plus (0.0.1) Installing shared_preferences_foundation (0.0.1) Installing sign_in_with_apple (0.0.1) Installing sqflite (0.0.3) Installing url_launcher_ios (0.0.1) Installing vibration (1.7.5) Installing video_player_avfoundation (0.0.1) Installing webview_flutter_wkwebview (0.0.1) Generating Pods project Integrating client project Pod installation complete! There are 28 dependencies from the Podfile and 48 total pods installed. I made an archive. I try to validate it. and this happened
I think you should remove the ^
to force specify the version: agora_rtc_engine: 6.2.2
Yup. You're right! I'll let you know when validate again
@littleGnAl is ok. the build passed the validation process. Thanks
I will reopen this issue until the original issue has been fixed https://github.com/AgoraIO-Extensions/Agora-Flutter-SDK/issues/1375#issue-1942745255.
This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please raise a new issue.
Describe the bug A clear and concise description of what the bug is. I built an app that works fine on debug. The release build is ok also. but when the process failed when I try to post the app to appstoreconnect To Reproduce Steps to reproduce the behavior:
Expected behavior A clear and concise description of what you expected to happen. I expect the build be uploaded Screenshots If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):