You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Unable to distribute the example app to Testflight for internal testing. Error:
Runner.app/Frameworks/arm64_libllm_inference_engine.framework does not support the minimum OS Version specified in the Info.plist.
Asset validation failed (90208)
Invalid Bundle. The bundle Runner.app/Frameworks/arm64_libllm_inference_engine.framework does not support the minimum OS Version specified in the Info.plist. (ID: 9e7cf909-70a6-4ccb-840e-ee10cbe8da8c)
Expected behavior
Able to distribute the example app to testflight
Additional context
Able to run the build in debug on iPhone 15 device. Just can't distribute the build.
vtool -show Products/Applications/Frameworks/arm64_libllm_inference_engine.framework/arm64_libllm_inference_engine
The minimum version in arm64 is IOS 16.1
Load command 10
cmd LC_BUILD_VERSION
cmdsize 32
platform IOS
minos 16.1
sdk 16.1
ntools 1
tool LD
version 820.1
Load command 11
cmd LC_SOURCE_VERSION
cmdsize 16
version 0.0
But the flutter package Frameworks/arm64_libllm_inference_engine.framework/Info.plist appears to be 12.0 this is causing a conflict
[✓] Flutter (Channel master, 3.23.0-13.0.pre.69, on macOS 14.4.1 23E224 darwin-arm64, locale en-US)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.3)
[✓] VS Code (version 1.89.1)
[✓] Connected device (5 available)
! Error: Browsing on the local area network for Aaron Work. Ensure the device is unlocked and attached with a cable or associated with the same local area network as this Mac.
The device must be opted into Developer Mode to connect wirelessly. (code -27)
[✓] Network resources
• No issues found!
Flutter dependencies
Run flutter pub deps -- --style=compact and paste the output below:
The text was updated successfully, but these errors were encountered:
aaronrau
changed the title
🐛 [mediapipe_genai] arm64_libllm_inference_engine.framework does not support the minimum OS Version specified
🐛 [mediapipe_genai] Unable to Submit IOS App - arm64_libllm_inference_engine.framework does not support the minimum OS Version specified
Jun 2, 2024
Thanks for your investigations here, @aaronrau. Are you able to open a PR with that change to the example app's Info.plist file? Admittedly, I didn't think about distributing the example app - but it would probably be a fun thing to play with on your phone :)
Bug report
Describe the bug
Unable to distribute the example app to Testflight for internal testing. Error:
Runner.app/Frameworks/arm64_libllm_inference_engine.framework does not support the minimum OS Version specified in the Info.plist.
Steps to reproduce
in the EXAMPLE/IOS https://github.com/google/flutter-mediapipe/tree/main/packages/mediapipe-task-genai/example
Expected behavior
Able to distribute the example app to testflight
Additional context
Able to run the build in debug on iPhone 15 device. Just can't distribute the build.
But the flutter package
Frameworks/arm64_libllm_inference_engine.framework/Info.plist
appears to be 12.0 this is causing a conflictFlutter doctor
Run
flutter doctor
and paste the output below:Click To Expand
Flutter dependencies
Run
flutter pub deps -- --style=compact
and paste the output below:Click To Expand
The text was updated successfully, but these errors were encountered: