Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Client is not entitled log when navigating through images #129

Open
DiegoGW opened this issue Oct 5, 2023 · 1 comment
Open

Client is not entitled log when navigating through images #129

DiegoGW opened this issue Oct 5, 2023 · 1 comment

Comments

@DiegoGW
Copy link

DiegoGW commented Oct 5, 2023

Replication steps

  1. Get latest version of Wonderous app (This is the log when this issue was created - commit a04d8bb (HEAD -> main, origin/main, origin/HEAD)
    Merge: flutter/flutter@8a29d67 509487f
    Author: Shawn shawn@gskinner.com
    Date: Mon Oct 2 14:02:12 2023 -0600
    Merge pull request Need better instructions to create Standalone .apk file flutter/flutter#124 from yangsfang/yangsfang-patch-1
    Fix throttler calling an action twice
    )

  2. Run Wonderous in XCode (target: iPhone 14Pro + iOS 17.0.2)

  3. Navigate to the Great Wall (Navigate to: /wonder/greatWall?t=0)

  4. Go to images

  5. Check the log:

 Runner[577/0x16e80b000] [lvl=3] -[GMSx_GIPPseudonymousIDStore initializeStorage] Shared App Groups unavailable
nw_path_necp_check_for_updates Failed to copy updated result (22)
container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
container_create_or_lookup_app_group_path_by_app_group_identifier: client is not entitled
nw_path_necp_check_for_updates Failed to copy updated result (22)

Expected results
None warning should be logged

Actual results
Warning logs due to Shared App Groups unavailable

Flutter doctor output

[✓] Flutter (Channel master, 3.16.0-2.0.pre.8, on macOS 13.5 22G74 darwin-arm64, locale en-US)
    • Flutter version 3.16.0-2.0.pre.8 on channel master at /Users/diegogawenda/fvm/versions/master
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision b71f8ce7ae (2 hours ago), 2023-10-02 15:09:38 -0400
    • Engine revision f3a92cb0c4
    • Dart version 3.2.0 (build 3.2.0-221.0.dev)
    • DevTools version 2.28.1

[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
    • Android SDK at /Users/diegogawenda/Library/Android/sdk
    • Platform android-34, build-tools 34.0.0
    • ANDROID_HOME = /Users/diegogawenda/Library/Android/sdk
    • ANDROID_SDK_ROOT = /Users/diegogawenda/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)
    • 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.12.1

[✓] Chrome - develop for the web
    • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome

[✓] Android Studio (version 2022.3)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 17.0.6+0-17.0.6b829.9-10027231)

[✓] VS Code (version 1.80.2)
    • VS Code at /Applications/Visual Studio Code.app/Contents
    • Flutter extension version 3.74.0

[✓] Connected device (4 available)
    • Pixel 6 (mobile)         • 1A141FDF600823            • android-arm64  • Android 13 (API 33)
    • Somnio’s iPhone (mobile) • 00008120-001168D83C87C01E • ios            • iOS 17.0.2 21A351
    • macOS (desktop)          • macos                     • darwin-arm64   • macOS 13.5 22G74 darwin-arm64
    • Chrome (web)             • chrome                    • web-javascript • Google Chrome 117.0.5938.92

[✓] Network resources
    • All expected network resources are available.
@rzambroni
Copy link

This warnings are still happening actually (while running the Wonderous app on Flutter versions 3.22.0-14.0.pre.67 (Master) and 3.19.6 (Stable) with Xcode 15.4 Beta1)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants