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

PlatformView should support IgnorePointer widget on iOS #89956

Open
plumhly opened this issue Sep 13, 2021 · 6 comments
Open

PlatformView should support IgnorePointer widget on iOS #89956

plumhly opened this issue Sep 13, 2021 · 6 comments
Labels
a: platform-views Embedding Android/iOS views in Flutter apps a: plugins Support for writing, building, and running plugin packages engine flutter/engine repository. See also e: labels. found in release: 2.5 Found to occur in 2.5 found in release: 2.6 Found to occur in 2.6 has reproducible steps The issue has been confirmed reproducible and is ready to work on P3 Issues that are less important to the Flutter project platform-ios iOS applications specifically team-ios Owned by iOS platform team triaged-ios Triaged by iOS platform team

Comments

@plumhly
Copy link

plumhly commented Sep 13, 2021

Steps to Reproduce

  1. Run App on iPad(iPad air2, os 14.4.2).
  2. Click webView

Expected results: not show edit button

Actual results: show edit button

Logs
[  125 ms] executing: sysctl hw.optional.arm64
[   35 ms] Exit code 1 from: sysctl hw.optional.arm64
[    1 ms] sysctl: unknown oid 'hw.optional.arm64'
[   11 ms] executing: [/Users/plum/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[   23 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] f4abaa0735eba4dfd8f33f73363911d63931fe03
[    2 ms] executing: [/Users/plum/flutter/] git tag --points-at f4abaa0735eba4dfd8f33f73363911d63931fe03
[   37 ms] Exit code 0 from: git tag --points-at f4abaa0735eba4dfd8f33f73363911d63931fe03
[        ] 2.2.3
[   10 ms] executing: [/Users/plum/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   28 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/plum/flutter/] git ls-remote --get-url origin
[   29 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  197 ms] executing: [/Users/plum/flutter/] git rev-parse --abbrev-ref HEAD
[   35 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[    1 ms] stable
[    9 ms] executing: sw_vers -productName
[   24 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[   23 ms] Exit code 0 from: sw_vers -productVersion
[        ] 11.5
[        ] executing: sw_vers -buildVersion
[   30 ms] Exit code 0 from: sw_vers -buildVersion
[    2 ms] 20G71
[  119 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[    4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[   96 ms] executing: /Users/plum/Library/Android/sdk/platform-tools/adb devices -l
[   18 ms] executing: sysctl hw.optional.arm64
[   16 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[        ] executing: xcrun xcodebuild -version
[  282 ms] Exit code 0 from: xcrun xcodebuild -version
[    1 ms] Xcode 12.5.1
           Build version 12E507
[    5 ms] executing: xcrun xcdevice list --timeout 2
[    7 ms] xcrun simctl list --json devices
[        ] executing: xcrun simctl list --json devices
[   96 ms] List of devices attached
[  198 ms] {
                      "devices" : {
                        "com.apple.CoreSimulator.SimRuntime.iOS-12-4" : [
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/C9176511-BDE5-4CB5-8616-B58FD4F50A3E\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/C9176511-BDE5-4CB5-8616-B58FD4F50A3E",
                            "udid" : "C9176511-BDE5-4CB5-8616-B58FD4F50A3E",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-5s",
                            "state" : "Shutdown",
                            "name" : "iPhone 5s"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/CA988490-31DF-40DC-8068-702650646FAB\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/CA988490-31DF-40DC-8068-702650646FAB",
                            "udid" : "CA988490-31DF-40DC-8068-702650646FAB",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 6 Plus"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/DBFE8458-7BD2-4A4C-A6C4-B785820BA5D4\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/DBFE8458-7BD2-4A4C-A6C4-B785820BA5D4",
                            "udid" : "DBFE8458-7BD2-4A4C-A6C4-B785820BA5D4",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6",
                            "state" : "Shutdown",
                            "name" : "iPhone 6"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/FB1470C7-CC6D-44C6-A1BE-1F8854263B4B\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/FB1470C7-CC6D-44C6-A1BE-1F8854263B4B",
                            "udid" : "FB1470C7-CC6D-44C6-A1BE-1F8854263B4B",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s",
                            "state" : "Shutdown",
                            "name" : "iPhone 6s"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/0CD8AAB8-9F36-427A-A0F3-7DEDB5A32450\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/0CD8AAB8-9F36-427A-A0F3-7DEDB5A32450",
                            "udid" : "0CD8AAB8-9F36-427A-A0F3-7DEDB5A32450",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 6s Plus"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/EA49F62A-CB71-4F19-99E2-4641CB197798\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/EA49F62A-CB71-4F19-99E2-4641CB197798",
                            "udid" : "EA49F62A-CB71-4F19-99E2-4641CB197798",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (1st generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/C9838E8D-D946-4E41-9CF0-72CA0D777C35\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/C9838E8D-D946-4E41-9CF0-72CA0D777C35",
                            "udid" : "C9838E8D-D946-4E41-9CF0-72CA0D777C35",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7",
                            "state" : "Shutdown",
                            "name" : "iPhone 7"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/F8924486-98CC-4E04-88B1-3C3044F0DF57\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/F8924486-98CC-4E04-88B1-3C3044F0DF57",
                            "udid" : "F8924486-98CC-4E04-88B1-3C3044F0DF57",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-7-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 7 Plus"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/A7C9ADBE-ACA2-4359-8585-DCAF4479BBD7\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/A7C9ADBE-ACA2-4359-8585-DCAF4479BBD7",
                            "udid" : "A7C9ADBE-ACA2-4359-8585-DCAF4479BBD7",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/D2656D15-719E-4237-93A6-688228F00C96\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/D2656D15-719E-4237-93A6-688228F00C96",
                            "udid" : "D2656D15-719E-4237-93A6-688228F00C96",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/7E8EA577-A9A3-4798-8D62-DB3BB1E598B6\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/7E8EA577-A9A3-4798-8D62-DB3BB1E598B6",
                            "udid" : "7E8EA577-A9A3-4798-8D62-DB3BB1E598B6",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-X",
                            "state" : "Shutdown",
                            "name" : "iPhone X"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/53435872-0C78-4794-8617-CFF2A200FCCC\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/53435872-0C78-4794-8617-CFF2A200FCCC",
                            "udid" : "53435872-0C78-4794-8617-CFF2A200FCCC",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS",
                            "state" : "Shutdown",
                            "name" : "iPhone Xs"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/39CDE7F4-1754-48F7-A7E2-9441DF512D6D\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/39CDE7F4-1754-48F7-A7E2-9441DF512D6D",
                            "udid" : "39CDE7F4-1754-48F7-A7E2-9441DF512D6D",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone Xs Max"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/3D18E299-9CD1-4802-9F58-8614D8D74A98\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/3D18E299-9CD1-4802-9F58-8614D8D74A98",
                            "udid" : "3D18E299-9CD1-4802-9F58-8614D8D74A98",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-XR",
                            "state" : "Shutdown",
                            "name" : "iPhone Xʀ"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/1192209C-287A-4357-8D19-C42282590B3F\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/1192209C-287A-4357-8D19-C42282590B3F",
                            "udid" : "1192209C-287A-4357-8D19-C42282590B3F",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air",
                            "state" : "Shutdown",
                            "name" : "iPad Air"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/BFAA264E-BFA2-4B76-AA9A-BC1D08FE80DB\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/BFAA264E-BFA2-4B76-AA9A-BC1D08FE80DB",
                            "udid" : "BFAA264E-BFA2-4B76-AA9A-BC1D08FE80DB",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air-2",
                            "state" : "Shutdown",
                            "name" : "iPad Air 2"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/211B0EDD-B465-4091-A6C5-85B161326231\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/211B0EDD-B465-4091-A6C5-85B161326231",
                            "udid" : "211B0EDD-B465-4091-A6C5-85B161326231",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/CEE0E56E-C966-431D-A0EB-B5FB93CF7873\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/CEE0E56E-C966-431D-A0EB-B5FB93CF7873",
                            "udid" : "CEE0E56E-C966-431D-A0EB-B5FB93CF7873",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (1st generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/124660C4-C0B3-4DB8-B79D-0641425260D7\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/124660C4-C0B3-4DB8-B79D-0641425260D7",
                            "udid" : "124660C4-C0B3-4DB8-B79D-0641425260D7",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--5th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (5th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/CA89B25F-8EB5-4A62-ABFE-8D2EDA46CB7C\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/CA89B25F-8EB5-4A62-ABFE-8D2EDA46CB7C",
                            "udid" : "CA89B25F-8EB5-4A62-ABFE-8D2EDA46CB7C",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/1B77DCF5-6231-46ED-908B-46419A979817\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/1B77DCF5-6231-46ED-908B-46419A979817",
                            "udid" : "1B77DCF5-6231-46ED-908B-46419A979817",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--10-5-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (10.5-inch)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/A3F9F5C6-EA66-455E-97E1-18155A5B2DA8\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/A3F9F5C6-EA66-455E-97E1-18155A5B2DA8",
                            "udid" : "A3F9F5C6-EA66-455E-97E1-18155A5B2DA8",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--6th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (6th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/425E26B8-4607-425F-ABCE-7D78C61814FC\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/425E26B8-4607-425F-ABCE-7D78C61814FC",
                            "udid" : "425E26B8-4607-425F-ABCE-7D78C61814FC",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (1st generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/143F2E7A-92BD-4A40-ABD6-E8EB8413D315\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/143F2E7A-92BD-4A40-ABD6-E8EB8413D315",
                            "udid" : "143F2E7A-92BD-4A40-ABD6-E8EB8413D315",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---3rd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (3rd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/E9EA9EF8-975F-4A8A-B5DA-043CB19BE705\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/E9EA9EF8-975F-4A8A-B5DA-043CB19BE705",
                            "udid" : "E9EA9EF8-975F-4A8A-B5DA-043CB19BE705",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--3rd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (3rd generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.tvOS-14-5" : [
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/B70961DF-7878-43E0-BBEC-C1A747BFBA28\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/B70961DF-7878-43E0-BBEC-C1A747BFBA28",
                            "udid" : "B70961DF-7878-43E0-BBEC-C1A747BFBA28",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/54D21F5A-776E-438D-B043-395E90BF532D\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/54D21F5A-776E-438D-B043-395E90BF532D",
                            "udid" : "54D21F5A-776E-438D-B043-395E90BF532D",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/389C95AC-9129-4222-85CA-163A34F18FFA\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/389C95AC-9129-4222-85CA-163A34F18FFA",
                            "udid" : "389C95AC-9129-4222-85CA-163A34F18FFA",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-1080p",
                            "state" : "Shutdown",
                            "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.watchOS-7-4" : [
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/F9050748-8D32-4205-BD29-21C761C13F49\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/F9050748-8D32-4205-BD29-21C761C13F49",
                            "udid" : "F9050748-8D32-4205-BD29-21C761C13F49",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/E6A83EA5-DA58-48ED-9BB4-E6A26431FADE\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/E6A83EA5-DA58-48ED-9BB4-E6A26431FADE",
                            "udid" : "E6A83EA5-DA58-48ED-9BB4-E6A26431FADE",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 5 - 44mm"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/5CC79CDF-C762-407A-B263-F0C982F50884\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/5CC79CDF-C762-407A-B263-F0C982F50884",
                            "udid" : "5CC79CDF-C762-407A-B263-F0C982F50884",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 40mm"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/3130F0FA-F831-4DBE-A080-E2BA26063B88\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/3130F0FA-F831-4DBE-A080-E2BA26063B88",
                            "udid" : "3130F0FA-F831-4DBE-A080-E2BA26063B88",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
                            "state" : "Shutdown",
                            "name" : "Apple Watch Series 6 - 44mm"
                          }
                        ],
                        "com.apple.CoreSimulator.SimRuntime.iOS-14-5" : [
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/DB6EB9A2-38EA-49FA-9380-7497ED3C5714\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/DB6EB9A2-38EA-49FA-9380-7497ED3C5714",
                            "udid" : "DB6EB9A2-38EA-49FA-9380-7497ED3C5714",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8",
                            "state" : "Shutdown",
                            "name" : "iPhone 8"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/C39A8E2D-851D-4EEC-98F5-2598ACD09B19\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/C39A8E2D-851D-4EEC-98F5-2598ACD09B19",
                            "udid" : "C39A8E2D-851D-4EEC-98F5-2598ACD09B19",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
                            "state" : "Shutdown",
                            "name" : "iPhone 8 Plus"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/4E361931-9A5A-4ED2-83E0-D06B621D8C69\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/4E361931-9A5A-4ED2-83E0-D06B621D8C69",
                            "udid" : "4E361931-9A5A-4ED2-83E0-D06B621D8C69",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11",
                            "state" : "Shutdown",
                            "name" : "iPhone 11"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/902F41B3-32A1-4874-81B5-E23D3B999AD5\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/902F41B3-32A1-4874-81B5-E23D3B999AD5",
                            "udid" : "902F41B3-32A1-4874-81B5-E23D3B999AD5",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/6CA3BB77-7EEC-48EB-A96A-CF970F285C70\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/6CA3BB77-7EEC-48EB-A96A-CF970F285C70",
                            "udid" : "6CA3BB77-7EEC-48EB-A96A-CF970F285C70",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 11 Pro Max"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/17FB5AA6-8313-4ED1-A1EA-6438DD2A91A8\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/17FB5AA6-8313-4ED1-A1EA-6438DD2A91A8",
                            "udid" : "17FB5AA6-8313-4ED1-A1EA-6438DD2A91A8",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
                            "state" : "Shutdown",
                            "name" : "iPhone SE (2nd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/9D8AD8E8-64BB-4CF4-A558-6D2DB522BF85\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/9D8AD8E8-64BB-4CF4-A558-6D2DB522BF85",
                            "udid" : "9D8AD8E8-64BB-4CF4-A558-6D2DB522BF85",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 mini"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/A2DF5399-FB14-40E5-B762-0C7502119194\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/A2DF5399-FB14-40E5-B762-0C7502119194",
                            "udid" : "A2DF5399-FB14-40E5-B762-0C7502119194",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12",
                            "state" : "Shutdown",
                            "name" : "iPhone 12"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/F2A9E41E-89F1-4C66-B82D-845C372AC786\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/F2A9E41E-89F1-4C66-B82D-845C372AC786",
                            "udid" : "F2A9E41E-89F1-4C66-B82D-845C372AC786",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/C24C4394-65E6-4DD6-85BA-D778B3668FC7\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/C24C4394-65E6-4DD6-85BA-D778B3668FC7",
                            "udid" : "C24C4394-65E6-4DD6-85BA-D778B3668FC7",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
                            "state" : "Shutdown",
                            "name" : "iPhone 12 Pro Max"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/591B518A-7B11-4438-830D-CD78C801E3FF\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/591B518A-7B11-4438-830D-CD78C801E3FF",
                            "udid" : "591B518A-7B11-4438-830D-CD78C801E3FF",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPod touch (7th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/0A80C38C-EA26-45D4-93F9-2CF0F5E06516\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/0A80C38C-EA26-45D4-93F9-2CF0F5E06516",
                            "udid" : "0A80C38C-EA26-45D4-93F9-2CF0F5E06516",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (9.7-inch)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/AF664BF6-2431-447C-A7FB-4C0663135DF8\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/AF664BF6-2431-447C-A7FB-4C0663135DF8",
                            "udid" : "AF664BF6-2431-447C-A7FB-4C0663135DF8",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad (8th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/D6C4B306-8281-42B7-B79E-68DB81335263\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/D6C4B306-8281-42B7-B79E-68DB81335263",
                            "udid" : "D6C4B306-8281-42B7-B79E-68DB81335263",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
                            "state" : "Shutdown",
                            "name" : "iPad Air (4th generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/20BE903C-77BD-4DAC-B847-21643E2E7651\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/20BE903C-77BD-4DAC-B847-21643E2E7651",
                            "udid" : "20BE903C-77BD-4DAC-B847-21643E2E7651",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generation",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (11-inch) (3rd generation)"
                          },
                          {
                            "dataPath" : "\/Users\/plum\/Library\/Developer\/CoreSimulator\/Devices\/FF797515-E933-4F8C-BAC6-96E1EB7D459F\/data",
                            "logPath" : "\/Users\/plum\/Library\/Logs\/CoreSimulator\/FF797515-E933-4F8C-BAC6-96E1EB7D459F",
                            "udid" : "FF797515-E933-4F8C-BAC6-96E1EB7D459F",
                            "isAvailable" : true,
                            "deviceTypeIdentifier" : "com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generation",
                            "state" : "Shutdown",
                            "name" : "iPad Pro (12.9-inch) (5th generation)"
                          }
                        ]
                      }
                    }
[ 3282 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "4E361931-9A5A-4ED2-83E0-D06B621D8C69",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-1",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,8",
                        "identifier" : "17FB5AA6-8313-4ED1-A1EA-6438DD2A91A8",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-se-1",
                        "modelName" : "iPhone SE (2nd generation)",
                        "name" : "iPhone SE (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,2",
                        "identifier" : "3130F0FA-F831-4DBE-A080-E2BA26063B88",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 44mm",
                        "name" : "Apple Watch Series 6 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,10",
                        "identifier" : "FF797515-E933-4F8C-BAC6-96E1EB7D459F",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-5th-1",
                        "modelName" : "iPad Pro (12.9-inch) (5th generation)",
                        "name" : "iPad Pro (12.9-inch) (5th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone6,1",
                        "identifier" : "C9176511-BDE5-4CB5-8616-B58FD4F50A3E",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-5s-a1453-d4c5b3",
                        "modelName" : "iPhone 5s",
                        "name" : "iPhone 5s"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "DB6EB9A2-38EA-49FA-9380-7497ED3C5714",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,7",
                        "identifier" : "AF664BF6-2431-447C-A7FB-4C0663135DF8",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-8-wwan-1",
                        "modelName" : "iPad (8th generation)",
                        "name" : "iPad (8th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone11,2",
                        "identifier" : "53435872-0C78-4794-8617-CFF2A200FCCC",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-xs-1",
                        "modelName" : "iPhone Xs",
                        "name" : "iPhone Xs"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "B70961DF-7878-43E0-BBEC-C1A747BFBA28",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,3",
                        "identifier" : "F2A9E41E-89F1-4C66-B82D-845C372AC786",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-1",
                        "modelName" : "iPhone 12 Pro",
                        "name" : "iPhone 12 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone8,2",
                        "identifier" : "0CD8AAB8-9F36-427A-A0F3-7DEDB5A32450",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-6s-plus-b9b7ba",
                        "modelName" : "iPhone 6s Plus",
                        "name" : "iPhone 6s Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "0A80C38C-EA26-45D4-93F9-2CF0F5E06516",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "E6A83EA5-DA58-48ED-9BB4-E6A26431FADE",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      },
                      {
                        "simulator" : false,
                        "operatingSystemVersion" : "14.4.2 (18D70)",
                        "interface" : "usb",
                        "available" : true,
                        "platform" : "com.apple.platform.iphoneos",
                        "modelCode" : "iPad5,3",
                        "identifier" : "8b2f31f114f5f9782ddfbb69b5d97f9bfef2e802",
                        "architecture" : "arm64",
                        "modelUTI" : "com.apple.ipad-air2-a1566-e1ccb5",
                        "modelName" : "iPad Air 2 (Model A1566)",
                        "name" : "未来时间"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,8",
                        "identifier" : "CEE0E56E-C966-431D-A0EB-B5FB93CF7873",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-a1652-b4b5b9",
                        "modelName" : "iPad Pro (12.9-inch) (1st generation)",
                        "name" : "iPad Pro (12.9-inch) (1st generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone7,1",
                        "identifier" : "CA988490-31DF-40DC-8068-702650646FAB",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-6-plus-b4b5b9",
                        "modelName" : "iPhone 6 Plus",
                        "name" : "iPhone 6 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone7,2",
                        "identifier" : "DBFE8458-7BD2-4A4C-A6C4-B785820BA5D4",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-6-b4b5b9",
                        "modelName" : "iPhone 6",
                        "name" : "iPhone 6"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,2",
                        "identifier" : "A2DF5399-FB14-40E5-B762-0C7502119194",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-1",
                        "modelName" : "iPhone 12",
                        "name" : "iPhone 12"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone8,1",
                        "identifier" : "FB1470C7-CC6D-44C6-A1BE-1F8854263B4B",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-6s-b9b7ba",
                        "modelName" : "iPhone 6s",
                        "name" : "iPhone 6s"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone9,2",
                        "identifier" : "F8924486-98CC-4E04-88B1-3C3044F0DF57",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-7-plus-1",
                        "modelName" : "iPhone 7 Plus",
                        "name" : "iPhone 7 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad4,2",
                        "identifier" : "1192209C-287A-4357-8D19-C42282590B3F",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air-a1475-d7d9d8",
                        "modelName" : "iPad Air",
                        "name" : "iPad Air"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,5",
                        "identifier" : "143F2E7A-92BD-4A40-ABD6-E8EB8413D315",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-12point9-1",
                        "modelName" : "iPad Pro (12.9-inch) (3rd generation)",
                        "name" : "iPad Pro (12.9-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,1",
                        "identifier" : "9D8AD8E8-64BB-4CF4-A558-6D2DB522BF85",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-mini-1",
                        "modelName" : "iPhone 12 mini",
                        "name" : "iPhone 12 mini"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone8,4",
                        "identifier" : "EA49F62A-CB71-4F19-99E2-4641CB197798",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-se-a1662-aeb1b8",
                        "modelName" : "iPhone SE (1st generation)",
                        "name" : "iPhone SE (1st generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,1",
                        "identifier" : "CA89B25F-8EB5-4A62-ABFE-8D2EDA46CB7C",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-a1670-1",
                        "modelName" : "iPad Pro (12.9-inch) (2nd generation)",
                        "name" : "iPad Pro (12.9-inch) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "389C95AC-9129-4222-85CA-163A34F18FFA",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k-2nd",
                        "modelName" : "Apple TV 4K (at 1080p) (2nd generation)",
                        "name" : "Apple TV 4K (at 1080p) (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,2",
                        "identifier" : "D6C4B306-8281-42B7-B79E-68DB81335263",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air4-1",
                        "modelName" : "iPad Air (4th generation)",
                        "name" : "iPad Air (4th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,1",
                        "identifier" : "425E26B8-4607-425F-ABCE-7D78C61814FC",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-1",
                        "modelName" : "iPad Pro (11-inch) (1st generation)",
                        "name" : "iPad Pro (11-inch) (1st generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone11,4",
                        "identifier" : "39CDE7F4-1754-48F7-A7E2-9441DF512D6D",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-xs-max-1",
                        "modelName" : "iPhone Xs Max",
                        "name" : "iPhone Xs Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "F9050748-8D32-4205-BD29-21C761C13F49",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series5-1",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "A7C9ADBE-ACA2-4359-8585-DCAF4479BBD7",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-2",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,3",
                        "identifier" : "E9EA9EF8-975F-4A8A-B5DA-043CB19BE705",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air3-wifi-1",
                        "modelName" : "iPad Air (3rd generation)",
                        "name" : "iPad Air (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,6",
                        "identifier" : "A3F9F5C6-EA66-455E-97E1-18155A5B2DA8",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-6-a1954-1",
                        "modelName" : "iPad (6th generation)",
                        "name" : "iPad (6th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "211B0EDD-B465-4091-A6C5-85B161326231",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "C39A8E2D-851D-4EEC-98F5-2598ACD09B19",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone13,4",
                        "identifier" : "C24C4394-65E6-4DD6-85BA-D778B3668FC7",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-12-pro-max-1",
                        "modelName" : "iPhone 12 Pro Max",
                        "name" : "iPhone 12 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "6CA3BB77-7EEC-48EB-A96A-CF970F285C70",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-max-1",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "D2656D15-719E-4237-93A6-688228F00C96",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-8-plus-2",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad5,4",
                        "identifier" : "BFAA264E-BFA2-4B76-AA9A-BC1D08FE80DB",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-air2-a1567-b4b5b9",
                        "modelName" : "iPad Air 2",
                        "name" : "iPad Air 2"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18L191)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV11,1",
                        "identifier" : "54D21F5A-776E-438D-B043-395E90BF532D",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.apple-tv-4k-2nd",
                        "modelName" : "Apple TV 4K (2nd generation)",
                        "name" : "Apple TV 4K (2nd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone11,8",
                        "identifier" : "3D18E299-9CD1-4802-9F58-8614D8D74A98",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-xr-1",
                        "modelName" : "iPhone Xʀ",
                        "name" : "iPhone Xʀ"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,6",
                        "identifier" : "7E8EA577-A9A3-4798-8D62-DB3BB1E598B6",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-x-1",
                        "modelName" : "iPhone X",
                        "name" : "iPhone X"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad13,5",
                        "identifier" : "20BE903C-77BD-4DAC-B847-21643E2E7651",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-11-3rd-1",
                        "modelName" : "iPad Pro (11-inch) (3rd generation)",
                        "name" : "iPad Pro (11-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone9,1",
                        "identifier" : "C9838E8D-D946-4E41-9CF0-72CA0D777C35",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-7-1",
                        "modelName" : "iPhone 7",
                        "name" : "iPhone 7"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "902F41B3-32A1-4874-81B5-E23D3B999AD5",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.iphone-11-pro-1",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "7.4 (18T187)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch6,1",
                        "identifier" : "5CC79CDF-C762-407A-B263-F0C982F50884",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.watch-series6-1",
                        "modelName" : "Apple Watch Series 6 - 40mm",
                        "name" : "Apple Watch Series 6 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "14.5 (18E182)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPod9,1",
                        "identifier" : "591B518A-7B11-4438-830D-CD78C801E3FF",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipod-touch-7-2",
                        "modelName" : "iPod touch (7th generation)",
                        "name" : "iPod touch (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,3",
                        "identifier" : "1B77DCF5-6231-46ED-908B-46419A979817",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-pro-10point5-a1701-1",
                        "modelName" : "iPad Pro (10.5-inch)",
                        "name" : "iPad Pro (10.5-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "12.4 (16G73)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,12",
                        "identifier" : "124660C4-C0B3-4DB8-B79D-0641425260D7",
                        "architecture" : "x86_64",
                        "modelUTI" : "com.apple.ipad-gen5-a1823-1",
                        "modelName" : "iPad (5th generation)",
                        "name" : "iPad (5th generation)"
                      }
                    ]
[   71 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[    4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[   26 ms] Changing current working directory to: /Users/plum/Desktop/demo
[   72 ms] Skipping pub get: version match.
[   41 ms] Found plugin webview_flutter at /Users/plum/flutter/.pub-cache/hosted/pub.flutter-io.cn/webview_flutter-2.0.13/
[  113 ms] Found plugin webview_flutter at /Users/plum/flutter/.pub-cache/hosted/pub.flutter-io.cn/webview_flutter-2.0.13/
[   14 ms] Generating /Users/plum/Desktop/demo/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java
[  134 ms] Initializing file store
[   11 ms] Skipping target: gen_localizations
[    5 ms] complete
[    5 ms] Launching lib/main.dart on 未来时间 in debug mode...
[    6 ms] /Users/plum/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/plum/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot
--sdk-root /Users/plum/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
/var/folders/s7/svq0vxvs64bfpjhwx19q6my00000gp/T/flutter_tools.R4BOug/flutter_tool.UX6Hmj/app.dill --packages /Users/plum/Desktop/demo/.dart_tool/package_config.json
-Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill
build/3c113a45063dc6628e68a4111abcacad.cache.dill.track.dill --enable-experiment=alternative-invalidation-strategy
[   15 ms] executing: /usr/bin/plutil -convert json -o - /Users/plum/Desktop/demo/ios/Runner/Info.plist
[   15 ms] Exit code 0 from: /usr/bin/plutil -convert json -o - /Users/plum/Desktop/demo/ios/Runner/Info.plist
[        ]
{"CFBundleShortVersionString":"$(FLUTTER_BUILD_NAME)","CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBundleInfoDictionaryVersion":"6.0","UIMainStoryboardFile":"Main
","CFBundleVersion":"$(FLUTTER_BUILD_NUMBER)","UILaunchStoryboardName":"LaunchScreen","CFBundleExecutable":"$(EXECUTABLE_NAME)","LSRequiresIPhoneOS":true,"UISupportedInterf
aceOrientations":["UIInterfaceOrientationPortrait","UIInterfaceOrientationLandscapeLeft","UIInterfaceOrientationLandscapeRight"],"NSAppTransportSecurity":{"NSAllowsArbitrar
yLoadsInWebContent":true},"UIViewControllerBasedStatusBarAppearance":false,"CFBundleSignature":"????","CFBundlePackageType":"APPL","CFBundleDevelopmentRegion":"$(DEVELOPMEN
T_LANGUAGE)","UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientationPortrait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLandscapeLeft","UII
nterfaceOrientationLandscapeRight"],"CFBundleName":"demo"}
[   10 ms] executing: [/Users/plum/Desktop/demo/ios/] xcrun xcodebuild -list
[   26 ms] <- compile package:demo/main.dart
[ 1528 ms] Command line invocation:
                        /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -list

                    User defaults from command line:
                        IDEPackageSupportUseBuiltinSCM = YES

                    Information about project "Runner":
                        Targets:
                            Runner

                        Build Configurations:
                            Debug
                            Release
                            Profile

                        If no build configuration is specified and -scheme is not passed then "Release" is used.

                        Schemes:
                            Runner


                    2021-09-13 10:50:10.851 xcodebuild[84857:3933967]  DVTAssertions: Warning in
                    /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-18108/DTDeviceKitBase/DTDKRemoteDeviceData.m:371
                    Details:  (null) deviceType from 8b2f31f114f5f9782ddfbb69b5d97f9bfef2e802 was NULL when -platform called.
                    Object:   <DTDKMobileDeviceToken: 0x7fd056937a90>
                    Method:   -platform
                    Thread:   <NSThread: 0x7fd056640920>{number = 6, name = (null)}
                    Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
                    2021-09-13 10:50:11.079 xcodebuild[84857:3933969]  DVTAssertions: Warning in
                    /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-18108/DTDeviceKitBase/DTDKRemoteDeviceData.m:371
                    Details:  (null) deviceType from 8b2f31f114f5f9782ddfbb69b5d97f9bfef2e802 was NULL when -platform called.
                    Object:   <DTDKMobileDeviceToken: 0x7fd056937a90>
                    Method:   -platform
                    Thread:   <NSThread: 0x7fd0565b58b0>{number = 3, name = (null)}
                    Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
                    2021-09-13 10:50:11.165 xcodebuild[84857:3933969]  DVTAssertions: Warning in
                    /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-18108/DTDeviceKitBase/DTDKRemoteDeviceData.m:371
                    Details:  (null) deviceType from 8b2f31f114f5f9782ddfbb69b5d97f9bfef2e802 was NULL when -platform called.
                    Object:   <DTDKMobileDeviceToken: 0x7fd056937a90>
                    Method:   -platform
                    Thread:   <NSThread: 0x7fd0565b58b0>{number = 3, name = (null)}
                    Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
⣽[   11 ms] executing: [/Users/plum/Desktop/demo/ios/Runner.xcodeproj/] xcrun xcodebuild -project /Users/plum/Desktop/demo/ios/Runner.xcodeproj -scheme Runner
-showBuildSettings
[        ] executing: [/Users/plum/Desktop/demo/ios/Runner.xcodeproj/] xcrun xcodebuild -project /Users/plum/Desktop/demo/ios/Runner.xcodeproj -scheme Runner
-showBuildSettings                                                                                                                                                         ⣟[ 2088 ms] Command line invocation:
                        /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/plum/Desktop/demo/ios/Runner.xcodeproj -scheme Runner
                        -showBuildSettings

                    User defaults from command line:
                        IDEPackageSupportUseBuiltinSCM = YES

                    Build settings for action build and target Runner:
                        ACTION = build
                        AD_HOC_CODE_SIGNING_ALLOWED = NO
                        ALTERNATE_GROUP = staff
                        ALTERNATE_MODE = u w,go-w,a rX
                        ALTERNATE_OWNER = plum
                        ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
                        ALWAYS_SEARCH_USER_PATHS = NO
                        ALWAYS_USE_SEPARATE_HEADERMAPS = NO
                        APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
                        APPLE_INTERNAL_DIR = /AppleInternal
                        APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
                        APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
                        APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
                        APPLICATION_EXTENSION_API_ONLY = NO
                        APPLY_RULES_IN_COPY_FILES = NO
                        APPLY_RULES_IN_COPY_HEADERS = NO
                        ARCHS = arm64 armv7
                        ARCHS_STANDARD = arm64 armv7
                        ARCHS_STANDARD_32_64_BIT = armv7 arm64
                        ARCHS_STANDARD_32_BIT = armv7
                        ARCHS_STANDARD_64_BIT = arm64
                        ARCHS_STANDARD_INCLUDING_64_BIT = arm64 armv7
                        ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
                        ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
                        AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
                        BITCODE_GENERATION_MODE = marker
                        BUILD_ACTIVE_RESOURCES_ONLY = NO
                        BUILD_COMPONENTS = headers build
                        BUILD_DIR = /Users/plum/Desktop/demo/ios/build
                        BUILD_LIBRARY_FOR_DISTRIBUTION = NO
                        BUILD_ROOT = /Users/plum/Desktop/demo/ios/build
                        BUILD_STYLE = 
                        BUILD_VARIANTS = normal
                        BUILT_PRODUCTS_DIR = /Users/plum/Desktop/demo/ios/build/Release-iphoneos
                        BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
                        BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
                        BUNDLE_FORMAT = shallow
                        BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks
                        BUNDLE_PLUGINS_FOLDER_PATH = PlugIns
                        BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders
                        BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers
                        CACHE_ROOT = /var/folders/s7/svq0vxvs64bfpjhwx19q6my00000gp/C/com.apple.DeveloperTools/12.5.1-12E507/Xcode
                        CCHROOT = /var/folders/s7/svq0vxvs64bfpjhwx19q6my00000gp/C/com.apple.DeveloperTools/12.5.1-12E507/Xcode
                        CHMOD = /bin/chmod
                        CHOWN = /usr/sbin/chown
                        CLANG_ANALYZER_NONNULL = YES
                        CLANG_CXX_LANGUAGE_STANDARD = gnu  0x
                        CLANG_CXX_LIBRARY = libc  
                        CLANG_ENABLE_MODULES = YES
                        CLANG_ENABLE_OBJC_ARC = YES
                        CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
                        CLANG_WARN_BOOL_CONVERSION = YES
                        CLANG_WARN_COMMA = YES
                        CLANG_WARN_CONSTANT_CONVERSION = YES
                        CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
                        CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
                        CLANG_WARN_EMPTY_BODY = YES
                        CLANG_WARN_ENUM_CONVERSION = YES
                        CLANG_WARN_INFINITE_RECURSION = YES
                        CLANG_WARN_INT_CONVERSION = YES
                        CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
                        CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
                        CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
                        CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
                        CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = NO
                        CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
                        CLANG_WARN_STRICT_PROTOTYPES = YES
                        CLANG_WARN_SUSPICIOUS_MOVE = YES
                        CLANG_WARN_UNREACHABLE_CODE = YES
                        CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
                        CLASS_FILE_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/JavaClasses
                        CLEAN_PRECOMPS = YES
                        CLONE_HEADERS = NO
                        CODESIGNING_FOLDER_PATH = /Users/plum/Desktop/demo/ios/build/Release-iphoneos/Runner.app
                        CODE_SIGNING_ALLOWED = YES
                        CODE_SIGNING_REQUIRED = YES
                        CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
                        CODE_SIGN_IDENTITY = iPhone Developer
                        CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
                        COLOR_DIAGNOSTICS = NO
                        COMBINE_HIDPI_IMAGES = NO
                        COMPILER_INDEX_STORE_ENABLE = Default
                        COMPOSITE_SDK_DIRS = /Users/plum/Desktop/demo/ios/build/CompositeSDKs
                        COMPRESS_PNG_FILES = YES
                        CONFIGURATION = Release
                        CONFIGURATION_BUILD_DIR = /Users/plum/Desktop/demo/ios/build/Release-iphoneos
                        CONFIGURATION_TEMP_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos
                        CONTENTS_FOLDER_PATH = Runner.app
                        COPYING_PRESERVES_HFS_DATA = NO
                        COPY_HEADERS_RUN_UNIFDEF = NO
                        COPY_PHASE_STRIP = NO
                        COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
                        CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
                        CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
                        CORRESPONDING_SIMULATOR_SDK_DIR =
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk
                        CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator14.5
                        CP = /bin/cp
                        CREATE_INFOPLIST_SECTION_IN_BINARY = NO
                        CURRENT_ARCH = armv7
                        CURRENT_VARIANT = normal
                        DEAD_CODE_STRIPPING = YES
                        DEBUGGING_SYMBOLS = YES
                        DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
                        DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
                        DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                        DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
                        DEFINES_MODULE = NO
                        DEPLOYMENT_LOCATION = NO
                        DEPLOYMENT_POSTPROCESSING = NO
                        DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
                        DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
                        DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min
                        DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
                        DEPLOYMENT_TARGET_SUGGESTED_VALUES = 9.0 9.2 10.0 10.2 11.0 11.2 11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.5
                        DERIVED_FILES_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/DerivedSources
                        DERIVED_FILE_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/DerivedSources
                        DERIVED_SOURCES_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/DerivedSources
                        DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
                        DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
                        DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
                        DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                        DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                        DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
                        DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
                        DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
                        DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
                        DEVELOPMENT_LANGUAGE = en
                        DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
                        DONT_GENERATE_INFOPLIST_FILE = NO
                        DO_HEADER_SCANNING_IN_JAM = NO
                        DSTROOT = /tmp/Runner.dst
                        DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                        DWARF_DSYM_FILE_NAME = Runner.app.dSYM
                        DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
                        DWARF_DSYM_FOLDER_PATH = /Users/plum/Desktop/demo/ios/build/Release-iphoneos
                        EFFECTIVE_PLATFORM_NAME = -iphoneos
                        EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
                        EMBEDDED_PROFILE_NAME = embedded.mobileprovision
                        EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
                        ENABLE_BITCODE = NO
                        ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
                        ENABLE_HARDENED_RUNTIME = NO
                        ENABLE_HEADER_DEPENDENCIES = YES
                        ENABLE_NS_ASSERTIONS = NO
                        ENABLE_ON_DEMAND_RESOURCES = YES
                        ENABLE_STRICT_OBJC_MSGSEND = YES
                        ENABLE_TESTABILITY = NO
                        ENABLE_TESTING_SEARCH_PATHS = NO
                        ENTITLEMENTS_ALLOWED = YES
                        ENTITLEMENTS_DESTINATION = Signature
                        ENTITLEMENTS_REQUIRED = YES
                        EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS
                        EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj
                        *.pbxproj
                        EXECUTABLES_FOLDER_PATH = Runner.app/Executables
                        EXECUTABLE_FOLDER_PATH = Runner.app
                        EXECUTABLE_NAME = Runner
                        EXECUTABLE_PATH = Runner.app/Runner
                        EXPANDED_CODE_SIGN_IDENTITY = 
                        EXPANDED_CODE_SIGN_IDENTITY_NAME = 
                        EXPANDED_PROVISIONING_PROFILE = 
                        FILE_LIST = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
                        FIXED_FILES_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/FixedFiles
                        FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
                        FRAMEWORK_FLAG_PREFIX = -framework
                        FRAMEWORK_SEARCH_PATHS =  "/Users/plum/Desktop/demo/ios/build/Release-iphoneos/webview_flutter"
                        FRAMEWORK_VERSION = A
                        FULL_PRODUCT_NAME = Runner.app
                        GCC3_VERSION = 3.3
                        GCC_C_LANGUAGE_STANDARD = gnu99
                        GCC_INLINES_ARE_PRIVATE_EXTERN = YES
                        GCC_NO_COMMON_BLOCKS = YES
                        GCC_PFE_FILE_C_DIALECTS = c objective-c c   objective-c  
                        GCC_PREPROCESSOR_DEFINITIONS =  COCOAPODS=1
                        GCC_SYMBOLS_PRIVATE_EXTERN = YES
                        GCC_THUMB_SUPPORT = YES
                        GCC_TREAT_WARNINGS_AS_ERRORS = NO
                        GCC_VERSION = com.apple.compilers.llvm.clang.1_0
                        GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
                        GCC_WARN_64_TO_32_BIT_CONVERSION = YES
                        GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
                        GCC_WARN_UNDECLARED_SELECTOR = YES
                        GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
                        GCC_WARN_UNUSED_FUNCTION = YES
                        GCC_WARN_UNUSED_VARIABLE = YES
                        GENERATED_MODULEMAP_DIR = /Users/plum/Desktop/demo/ios/build/GeneratedModuleMaps-iphoneos
                        GENERATE_MASTER_OBJECT_FILE = NO
                        GENERATE_PKGINFO_FILE = YES
                        GENERATE_PROFILING_CODE = NO
                        GENERATE_TEXT_BASED_STUBS = NO
                        GID = 20
                        GROUP = staff
                        HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
                        HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
                        HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
                        HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
                        HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
                        HEADERMAP_USES_VFS = NO
                        HEADER_SEARCH_PATHS =  "/Users/plum/Desktop/demo/ios/build/Release-iphoneos/webview_flutter/webview_flutter.framework/Headers"
                        HIDE_BITCODE_SYMBOLS = YES
                        HOME = /Users/plum
                        ICONV = /usr/bin/iconv
                        INFOPLIST_EXPAND_BUILD_SETTINGS = YES
                        INFOPLIST_FILE = Runner/Info.plist
                        INFOPLIST_OUTPUT_FORMAT = binary
                        INFOPLIST_PATH = Runner.app/Info.plist
                        INFOPLIST_PREPROCESS = NO
                        INFOSTRINGS_PATH = Runner.app/en.lproj/InfoPlist.strings
                        INLINE_PRIVATE_FRAMEWORKS = NO
                        INSTALLHDRS_COPY_PHASE = NO
                        INSTALLHDRS_SCRIPT_PHASE = NO
                        INSTALL_DIR = /tmp/Runner.dst/Applications
                        INSTALL_GROUP = staff
                        INSTALL_MODE_FLAG = u w,go-w,a rX
                        INSTALL_OWNER = plum
                        INSTALL_PATH = /Applications
                        INSTALL_ROOT = /tmp/Runner.dst
                        IPHONEOS_DEPLOYMENT_TARGET = 9.0
                        JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
                        JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
                        JAVA_ARCHIVE_CLASSES = YES
                        JAVA_ARCHIVE_TYPE = JAR
                        JAVA_COMPILER = /usr/bin/javac
                        JAVA_FOLDER_PATH = Runner.app/Java
                        JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
                        JAVA_JAR_FLAGS = cv
                        JAVA_SOURCE_SUBDIR = .
                        JAVA_USE_DEPENDENCIES = YES
                        JAVA_ZIP_FLAGS = -urg
                        JIKES_DEFAULT_FLAGS =  E  OLDCSO
                        KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
                        KEEP_PRIVATE_EXTERNS = NO
                        LD_DEPENDENCY_INFO_FILE =
                        /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/Objects-normal/armv7/Runner_dependency_info.dat
                        LD_GENERATE_MAP_FILE = NO
                        LD_MAP_FILE_PATH = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-normal-armv7.txt
                        LD_NO_PIE = NO
                        LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
                        LD_RUNPATH_SEARCH_PATHS =  '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks
                        LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
                        LEX = lex
                        LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions
                        LIBRARY_FLAG_NOSPACE = YES
                        LIBRARY_FLAG_PREFIX = -l
                        LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
                        LINKER_DISPLAYS_MANGLED_NAMES = NO
                        LINK_FILE_LIST_normal_arm64 = 
                        LINK_FILE_LIST_normal_armv7 = 
                        LINK_WITH_STANDARD_LIBRARIES = YES
                        LLVM_TARGET_TRIPLE_OS_VERSION = ios9.0
                        LLVM_TARGET_TRIPLE_VENDOR = apple
                        LOCALIZABLE_CONTENT_DIR = 
                        LOCALIZATION_EXPORT_SUPPORTED = YES
                        LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj
                        LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString
                        LOCALIZED_STRING_SWIFTUI_SUPPORT = YES
                        LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
                        LOCAL_APPS_DIR = /Applications
                        LOCAL_DEVELOPER_DIR = /Library/Developer
                        LOCAL_LIBRARY_DIR = /Library
                        LOCROOT = 
                        LOCSYMROOT = 
                        MACH_O_TYPE = mh_execute
                        MAC_OS_X_PRODUCT_BUILD_VERSION = 20G71
                        MAC_OS_X_VERSION_ACTUAL = 110500
                        MAC_OS_X_VERSION_MAJOR = 110000
                        MAC_OS_X_VERSION_MINOR = 110500
                        METAL_LIBRARY_FILE_BASE = default
                        METAL_LIBRARY_OUTPUT_DIR = /Users/plum/Desktop/demo/ios/build/Release-iphoneos/Runner.app
                        MODULES_FOLDER_PATH = Runner.app/Modules
                        MODULE_CACHE_DIR = /Users/plum/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
                        MTL_ENABLE_DEBUG_INFO = NO
                        NATIVE_ARCH = armv7
                        NATIVE_ARCH_32_BIT = i386
                        NATIVE_ARCH_64_BIT = x86_64
                        NATIVE_ARCH_ACTUAL = x86_64
                        NO_COMMON = YES
                        OBJECT_FILE_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/Objects
                        OBJECT_FILE_DIR_normal = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/Objects-normal
                        OBJROOT = /Users/plum/Desktop/demo/ios/build
                        ONLY_ACTIVE_ARCH = NO
                        OS = MACOS
                        OSAC = /usr/bin/osacompile
                        OTHER_LDFLAGS =  -framework "webview_flutter"
                        PACKAGE_TYPE = com.apple.package-type.wrapper.application
                        PASCAL_STRINGS = YES
                        PATH =
                        /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/plum/.jenv/shims:/Users/plum/.jenv/bin:/Users/plum/bin:/usr/local/bin:/Users/plum/flutter/
                        bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/plum/depotTools
                        PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks
                        /Applications/Xcode.app/Contents/Developer/Headers /Applications/Xcode.app/Contents/Developer/SDKs
                        /Applications/Xcode.app/Contents/Developer/Platforms
                        PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
                        PFE_FILE_C_DIALECTS = objective-c
                        PKGINFO_FILE_PATH = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/PkgInfo
                        PKGINFO_PATH = Runner.app/PkgInfo
                        PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
                        PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
                        PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
                        PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
                        PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
                        PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
                        PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
                        PLATFORM_DISPLAY_NAME = iOS
                        PLATFORM_NAME = iphoneos
                        PLATFORM_PREFERRED_ARCH = arm64
                        PLATFORM_PRODUCT_BUILD_VERSION = 18E182
                        PLIST_FILE_OUTPUT_FORMAT = binary
                        PLUGINS_FOLDER_PATH = Runner.app/PlugIns
                        PODS_BUILD_DIR = /Users/plum/Desktop/demo/ios/build
                        PODS_CONFIGURATION_BUILD_DIR = /Users/plum/Desktop/demo/ios/build/Release-iphoneos
                        PODS_PODFILE_DIR_PATH = /Users/plum/Desktop/demo/ios/.
                        PODS_ROOT = /Users/plum/Desktop/demo/ios/Pods
                        PODS_XCFRAMEWORKS_BUILD_DIR = /Users/plum/Desktop/demo/ios/build/Release-iphoneos/XCFrameworkIntermediates
                        PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
                        PRECOMP_DESTINATION_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
                        PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
                        PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
                        PRODUCT_BUNDLE_IDENTIFIER = com.example.demo
                        PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
                        PRODUCT_MODULE_NAME = Runner
                        PRODUCT_NAME = Runner
                        PRODUCT_SETTINGS_PATH = /Users/plum/Desktop/demo/ios/Runner/Info.plist
                        PRODUCT_TYPE = com.apple.product-type.application
                        PROFILING_CODE = NO
                        PROJECT = Runner
                        PROJECT_DERIVED_FILE_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/DerivedSources
                        PROJECT_DIR = /Users/plum/Desktop/demo/ios
                        PROJECT_FILE_PATH = /Users/plum/Desktop/demo/ios/Runner.xcodeproj
                        PROJECT_NAME = Runner
                        PROJECT_TEMP_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build
                        PROJECT_TEMP_ROOT = /Users/plum/Desktop/demo/ios/build
                        PROVISIONING_PROFILE_REQUIRED = YES
                        PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
                        RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
                        REMOVE_CVS_FROM_RESOURCES = YES
                        REMOVE_GIT_FROM_RESOURCES = YES
                        REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
                        REMOVE_HG_FROM_RESOURCES = YES
                        REMOVE_SVN_FROM_RESOURCES = YES
                        RESOURCE_RULES_REQUIRED = YES
                        REZ_COLLECTOR_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
                        REZ_OBJECTS_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects
                        SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
                        SCRIPTS_FOLDER_PATH = Runner.app/Scripts
                        SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
                        SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
                        SDK_DIR_iphoneos14_5 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
                        SDK_NAME = iphoneos14.5
                        SDK_NAMES = iphoneos14.5
                        SDK_PRODUCT_BUILD_VERSION = 18E182
                        SDK_VERSION = 14.5
                        SDK_VERSION_ACTUAL = 140500
                        SDK_VERSION_MAJOR = 140000
                        SDK_VERSION_MINOR = 140500
                        SED = /usr/bin/sed
                        SEPARATE_STRIP = NO
                        SEPARATE_SYMBOL_EDIT = NO
                        SET_DIR_MODE_OWNER_GROUP = YES
                        SET_FILE_MODE_OWNER_GROUP = NO
                        SHALLOW_BUNDLE = YES
                        SHARED_DERIVED_FILE_DIR = /Users/plum/Desktop/demo/ios/build/Release-iphoneos/DerivedSources
                        SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
                        SHARED_PRECOMPS_DIR = /Users/plum/Desktop/demo/ios/build/SharedPrecompiledHeaders
                        SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
                        SKIP_INSTALL = NO
                        SOURCE_ROOT = /Users/plum/Desktop/demo/ios
                        SRCROOT = /Users/plum/Desktop/demo/ios
                        STRINGS_FILE_INFOPLIST_RENAME = YES
                        STRINGS_FILE_OUTPUT_ENCODING = binary
                        STRIP_BITCODE_FROM_COPIED_FILES = YES
                        STRIP_INSTALLED_PRODUCT = YES
                        STRIP_STYLE = all
                        STRIP_SWIFT_SYMBOLS = YES
                        SUPPORTED_DEVICE_FAMILIES = 1,2
                        SUPPORTED_PLATFORMS = iphoneos
                        SUPPORTS_MACCATALYST = NO
                        SUPPORTS_TEXT_BASED_API = NO
                        SWIFT_COMPILATION_MODE = wholemodule
                        SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
                        SWIFT_OPTIMIZATION_LEVEL = -O
                        SWIFT_PLATFORM_TARGET_PREFIX = ios
                        SWIFT_VERSION = 5.0
                        SYMROOT = /Users/plum/Desktop/demo/ios/build
                        SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
                        SYSTEM_APPS_DIR = /Applications
                        SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
                        SYSTEM_DEMOS_DIR = /Applications/Extras
                        SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
                        SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
                        SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
                        SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
                        SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
                        SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
                        SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
                        SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
                        SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
                        SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
                        SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
                        SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
                        SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
                        SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
                        SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                        SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
                        SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
                        SYSTEM_LIBRARY_DIR = /System/Library
                        TAPI_VERIFY_MODE = ErrorsOnly
                        TARGETED_DEVICE_FAMILY = 1,2
                        TARGETNAME = Runner
                        TARGET_BUILD_DIR = /Users/plum/Desktop/demo/ios/build/Release-iphoneos
                        TARGET_NAME = Runner
                        TARGET_TEMP_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build
                        TEMP_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build
                        TEMP_FILES_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build
                        TEMP_FILE_DIR = /Users/plum/Desktop/demo/ios/build/Runner.build/Release-iphoneos/Runner.build
                        TEMP_ROOT = /Users/plum/Desktop/demo/ios/build
                        TEST_FRAMEWORK_SEARCH_PATHS =  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/Developer/Library/Frameworks
                        TEST_LIBRARY_SEARCH_PATHS =  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib
                        TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                        TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
                        UID = 502
                        UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
                        UNSTRIPPED_PRODUCT = NO
                        USER = plum
                        USER_APPS_DIR = /Users/plum/Applications
                        USER_LIBRARY_DIR = /Users/plum/Library
                        USE_DYNAMIC_NO_PIC = YES
                        USE_HEADERMAP = YES
                        USE_HEADER_SYMLINKS = NO
                        USE_LLVM_TARGET_TRIPLES = YES
                        USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES
                        USE_LLVM_TARGET_TRIPLES_FOR_LD = YES
                        USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES
                        USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
                        VALIDATE_PRODUCT = YES
                        VALIDATE_WORKSPACE = NO
                        VALID_ARCHS = arm64 arm64e armv7 armv7s
                        VERBOSE_PBXCP = NO
                        VERSIONING_SYSTEM = apple-generic
                        VERSIONPLIST_PATH = Runner.app/version.plist
                        VERSION_INFO_BUILDER = plum
                        VERSION_INFO_FILE = Runner_vers.c
                        VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-"
                        WRAPPER_EXTENSION = app
                        WRAPPER_NAME = Runner.app
                        WRAPPER_SUFFIX = .app
                        WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
                        XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
                        XCODE_PRODUCT_BUILD_VERSION = 12E507
                        XCODE_VERSION_ACTUAL = 1251
                        XCODE_VERSION_MAJOR = 1200
                        XCODE_VERSION_MINOR = 1250
                        XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
                        YACC = yacc
                        arch = armv7
                        variant = normal                                                                                                                                   [  127 ms] Building Runner.app for 8b2f31f114f5f9782ddfbb69b5d97f9bfef2e802
[   27 ms] executing: xattr -r -d com.apple.FinderInfo /Users/plum/Desktop/demo
[  421 ms] executing: which security
[   12 ms] executing: which openssl
[   15 ms] executing: security find-identity -p codesigning -v

Analyzing ios...                                                        
No issues found! (ran in 0.7s)
 ios flutter doctor -v
[✓] Flutter (Channel stable, 2.2.3, on macOS 11.5 20G71 darwin-x64, locale zh-Hans-CN)
    • Flutter version 2.2.3 at /Users/plum/flutter
    • Framework revision f4abaa0735 (2 months ago), 2021-07-01 12:46:11 -0700
    • Engine revision 241c87ad80
    • Dart version 2.13.4
    • Pub download mirror https://pub.flutter-io.cn
    • Flutter download mirror https://storage.flutter-io.cn

[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at /Users/plum/Library/Android/sdk
    • Platform android-30, build-tools 30.0.3
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.8 10-b944.6916264)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.5.1, Build version 12E507
    • CocoaPods version 1.10.1

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

[✓] Android Studio (version 4.2)
    • 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 11.0.8 10-b944.6916264)

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

[✓] Connected device (2 available)
    • 未来时间 (mobile) • 8b2f31f114f5f9782ddfbb69b5d97f9bfef2e802 • ios            • iOS 14.4.2
    • Chrome (web)  • chrome                                   • web-javascript • Google Chrome 93.0.4577.63

• No issues found!
[demo.zip](https://github.com/flutter/flutter/files/7151078/demo.zip)

https://user-images.githubusercontent.com/10388177/133017357-acc65387-9b93-4114-b26c-52baa8399016.mov


@plumhly
Copy link
Author

plumhly commented Sep 13, 2021

demo.zip

video.mov

@maheshj01 maheshj01 added the in triage Presently being triaged by the triage team label Sep 13, 2021
@maheshj01
Copy link
Member

maheshj01 commented Sep 13, 2021

Hi @plumhly Thanks for filing the issue. I am able to reproduce the issue on the latest stable and the master channel.

flutter doctor -v
[✓] Flutter (Channel stable, 2.5.0, on macOS 11.5.2 20G95 darwin-arm, locale en-GB)
    • Flutter version 2.5.0 at /Users/mahesh/Documents/flutter
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 4cc385b4b8 (5 days ago), 2021-09-07 23:01:49 -0700
    • Engine revision f0826da7ef
    • Dart version 2.14.0

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/mahesh/Library/Android/sdk
    • Platform android-31, build-tools 31.0.0
    • ANDROID_HOME = /Users/mahesh/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.8 10-b944.6916264)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 12.5.1, Build version 12E507
    • CocoaPods version 1.10.2

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

[✓] Android Studio (version 4.2)
    • 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 11.0.8 10-b944.6916264)

[✓] IntelliJ IDEA Community Edition (version 2021.2.1)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    • Flutter plugin version 60.1.4
    • Dart plugin version 212.5080.8

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

[✓] Connected device (3 available)
    • iPad Pro (11-inch) (3rd generation) (mobile) • 4367E72A-10EB-46BA-9E12-D89A8F0DA157 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-14-5
      (simulator)
    • macOS (desktop)                              • macos                                • darwin-arm64   • macOS 11.5.2 20G95 darwin-arm
    • Chrome (web)                                 • chrome                               • web-javascript • Google Chrome 93.0.4577.63

• No issues found!
[✓] Flutter (Channel master, 2.6.0-1.0.pre.103, on macOS 11.5.2 20G95 darwin-arm, locale en-GB)
    • Flutter version 2.6.0-1.0.pre.103 at /Users/mahesh/Documents/flutter_master
    • Upstream repository https://github.com/flutter/flutter.git
    • Framework revision 2c30b252a5 (2 weeks ago), 2021-08-27 23:26:03 -0400
    • Engine revision ca52647cd2
    • Dart version 2.15.0 (build 2.15.0-65.0.dev)

[✓] Android toolchain - develop for Android devices (Android SDK version 31.0.0)
    • Android SDK at /Users/mahesh/Library/Android/sdk
    • Platform android-31, build-tools 31.0.0
    • ANDROID_HOME = /Users/mahesh/Library/Android/sdk
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.8 10-b944.6916264)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 12.5.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • CocoaPods version 1.10.2

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

[✓] Android Studio (version 4.2)
    • 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 11.0.8 10-b944.6916264)

[✓] IntelliJ IDEA Community Edition (version 2021.2.1)
    • IntelliJ at /Applications/IntelliJ IDEA CE.app
    • Flutter plugin version 60.1.4
    • Dart plugin version 212.5080.8

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

[✓] Connected device (3 available)
    • iPad Pro (11-inch) (3rd generation) (mobile) • 4367E72A-10EB-46BA-9E12-D89A8F0DA157 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-14-5
      (simulator)
    • macOS (desktop)                              • macos                                • darwin-arm64   • macOS 11.5.2 20G95 darwin-arm
    • Chrome (web)                                 • chrome                               • web-javascript • Google Chrome 93.0.4577.63

• No issues found!
Screen.Recording.2021-09-13.at.7.29.38.PM.mov

@maheshj01 maheshj01 added found in release: 2.5 Found to occur in 2.5 found in release: 2.6 Found to occur in 2.6 framework flutter/packages/flutter repository. See also f: labels. has reproducible steps The issue has been confirmed reproducible and is ready to work on platform-ios iOS applications specifically and removed in triage Presently being triaged by the triage team labels Sep 13, 2021
@goderbauer goderbauer added p: webview The WebView plugin plugin and removed framework flutter/packages/flutter repository. See also f: labels. labels Sep 15, 2021
@stuartmorgan stuartmorgan added a: platform-views Embedding Android/iOS views in Flutter apps engine flutter/engine repository. See also e: labels. and removed p: webview The WebView plugin labels Sep 16, 2021
@jmagman
Copy link
Member

jmagman commented Sep 17, 2021

/cc @cyanglaz

@cyanglaz cyanglaz added the P2 Important issues not at the top of the work list label Sep 17, 2021
@cyanglaz cyanglaz changed the title IgnorePointer with WebView inside does not work on iOS PlatformView should support IgnorePointer widget on iOS Sep 17, 2021
@cyanglaz cyanglaz added P3 Issues that are less important to the Flutter project and removed P2 Important issues not at the top of the work list labels Sep 17, 2021
@cyanglaz
Copy link
Contributor

@plumhly Thanks for opening the issue. I don't think the ignore pointer support is implemented for PlatformViews. It will be a new feature that we have to support.

cc @blasten I'd imagine Android hybrid composition does not support this as well.

@flutter-triage-bot flutter-triage-bot bot added multiteam-retriage-candidate team-ios Owned by iOS platform team triaged-ios Triaged by iOS platform team labels Jul 8, 2023
@mehroze-zaidi
Copy link

@cyanglaz Hi! I hope you guys are doing well! I'm facing the same issue on Flutter Web because I'm using a video player that is a platform view of the web. Can you please tell me when this feature be live?

@cyanglaz
Copy link
Contributor

@mehroze-zaidi On web, you might be able to use https://pub.dev/packages/pointer_interceptor as a workaround. You can wrap a dummy widget inside the pointer_interceptor and stack on top of the platform view.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a: platform-views Embedding Android/iOS views in Flutter apps a: plugins Support for writing, building, and running plugin packages engine flutter/engine repository. See also e: labels. found in release: 2.5 Found to occur in 2.5 found in release: 2.6 Found to occur in 2.6 has reproducible steps The issue has been confirmed reproducible and is ready to work on P3 Issues that are less important to the Flutter project platform-ios iOS applications specifically team-ios Owned by iOS platform team triaged-ios Triaged by iOS platform team
Projects
None yet
Development

No branches or pull requests

8 participants