Skip to content

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
    • Help
    • Submit feedback
  • Sign in
F
Front-End
  • Project
    • Project
    • Details
    • Activity
    • Releases
    • Cycle Analytics
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Charts
  • Issues 0
    • Issues 0
    • List
    • Board
    • Labels
    • Milestones
  • Merge Requests 0
    • Merge Requests 0
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
    • Charts
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Collapse sidebar
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • abdullh.alsoleman
  • Front-End
  • Repository

Switch branch/tag
  • front-end
  • packages
  • flutter_tools
  • lib
  • src
  • migrations
History Find file
Download source code
zip tar.gz tar.bz2 tar
Download this directory
zip tar.gz tar.bz2 tar
  • Victoria Ashworth's avatar
    Ensure Xcode project is setup to start debugger (#136977) · 5dd2a4e0
    Victoria Ashworth authored Oct 25, 2023
    Some users have their Xcode settings set to not debug (see example here https://github.com/flutter/flutter/issues/136197#issuecomment-1766834195). This will cause the [engine check for a debugger](https://github.com/flutter/engine/blob/22ce5c6a45e2898b4ce348c514b5fa42ca25bc88/runtime/ptrace_check.cc#L56-L71) to fail, which will cause an error and cause the app to crash.
    
    This PR parses the scheme file to ensure the scheme is set to start a debugger and warn the user if it's not.
    
    Fixes https://github.com/flutter/flutter/issues/136197.
    5dd2a4e0
Name
Last commit
Last update
..
cmake_custom_command_migration.dart Loading commit data...
cmake_native_assets_migration.dart Loading commit data...
cocoapods_script_symlink.dart Loading commit data...
cocoapods_toolchain_directory_migration.dart Loading commit data...
xcode_project_object_version_migration.dart Loading commit data...
xcode_script_build_phase_migration.dart Loading commit data...
xcode_thin_binary_build_phase_input_paths_migration.dart Loading commit data...

HIAST - GitLab