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
Ensure Flutter is installed and configured correctly on your system.
Open the cloned repository in Xcode 15.4.
Navigate to the root directory of the project and launch the app on an iOS simulator using the command flutter run.
Within the app, navigate to the "construction" section.
Open the video file located in the "construction" section.
Logs:
flutter: Navigate to: /home/wonder/colosseum/video/GXoEpNjgKzg?t=0Error launching process, description 'The operation couldn't be completed. (OSStatus error -10814.)', reason ''Warning: -[BETextInput attributedMarkedText] is unimplementedError launching process, description 'The operation couldn't be completed. (OSStatus error -10814.)', reason ''0x7faaae1c14f0 - ProcessThrottlerTimedActivity::activityTimedOut:
Context:
When attempting to open the video file located within the "construction" section of the Wonderous app, an error occurs. The error message suggests that there is a problem launching the process associated with the video file, resulting in the inability to play the video. This issue persists across Flutter versions, both the MASTER (3.22.0-14.0.pre.67) and STABLE (3.19.6) channels.
Flutter Doctor Output:
josefinadiz@MacBook-Pro-de-Josefina flutter-wonderous-app % flutter doctor -v
[✓] Flutter (Channel stable, 3.19.6, on macOS 14.4.1 23E224 darwin-arm64, locale
en-US)
• Flutter version 3.19.6 on channel stable at
/Users/josefinadiz/flutter/flutter
• Upstream repository https://github.com/flutter/flutter.git
• Framework revision 54e66469a9 (6 days ago), 2024-04-17 13:08:03 -0700
• Engine revision c4cd48e186
• Dart version 3.3.4
• DevTools version 2.31.1
[✓] Android toolchain - develop for Android devices (Android SDK version 35.0.0-rc3)
• Android SDK at /Users/josefinadiz/Library/Android/sdk
• Platform android-34, build-tools 35.0.0-rc3
• Java binary at: /Applications/Android Studio.app/Contents/jbr/Contents/Home/bin/java
• Java version OpenJDK Runtime Environment (build 17.0.10+0-17.0.10b1087.21-11572160)
• All Android licenses accepted.
[✓] Xcode - develop for iOS and macOS (Xcode 15.4)
• Xcode at /Applications/Xcode-beta.app/Contents/Developer
• Build 15F5021i
• CocoaPods version 1.15.2
[✓] Chrome - develop for the web
• Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome
[✓] Android Studio (version 2023.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.10+0-17.0.10b1087.21-11572160)
[✓] VS Code (version 1.88.1)
• VS Code at /Applications/Visual Studio Code.app/Contents
• Flutter extension version 3.86.0
[✓] Connected device (3 available)
• iPhone 15 Pro Max (mobile) • B83A83C5-B74C-4C41-B0F1-44AEAA4BD493 • ios • com.apple.CoreSimulator.SimRuntime.iOS-17-5 (simulator)
• macOS (desktop) • macos • darwin-arm64 • macOS 14.4.1 23E224 darwin-arm64
• Chrome (web) • chrome • web-javascript • Google Chrome 124.0.6367.62
[✓] Network resources
• All expected network resources are available.
• No issues found!
The text was updated successfully, but these errors were encountered:
Steps to Reproduce:
Clone the Wonderous app repository from GitHub.
Ensure Flutter is installed and configured correctly on your system.
Open the cloned repository in Xcode 15.4.
Navigate to the root directory of the project and launch the app on an iOS simulator using the command flutter run.
Within the app, navigate to the "construction" section.
Open the video file located in the "construction" section.
Logs:
Context:
When attempting to open the video file located within the "construction" section of the Wonderous app, an error occurs. The error message suggests that there is a problem launching the process associated with the video file, resulting in the inability to play the video. This issue persists across Flutter versions, both the MASTER (3.22.0-14.0.pre.67) and STABLE (3.19.6) channels.
Flutter Doctor Output:
The text was updated successfully, but these errors were encountered: