firebase / flutterfire

🔥 A collection of Firebase plugins for Flutter apps.
https://firebase.google.com/docs/flutter/setup
BSD 3-Clause "New" or "Revised" License
8.56k stars 3.93k forks source link

[firebase_core] new flutter app with latest won't build on iOS #10878

Closed Emaren closed 1 year ago

Emaren commented 1 year ago

Bug report

Describe the bug Just trying to build a simple flutter app in ios with firebase

Steps to reproduce

Steps to reproduce the behavior:

flutter run

Expected behavior

Build without errors

Sample project

tonyblum@Tonys-MacBook-Pro tester % flutter run

Multiple devices found: SM A536W (mobile) • R5CT42DNHBY • android-arm64 • Android 13 (API 33) Tony’s iPhone (3) (mobile) • 00008120-0018242E229BC01E • ios • iOS 16.3.1 20D67 macOS (desktop) • macos • darwin-arm64 • macOS 13.3.1 22E261 darwin-arm64 Chrome (web) • chrome • web-javascript • Google Chrome 112.0.5615.137 [1]: SM A536W (R5CT42DNHBY) [2]: Tony’s iPhone (3) (00008120-0018242E229BC01E)

Please choose one (To quit, press "q/Q"): 2 Launching lib/main.dart on Tony’s iPhone (3) in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 519ms Running Xcode build...
└─Compiling, linking and signing... 837ms Xcode build done. 32.7s Failed to build iOS app Could not build the precompiled application for the device. Parse Issue (Xcode): Module 'cloud_firestore' not found /Users/tonyblum/VSProjects/tester/ios/Runner/GeneratedPluginRegistrant.m:11:8

Error launching application on Tony’s iPhone (3).


Additional context

Add any other context about the problem here.


Flutter doctor

Run flutter doctor and paste the output below:

Click To Expand ``` Doctor summary (to see all details, run flutter doctor -v): [✓] Flutter (Channel stable, 3.7.12, on macOS 13.3.1 22E261 darwin-arm64, locale en-CA) [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1) [✓] Xcode - develop for iOS and macOS (Xcode 14.3) [✓] Chrome - develop for the web [✓] Android Studio (version 2022.1) [✓] VS Code (version 1.77.3) [✓] Connected device (4 available) [✓] HTTP Host Availability • No issues found! ```

Flutter dependencies

Run flutter pub deps -- --style=compact and paste the output below:

Click To Expand ``` tonyblum@Tonys-MacBook-Pro tester % flutter pub deps -- --style=compact Dart SDK 2.19.6 Flutter SDK 3.7.12 tester 0.1.0 dependencies: - cloud_firestore 4.5.3 [cloud_firestore_platform_interface cloud_firestore_web collection firebase_core firebase_core_platform_interface flutter meta] - firebase_auth 4.4.2 [firebase_auth_platform_interface firebase_auth_web firebase_core firebase_core_platform_interface flutter meta] - firebase_auth_oauth 1.2.2 [flutter firebase_auth firebase_core firebase_auth_oauth_platform_interface firebase_auth_oauth_web] - firebase_core 2.10.0 [firebase_core_platform_interface firebase_core_web flutter meta] - flutter 0.0.0 [characters collection js material_color_utilities meta vector_math sky_engine] - flutter_facebook_auth 5.0.8 [flutter flutter_facebook_auth_platform_interface flutter_facebook_auth_web facebook_auth_desktop] - google_sign_in 6.1.0 [flutter google_sign_in_android google_sign_in_ios google_sign_in_platform_interface google_sign_in_web] - provider 6.0.5 [collection flutter nested] dev dependencies: - flutter_lints 2.0.1 [lints] - flutter_test 0.0.0 [flutter test_api path fake_async clock stack_trace vector_math async boolean_selector characters collection js matcher material_color_utilities meta source_span stream_channel string_scanner term_glyph] transitive dependencies: - _flutterfire_internals 1.1.1 [collection firebase_core firebase_core_platform_interface flutter meta] - async 2.10.0 [collection meta] - boolean_selector 2.1.1 [source_span string_scanner] - characters 1.2.1 - clock 1.1.1 - cloud_firestore_platform_interface 5.12.1 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - cloud_firestore_web 3.4.2 [_flutterfire_internals cloud_firestore_platform_interface collection firebase_core firebase_core_web flutter flutter_web_plugins js] - collection 1.17.0 - facebook_auth_desktop 0.0.9 [flutter http flutter_secure_storage flutter_facebook_auth_platform_interface] - fake_async 1.3.1 [clock collection] - firebase 9.0.3 [http http_parser js] - firebase_auth_oauth_platform_interface 1.0.3 [flutter firebase_auth firebase_core] - firebase_auth_oauth_web 1.1.1 [flutter flutter_web_plugins firebase firebase_auth firebase_core firebase_auth_oauth_platform_interface js] - firebase_auth_platform_interface 6.13.1 [_flutterfire_internals collection firebase_core flutter meta plugin_platform_interface] - firebase_auth_web 5.3.2 [firebase_auth_platform_interface firebase_core firebase_core_web flutter flutter_web_plugins http_parser intl js meta] - firebase_core_platform_interface 4.6.0 [collection flutter flutter_test meta plugin_platform_interface] - firebase_core_web 2.3.0 [firebase_core_platform_interface flutter flutter_web_plugins js meta] - flutter_facebook_auth_platform_interface 4.1.1 [flutter plugin_platform_interface] - flutter_facebook_auth_web 4.1.1 [flutter flutter_web_plugins js flutter_facebook_auth_platform_interface] - flutter_secure_storage 8.0.0 [flutter flutter_secure_storage_linux flutter_secure_storage_macos flutter_secure_storage_platform_interface flutter_secure_storage_web flutter_secure_storage_windows meta] - flutter_secure_storage_linux 1.1.3 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_macos 3.0.0 [flutter flutter_secure_storage_platform_interface] - flutter_secure_storage_platform_interface 1.0.1 [flutter plugin_platform_interface] - flutter_secure_storage_web 1.1.1 [flutter flutter_secure_storage_platform_interface flutter_web_plugins js] - flutter_secure_storage_windows 2.0.0 [flutter flutter_secure_storage_platform_interface] - flutter_web_plugins 0.0.0 [flutter js characters collection material_color_utilities meta vector_math] - google_identity_services_web 0.2.1 [js meta] - google_sign_in_android 6.1.14 [flutter google_sign_in_platform_interface] - google_sign_in_ios 5.6.1 [flutter google_sign_in_platform_interface] - google_sign_in_platform_interface 2.4.0 [flutter plugin_platform_interface quiver] - google_sign_in_web 0.12.0 [flutter flutter_web_plugins google_identity_services_web google_sign_in_platform_interface http js] - http 0.13.5 [async http_parser meta path] - http_parser 4.0.2 [collection source_span string_scanner typed_data] - intl 0.17.0 [clock path] - js 0.6.5 [meta] - lints 2.0.1 - matcher 0.12.13 [meta stack_trace] - material_color_utilities 0.2.0 - meta 1.8.0 - nested 1.0.0 [flutter] - path 1.8.2 - plugin_platform_interface 2.1.4 [meta] - quiver 3.2.1 [matcher] - sky_engine 0.0.99 - source_span 1.9.1 [collection path term_glyph] - stack_trace 1.11.0 [path] - stream_channel 2.1.1 [async] - string_scanner 1.2.0 [source_span] - term_glyph 1.2.1 - test_api 0.4.16 [async boolean_selector collection meta source_span stack_trace stream_channel string_scanner term_glyph matcher] - typed_data 1.3.1 [collection] - vector_math 2.1.4 ```

darshankawar commented 1 year ago

@Emaren Can you provide flutter run -v in properly formatted text ? Also, try running flutter pub get -> flutter clean followed by flutter run to see if it helps.

google-oss-bot commented 1 year ago

Hey @Emaren. We need more information to resolve this issue but there hasn't been an update in 7 weekdays. I'm marking the issue as stale and if there are no new updates in the next 7 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

Emaren commented 1 year ago

output.txt

output.json:

[ +8 ms] executing: sysctl hw.optional.arm64 [ +5 ms] Exit code 0 from: sysctl hw.optional.arm64 [ ] hw.optional.arm64: 1 [ ] executing: [/Users/tonyblum/development/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +8 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf [ ] executing: [/Users/tonyblum/development/flutter/] git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf [ +15 ms] Exit code 0 from: git tag --points-at 4d9e56e694b656610ab87fcf2efbcd226e0ed8cf [ ] 3.7.12 [ +4 ms] Waiting to be able to obtain lock of Flutter binary artifacts directory: /Users/tonyblum/development/flutter/bin/cache/lockfile [+2768 ms] executing: [/Users/tonyblum/development/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream} [ +8 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream} [ ] origin/stable [ ] executing: [/Users/tonyblum/development/flutter/] git ls-remote --get-url origin [ +7 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +14 ms] executing: [/Users/tonyblum/development/flutter/] git rev-parse --abbrev-ref HEAD [ +9 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ ] executing: sw_vers -productName [ +9 ms] Exit code 0 from: sw_vers -productName [ ] macOS [ ] executing: sw_vers -productVersion [ +8 ms] Exit code 0 from: sw_vers -productVersion [ ] 13.3.1 [ ] executing: sw_vers -buildVersion [ +8 ms] Exit code 0 from: sw_vers -buildVersion [ ] 22E772610a [ ] executing: uname -m [ +2 ms] Exit code 0 from: uname -m [ ] arm64 [ +11 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. [ ] 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. [ +27 ms] executing: /Users/tonyblum/Library/Android/sdk/platform-tools/adb devices -l [ +5 ms] executing: sysctl hw.optional.arm64 [ +2 ms] Exit code 0 from: sysctl hw.optional.arm64 [ ] hw.optional.arm64: 1 [ ] executing: /usr/bin/arch -arm64e xcrun xcodebuild -version [ +142 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun xcodebuild -version [ ] Xcode 14.3 Build version 14E222b [ +1 ms] executing: /usr/bin/arch -arm64e xcrun xcdevice list --timeout 2 [ +1 ms] /usr/bin/arch -arm64e xcrun simctl list devices booted iOS --json [ ] executing: /usr/bin/arch -arm64e xcrun simctl list devices booted iOS --json [ +1 ms] executing: /usr/bin/arch -arm64e xcrun simctl list devices booted [ +86 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun simctl list devices booted [ ] == Devices == -- iOS 16.4 -- -- watchOS 9.1 -- -- watchOS 9.4 -- [ +17 ms] List of devices attached [ +76 ms] { "devices" : { "com.apple.CoreSimulator.SimRuntime.watchOS-9-1" : [

           ],
           "com.apple.CoreSimulator.SimRuntime.watchOS-9-4" : [

           ],
           "com.apple.CoreSimulator.SimRuntime.iOS-16-4" : [

           ]
         }
       }

[+2300 ms] [ { "simulator" : true, "operatingSystemVersion" : "9.4 (20T253)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,3", "identifier" : "0706DEDD-3206-4AD1-AE18-58B7FE7B0980", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 (40mm)", "name" : "Apple Watch Series 5 (40mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,8", "identifier" : "2211DA38-9497-44BD-874F-E1A04990697F", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-14-plus-1", "modelName" : "iPhone 14 Plus", "name" : "iPhone 14 Plus", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.4 (20T253)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,1", "identifier" : "BCBEBD18-449A-4775-9A71-EC12600EA525", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 (40mm)", "name" : "Apple Watch Series 6 (40mm)", "ignored" : false }, { "ignored" : false, "modelCode" : "Watch6,15", "simulator" : true, "modelName" : "Apple Watch Series 8 (45mm)", "operatingSystemVersion" : "9.4 (20T253)", "identifier" : "3636470A-44A4-4C6A-A164-A95CABA5D240", "platform" : "com.apple.platform.watchsimulator", "companionDevice" : { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone15,2", "identifier" : "D796AC1E-5351-4745-90FC-A36C432CA601", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-14-pro-1", "modelName" : "iPhone 14 Pro", "name" : "iPhone 14 Pro", "ignored" : false }, "architecture" : "arm64", "available" : true, "name" : "Apple Watch Series 8 (45mm)", "modelUTI" : "com.apple.watch-series8-1" }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,5", "identifier" : "7BD486EF-F1C8-432D-B5BF-A7531D3FDF78", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-pro-11-3rd-1", "modelName" : "iPad Pro (11-inch) (3rd generation)", "name" : "iPad Pro (11-inch) (3rd generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,1", "identifier" : "BC58AA02-E2D6-4ECF-BEFE-BB52FE9F22CF", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 (40mm)", "name" : "Apple Watch Series 6 (40mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone15,3", "identifier" : "2442AA55-5258-4ECC-97FC-3758E34B2E9F", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-14-pro-max-1", "modelName" : "iPhone 14 Pro Max", "name" : "iPhone 14 Pro Max", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.4 (20T253)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,4", "identifier" : "0CCA574F-9160-44F6-B30F-6797DD96617C", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 (44mm)", "name" : "Apple Watch Series 5 (44mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,4", "identifier" : "F77146AF-6010-4798-A375-B345BE1F1BBE", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 (44mm)", "name" : "Apple Watch Series 5 (44mm)", "ignored" : false }, { "ignored" : false, "modelCode" : "MacBookPro18,1", "simulator" : false, "modelName" : "MacBook Pro", "operatingSystemVersion" : "13.3.1 (22E261)", "identifier" : "00006000-0012106E3EB8401E", "platform" : "com.apple.platform.macosx", "architecture" : "arm64e", "interface" : "usb", "available" : true, "name" : "My Mac", "modelUTI" : "com.apple.macbookpro-16-2021" }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,7", "identifier" : "6A1EBB22-5B80-4ACF-AE15-62D5C2593E91", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-14-1", "modelName" : "iPhone 14", "name" : "iPhone 14", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,18", "identifier" : "EEFDB2B2-593D-4D5D-9D33-C04D621EEBD8", "architecture" : "arm64", "modelUTI" : "com.apple.watch-u-8", "modelName" : "Apple Watch Ultra (49mm)", "name" : "Apple Watch Ultra (49mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,18", "identifier" : "CDF37722-249C-40E6-A66C-DD01D4171AC5", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-10-1", "modelName" : "iPad (10th generation)", "name" : "iPad (10th generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,9", "identifier" : "8B91B5AC-F712-423A-B213-47DBEC17B6CC", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series7-1", "modelName" : "Apple Watch Series 7 (45mm)", "name" : "Apple Watch Series 7 (45mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone15,2", "identifier" : "D796AC1E-5351-4745-90FC-A36C432CA601", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-14-pro-1", "modelName" : "iPhone 14 Pro", "name" : "iPhone 14 Pro", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.4 (20T253)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,12", "identifier" : "AAF4541E-549E-4170-AB8D-CA15FD4A5D5C", "architecture" : "arm64", "modelUTI" : "com.apple.watch-se-2nd-1", "modelName" : "Apple Watch SE (40mm) (2nd generation)", "name" : "Apple Watch SE (40mm) (2nd generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,5", "identifier" : "B66F099E-6A0B-4683-9731-C7036C338CE5", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-pro-12point9-6th-1", "modelName" : "iPad Pro (12.9-inch) (6th generation)", "name" : "iPad Pro (12.9-inch) (6th generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,5", "identifier" : "1B3D06D0-01BE-45D1-BC06-9439A3C866F1", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-11-pro-max-1", "modelName" : "iPhone 11 Pro Max", "name" : "iPhone 11 Pro Max", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,6", "identifier" : "5CCB32D5-4C03-4E9C-A4F8-8420A80F3B08", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-se3-1", "modelName" : "iPhone SE (3rd generation)", "name" : "iPhone SE (3rd generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.4 (20T253)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,13", "identifier" : "3623B165-BE81-4854-BC2E-08E0E7481311", "architecture" : "arm64", "modelUTI" : "com.apple.watch-se-2nd-1", "modelName" : "Apple Watch SE (44mm) (2nd generation)", "name" : "Apple Watch SE (44mm) (2nd generation)", "ignored" : false }, { "ignored" : false, "modelCode" : "Watch6,9", "simulator" : true, "modelName" : "Apple Watch Series 7 (45mm)", "operatingSystemVersion" : "9.4 (20T253)", "identifier" : "A4C01E76-5D0B-4B9D-B13B-43A64B1DADA7", "platform" : "com.apple.platform.watchsimulator", "companionDevice" : { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,7", "identifier" : "6A1EBB22-5B80-4ACF-AE15-62D5C2593E91", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-14-1", "modelName" : "iPhone 14", "name" : "iPhone 14", "ignored" : false }, "architecture" : "arm64", "available" : true, "name" : "Apple Watch Series 7 (45mm)", "modelUTI" : "com.apple.watch-series7-1" }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,2", "identifier" : "36A26327-87B9-4E4F-A88A-41D29336DB1D", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 (44mm)", "name" : "Apple Watch Series 6 (44mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad7,1", "identifier" : "37D295BC-840B-4C17-806C-4E146B6DB632", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-pro-a1670-1", "modelName" : "iPad Pro (12.9-inch) (2nd generation)", "name" : "iPad Pro (12.9-inch) (2nd generation)", "ignored" : false }, { "ignored" : false, "modelCode" : "iPhone14,3", "simulator" : false, "modelName" : "iPhone 13 Pro Max", "error" : { "code" : -13, "failureReason" : "", "underlyingErrors" : [ { "code" : 4, "failureReason" : "", "description" : "Tony’s iPhone (3) is locked.", "recoverySuggestion" : "To use Tony’s iPhone (3) with Xcode, unlock it.", "domain" : "DVTDeviceIneligibilityErrorDomain" } ], "description" : "Tony’s iPhone (3) is not connected", "recoverySuggestion" : "Xcode will continue when Tony’s iPhone (3) is connected and unlocked.", "domain" : "com.apple.platform.iphoneos" }, "operatingSystemVersion" : "16.1.1 (20B101)", "identifier" : "00008110-000265DC36E0401E", "platform" : "com.apple.platform.iphoneos", "architecture" : "arm64e", "interface" : "usb", "available" : false, "name" : "Tony’s iPhone (3)", "modelUTI" : "com.apple.iphone-13-pro-max-1" }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,5", "identifier" : "E8ED05F2-60D8-4331-A9C2-A99B377CDC03", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-8-plus-2", "modelName" : "iPhone 8 Plus", "name" : "iPhone 8 Plus", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,12", "identifier" : "C465EA95-0F14-48BA-9D4B-9EEEE17E18A9", "architecture" : "arm64", "modelUTI" : "com.apple.watch-se-2nd-1", "modelName" : "Apple Watch SE (40mm) (2nd generation)", "name" : "Apple Watch SE (40mm) (2nd generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad12,2", "identifier" : "620CBB75-2811-4CA4-AC97-F68CC7AE6AE8", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-9-wwan-1", "modelName" : "iPad (9th generation)", "name" : "iPad (9th generation)", "ignored" : false }, { "ignored" : false, "modelCode" : "iPhone12,8", "simulator" : false, "modelName" : "iPhone SE", "operatingSystemVersion" : "16.4.1 (20E252)", "identifier" : "00008030-00024D303410402E", "platform" : "com.apple.platform.iphoneos", "architecture" : "arm64e", "interface" : "usb", "available" : true, "name" : "Tony’s iPhone (2)", "modelUTI" : "com.apple.iphone-se-1" }, { "simulator" : true, "operatingSystemVersion" : "9.4 (20T253)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,2", "identifier" : "3E94F8F3-187A-41BD-AC6E-0FBFB9792247", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series6-1", "modelName" : "Apple Watch Series 6 (44mm)", "name" : "Apple Watch Series 6 (44mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,5", "identifier" : "148C5631-4D44-41D0-A583-893B402B6DBE", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-pro-12point9-6th-1", "modelName" : "iPad Pro (12.9-inch) (6th generation)", "name" : "iPad Pro (12.9-inch) (6th generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,17", "identifier" : "CEE0891B-5B28-4A53-A5D2-4302F6C0E83F", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-air5-1", "modelName" : "iPad Air (5th generation)", "name" : "iPad Air (5th generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,1", "identifier" : "C6F86836-A6DD-4D8B-8CEE-13D92C589AD3", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-mini6-1", "modelName" : "iPad mini (6th generation)", "name" : "iPad mini (6th generation)", "ignored" : false }, { "ignored" : false, "modelCode" : "Watch6,18", "simulator" : true, "modelName" : "Apple Watch Ultra (49mm)", "operatingSystemVersion" : "9.4 (20T253)", "identifier" : "4FE81A24-A7FF-40B5-9191-8F3209F3A816", "platform" : "com.apple.platform.watchsimulator", "companionDevice" : { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone15,3", "identifier" : "0C2F0733-42DF-4156-96AA-ECE32C474FF6", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-14-pro-max-1", "modelName" : "iPhone 14 Pro Max", "name" : "iPhone 14 Pro Max", "ignored" : false }, "architecture" : "arm64", "available" : true, "name" : "Apple Watch Ultra (49mm)", "modelUTI" : "com.apple.watch-u-8" }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,3", "identifier" : "9D7F3775-4F07-451F-9680-A25C3F92DAB0", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-pro-11-4th-1", "modelName" : "iPad Pro (11-inch) (4th generation)", "name" : "iPad Pro (11-inch) (4th generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,13", "identifier" : "47672039-E139-4193-9530-40B6AA9CBC4F", "architecture" : "arm64", "modelUTI" : "com.apple.watch-se-2nd-1", "modelName" : "Apple Watch SE (44mm) (2nd generation)", "name" : "Apple Watch SE (44mm) (2nd generation)", "ignored" : false }, { "ignored" : false, "modelCode" : "iPhone15,3", "simulator" : false, "modelName" : "iPhone 14 Pro Max", "error" : { "code" : -13, "failureReason" : "", "underlyingErrors" : [ { "code" : 4, "failureReason" : "", "description" : "Tony’s iPhone (3) is locked.", "recoverySuggestion" : "To use Tony’s iPhone (3) with Xcode, unlock it.", "domain" : "DVTDeviceIneligibilityErrorDomain" } ], "description" : "Tony’s iPhone (3) is not connected", "recoverySuggestion" : "Xcode will continue when Tony’s iPhone (3) is connected and unlocked.", "domain" : "com.apple.platform.iphoneos" }, "operatingSystemVersion" : "16.2 (20C65)", "identifier" : "00008120-0018242E229BC01E", "platform" : "com.apple.platform.iphoneos", "architecture" : "arm64e", "interface" : "usb", "available" : false, "name" : "Tony’s iPhone (3)", "modelUTI" : "com.apple.iphone-14-pro-max-1" }, { "ignored" : false, "modelCode" : "Watch6,14", "simulator" : true, "modelName" : "Apple Watch Series 8 (41mm)", "operatingSystemVersion" : "9.4 (20T253)", "identifier" : "D35CBB13-1201-4ACD-96B4-26FF8163FB3A", "platform" : "com.apple.platform.watchsimulator", "companionDevice" : { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,8", "identifier" : "2211DA38-9497-44BD-874F-E1A04990697F", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-14-plus-1", "modelName" : "iPhone 14 Plus", "name" : "iPhone 14 Plus", "ignored" : false }, "architecture" : "arm64", "available" : true, "name" : "Apple Watch Series 8 (41mm)", "modelUTI" : "com.apple.watch-series8-1" }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,10", "identifier" : "1E4003E2-1B56-4D57-9CD4-58BE1DE9451E", "architecture" : "arm64", "modelUTI" : "com.apple.ipad-pro-12point9-5th-1", "modelName" : "iPad Pro (12.9-inch) (5th generation)", "name" : "iPad Pro (12.9-inch) (5th generation)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,15", "identifier" : "D429B543-BB47-428E-AE5B-9D05E37DE2F1", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series8-1", "modelName" : "Apple Watch Series 8 (45mm)", "name" : "Apple Watch Series 8 (45mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.4 (20T253)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,6", "identifier" : "0114A615-F631-4C83-8538-388B9634F599", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series7-1", "modelName" : "Apple Watch Series 7 (41mm)", "name" : "Apple Watch Series 7 (41mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "16.4 (20E247)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone15,3", "identifier" : "0C2F0733-42DF-4156-96AA-ECE32C474FF6", "architecture" : "arm64", "modelUTI" : "com.apple.iphone-14-pro-max-1", "modelName" : "iPhone 14 Pro Max", "name" : "iPhone 14 Pro Max", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,6", "identifier" : "54846D57-56F3-4885-ABC6-BBD0630ABC7A", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series7-1", "modelName" : "Apple Watch Series 7 (41mm)", "name" : "Apple Watch Series 7 (41mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch5,3", "identifier" : "AEAC8C6C-84DB-48B4-8808-53C71E8EBF2B", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series5-1", "modelName" : "Apple Watch Series 5 (40mm)", "name" : "Apple Watch Series 5 (40mm)", "ignored" : false }, { "simulator" : true, "operatingSystemVersion" : "9.1 (20S75)", "available" : true, "platform" : "com.apple.platform.watchsimulator", "modelCode" : "Watch6,14", "identifier" : "71F00C97-382C-4B23-9BE8-9724AC0E8DCC", "architecture" : "arm64", "modelUTI" : "com.apple.watch-series8-1", "modelName" : "Apple Watch Series 8 (41mm)", "name" : "Apple Watch Series 8 (41mm)", "ignored" : false } ]

       2023-05-20 09:51:43.374 xcdevice[7182:43771] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)

[ +5 ms] Error: Tony’s iPhone (3) is not connected. Xcode will continue when Tony’s iPhone (3) is connected and unlocked. (code -13) [ +1 ms] Error: Tony’s iPhone (3) is not connected. Xcode will continue when Tony’s iPhone (3) is connected and unlocked. (code -13) [ +1 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ +1 ms] Artifact Instance of 'WindowsEngineArtifacts' 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. [ +32 ms] Skipping pub get: version match. [ +11 ms] Found plugin cloud_firestore at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore-4.5.3/ [ +4 ms] Found plugin cloud_firestore_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore_web-3.4.2/ [ +1 ms] Found plugin facebook_auth_desktop at /Users/tonyblum/.pub-cache/hosted/pub.dev/facebook_auth_desktop-0.0.9/ [ +2 ms] Found plugin firebase_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ [ +2 ms] Found plugin firebase_auth_oauth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth-1.2.2/ [ +1 ms] Found plugin firebase_auth_oauth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth_web-1.1.1/ [ +1 ms] Found plugin firebase_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_web-5.3.2/ [ +1 ms] Found plugin firebase_core at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core-2.10.0/ [ +1 ms] Found plugin firebase_core_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core_web-2.3.0/ [ ] Found plugin flutter_facebook_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth-5.0.8/ [ +1 ms] Found plugin flutter_facebook_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth_web-4.1.1/ [ +1 ms] Found plugin flutter_secure_storage at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage-8.0.0/ [ +1 ms] Found plugin flutter_secure_storage_linux at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.1.3/ [ +1 ms] Found plugin flutter_secure_storage_macos at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.0/ [ +1 ms] Found plugin flutter_secure_storage_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.1.1/ [ ] Found plugin flutter_secure_storage_windows at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-2.0.0/ [ +2 ms] Found plugin google_sign_in at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in-6.1.0/ [ ] Found plugin google_sign_in_android at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_android-6.1.14/ [ ] Found plugin google_sign_in_ios at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_ios-5.6.1/ [ +1 ms] Found plugin google_sign_in_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_web-0.12.0/ [ +24 ms] Found plugin cloud_firestore at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore-4.5.3/ [ +1 ms] Found plugin cloud_firestore_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore_web-3.4.2/ [ ] Found plugin facebook_auth_desktop at /Users/tonyblum/.pub-cache/hosted/pub.dev/facebook_auth_desktop-0.0.9/ [ +1 ms] Found plugin firebase_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ [ ] Found plugin firebase_auth_oauth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth-1.2.2/ [ ] Found plugin firebase_auth_oauth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth_web-1.1.1/ [ ] Found plugin firebase_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_web-5.3.2/ [ ] Found plugin firebase_core at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core-2.10.0/ [ ] Found plugin firebase_core_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core_web-2.3.0/ [ ] Found plugin flutter_facebook_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth-5.0.8/ [ +1 ms] Found plugin flutter_facebook_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth_web-4.1.1/ [ ] Found plugin flutter_secure_storage at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage-8.0.0/ [ ] Found plugin flutter_secure_storage_linux at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.1.3/ [ ] Found plugin flutter_secure_storage_macos at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.0/ [ ] Found plugin flutter_secure_storage_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.1.1/ [ ] Found plugin flutter_secure_storage_windows at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-2.0.0/ [ ] Found plugin google_sign_in at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in-6.1.0/ [ ] Found plugin google_sign_in_android at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_android-6.1.14/ [ ] Found plugin google_sign_in_ios at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_ios-5.6.1/ [ ] Found plugin google_sign_in_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_web-0.12.0/ [ +13 ms] Found plugin cloud_firestore at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore-4.5.3/ [ ] Found plugin cloud_firestore_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore_web-3.4.2/ [ ] Found plugin facebook_auth_desktop at /Users/tonyblum/.pub-cache/hosted/pub.dev/facebook_auth_desktop-0.0.9/ [ ] Found plugin firebase_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ [ ] Found plugin firebase_auth_oauth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth-1.2.2/ [ ] Found plugin firebase_auth_oauth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth_web-1.1.1/ [ +1 ms] Found plugin firebase_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_web-5.3.2/ [ ] Found plugin firebase_core at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core-2.10.0/ [ ] Found plugin firebase_core_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core_web-2.3.0/ [ ] Found plugin flutter_facebook_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth-5.0.8/ [ ] Found plugin flutter_facebook_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth_web-4.1.1/ [ ] Found plugin flutter_secure_storage at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage-8.0.0/ [ ] Found plugin flutter_secure_storage_linux at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.1.3/ [ ] Found plugin flutter_secure_storage_macos at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.0/ [ ] Found plugin flutter_secure_storage_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.1.1/ [ ] Found plugin flutter_secure_storage_windows at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-2.0.0/ [ ] Found plugin google_sign_in at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in-6.1.0/ [ ] Found plugin google_sign_in_android at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_android-6.1.14/ [ ] Found plugin google_sign_in_ios at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_ios-5.6.1/ [ ] Found plugin google_sign_in_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_web-0.12.0/ [ +32 ms] Generating /Users/tonyblum/VSProjects/tester/android/app/src/main/java/io/flutter/plugins/GeneratedPluginRegistrant.java [{"event":"daemon.connected","params":{"version":"0.6.1","pid":7096}}] [{"event":"app.start","params":{"appId":"38c8268b-3a79-4007-a354-6d3633016540","deviceId":"00008030-00024D303410402E","directory":"/Users/tonyblum/VSProjects/tester","supportsRestart":true,"launchMode":"run"}}] [ +51 ms] Initializing file store [ +3 ms] Skipping target: gen_localizations [ +1 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /Users/tonyblum/VSProjects/tester/.dart_tool/package_config_subset,/Users/tonyblum/VSProjects/tester/.dart_tool/flutter_build/dart_plugin_registrant.dart} [ +4 ms] Found plugin cloud_firestore at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore-4.5.3/ [ ] Found plugin cloud_firestore_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore_web-3.4.2/ [ ] Found plugin facebook_auth_desktop at /Users/tonyblum/.pub-cache/hosted/pub.dev/facebook_auth_desktop-0.0.9/ [ +1 ms] Found plugin firebase_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ [ ] Found plugin firebase_auth_oauth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth-1.2.2/ [ ] Found plugin firebase_auth_oauth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth_web-1.1.1/ [ ] Found plugin firebase_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_web-5.3.2/ [ ] Found plugin firebase_core at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core-2.10.0/ [ ] Found plugin firebase_core_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core_web-2.3.0/ [ ] Found plugin flutter_facebook_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth-5.0.8/ [ ] Found plugin flutter_facebook_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth_web-4.1.1/ [ ] Found plugin flutter_secure_storage at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage-8.0.0/ [ ] Found plugin flutter_secure_storage_linux at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.1.3/ [ ] Found plugin flutter_secure_storage_macos at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.0/ [ ] Found plugin flutter_secure_storage_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.1.1/ [ ] Found plugin flutter_secure_storage_windows at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-2.0.0/ [ ] Found plugin google_sign_in at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in-6.1.0/ [ ] Found plugin google_sign_in_android at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_android-6.1.14/ [ ] Found plugin google_sign_in_ios at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_ios-5.6.1/ [ ] Found plugin google_sign_in_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_web-0.12.0/ [ +6 ms] gen_dart_plugin_registrant: Complete [ ] Skipping target: _composite [ ] complete [ +2 ms] Launching lib/main.dart on Tony’s iPhone (2) in debug mode... [ +2 ms] /Users/tonyblum/development/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/tonyblum/development/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /Users/tonyblum/development/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_tool.qIw3MP/app.dill --packages /Users/tonyblum/VSProjects/tester/.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/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --source file:///Users/tonyblum/VSProjects/tester/.dart_tool/flutter_build/dart_plugin_registrant.dart --source package:flutter/src/dart_plugin_registrant.dart -Dflutter.dart_plugin_registrant=file:///Users/tonyblum/VSProjects/tester/.dart_tool/flutter_build/dart_plugin_registrant.dart --verbosity=error --enable-experiment=alternative-invalidation-strategy [ +2 ms] executing: [/Users/tonyblum/VSProjects/tester/ios/] /usr/bin/arch -arm64e xcrun xcodebuild -list [ +9 ms] <- compile package:tester/main.dart [+1391 ms] Command line invocation: /Applications/Xcode-14.3.app/Contents/Developer/usr/bin/xcodebuild -list

       User defaults from command line:
           IDEPackageSupportUseBuiltinSCM = YES

       Resolve Package Graph

       Resolved source packages:
         GoogleAppMeasurement: https://github.com/google/GoogleAppMeasurement.git @ 10.9.0
         leveldb: https://github.com/firebase/leveldb.git @ 1.22.2
         GoogleUtilities: https://github.com/google/GoogleUtilities.git @ 7.11.1
         Firebase: https://github.com/firebase/firebase-ios-sdk @ 10.9.0
         gRPC: https://github.com/google/grpc-binary.git @ 1.44.0
         Promises: https://github.com/google/promises.git @ 2.2.0
         abseil: https://github.com/google/abseil-cpp-binary.git @ 1.2021110200.0
         GoogleDataTransport: https://github.com/google/GoogleDataTransport.git @ 9.2.2
         SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.21.0
         nanopb: https://github.com/firebase/nanopb.git @ 2.30909.0
         GTMSessionFetcher: https://github.com/google/gtm-session-fetcher.git @ 3.1.1

       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

       2023-05-20 09:51:46.146 xcodebuild[7211:43975] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)

[ +3 ms] executing: [/Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj/] /usr/bin/arch -arm64e xcrun xcodebuild -project /Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination generic/platform=iOS -showBuildSettings BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios [ ] executing: [/Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj/] /usr/bin/arch -arm64e xcrun xcodebuild -project /Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination generic/platform=iOS -showBuildSettings BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios [+3358 ms] Command line invocation: /Applications/Xcode-14.3.app/Contents/Developer/usr/bin/xcodebuild -project /Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination generic/platform=iOS -showBuildSettings BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios

       User defaults from command line:
           IDEPackageSupportUseBuiltinSCM = YES

       Build settings from command line:
           BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios

       Resolve Package Graph

       Resolved source packages:
         abseil: https://github.com/google/abseil-cpp-binary.git @ 1.2021110200.0
         GoogleUtilities: https://github.com/google/GoogleUtilities.git @ 7.11.1
         Promises: https://github.com/google/promises.git @ 2.2.0
         GoogleDataTransport: https://github.com/google/GoogleDataTransport.git @ 9.2.2
         nanopb: https://github.com/firebase/nanopb.git @ 2.30909.0
         gRPC: https://github.com/google/grpc-binary.git @ 1.44.0
         leveldb: https://github.com/firebase/leveldb.git @ 1.22.2
         GoogleAppMeasurement: https://github.com/google/GoogleAppMeasurement.git @ 10.9.0
         Firebase: https://github.com/firebase/firebase-ios-sdk @ 10.9.0
         GTMSessionFetcher: https://github.com/google/gtm-session-fetcher.git @ 3.1.1
         SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.21.0

       Build settings for action build and target Runner:
           ACTION = build
           AD_HOC_CODE_SIGNING_ALLOWED = NO
           ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO
           ALTERNATE_GROUP = staff
           ALTERNATE_MODE = u+w,go-w,a+rX
           ALTERNATE_OWNER = tonyblum
           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
           ARCHS_STANDARD = arm64
           ARCHS_STANDARD_32_64_BIT = armv7 arm64
           ARCHS_STANDARD_32_BIT = armv7
           ARCHS_STANDARD_64_BIT = arm64
           ARCHS_STANDARD_INCLUDING_64_BIT = arm64
           ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
           ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
           AVAILABLE_PLATFORMS = appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator
           BITCODE_GENERATION_MODE = marker
           BUILD_ACTIVE_RESOURCES_ONLY = NO
           BUILD_COMPONENTS = headers build
           BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
           BUILD_LIBRARY_FOR_DISTRIBUTION = NO
           BUILD_ROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Products
           BUILD_STYLE = 
           BUILD_VARIANTS = normal
           BUILT_PRODUCTS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
           BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
           BUNDLE_EXTENSIONS_FOLDER_PATH = Extensions
           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/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode
           CCHROOT = /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/C/com.apple.DeveloperTools/14.3-14E222b/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/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
           CLEAN_PRECOMPS = YES
           CLONE_HEADERS = NO
           COCOAPODS_PARALLEL_CODE_SIGN = true
           CODESIGNING_FOLDER_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Debug-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/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/CompositeSDKs
           COMPRESS_PNG_FILES = YES
           CONFIGURATION = Debug
           CONFIGURATION_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           CONFIGURATION_TEMP_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
           CONTENTS_FOLDER_PATH = Runner.app
           CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Contents
           CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES = 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-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform
           CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
           CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
           CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator16.4
           CP = /bin/cp
           CREATE_INFOPLIST_SECTION_IN_BINARY = NO
           CURRENT_ARCH = arm64
           CURRENT_PROJECT_VERSION = 0.1.0
           CURRENT_VARIANT = normal
           DART_OBFUSCATION = false
           DEAD_CODE_STRIPPING = YES
           DEBUGGING_SYMBOLS = YES
           DEBUG_INFORMATION_FORMAT = dwarf
           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_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
           DEPLOYMENT_TARGET_SUGGESTED_VALUES = 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4
           DERIVED_FILES_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
           DERIVED_FILE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
           DERIVED_SOURCES_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
           DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications
           DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin
           DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Developer
           DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library/Frameworks
           DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode-14.3.app/Contents/Developer/Library/Frameworks
           DEVELOPER_LIBRARY_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library
           DEVELOPER_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
           DEVELOPER_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Tools
           DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr
           DEVELOPMENT_LANGUAGE = en
           DEVELOPMENT_TEAM = 6XBF34DN79
           DIFF = /usr/bin/diff
           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-14.3.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/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           EAGER_LINKING = NO
           EFFECTIVE_PLATFORM_NAME = -iphoneos
           EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
           EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
           ENABLE_APP_SANDBOX = NO
           ENABLE_BITCODE = NO
           ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
           ENABLE_DEFAULT_SEARCH_PATHS = YES
           ENABLE_HARDENED_RUNTIME = NO
           ENABLE_HEADER_DEPENDENCIES = YES
           ENABLE_ON_DEMAND_RESOURCES = YES
           ENABLE_STRICT_OBJC_MSGSEND = YES
           ENABLE_TESTABILITY = YES
           ENABLE_TESTING_SEARCH_PATHS = NO
           ENABLE_USER_SCRIPT_SANDBOXING = NO
           ENTITLEMENTS_ALLOWED = YES
           ENTITLEMENTS_DESTINATION = Signature
           ENTITLEMENTS_REQUIRED = NO
           EXCLUDED_ARCHS = armv7
           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_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/MacOS
           EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app
           EXECUTABLE_NAME = Runner
           EXECUTABLE_PATH = Runner.app/Runner
           EXPANDED_CODE_SIGN_IDENTITY = 
           EXPANDED_CODE_SIGN_IDENTITY_NAME = 
           EXPANDED_PROVISIONING_PROFILE = 
           EXTENSIONS_FOLDER_PATH = Runner.app/Extensions
           FILE_LIST = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
           FIXED_FILES_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
           FLUTTER_APPLICATION_PATH = /Users/tonyblum/VSProjects/tester
           FLUTTER_BUILD_DIR = build
           FLUTTER_BUILD_NAME = 0.1.0
           FLUTTER_BUILD_NUMBER = 0.1.0
           FLUTTER_ROOT = /Users/tonyblum/development/flutter
           FLUTTER_TARGET = lib/main.dart
           FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
           FRAMEWORK_FLAG_PREFIX = -framework
           FRAMEWORK_VERSION = A
           FULL_PRODUCT_NAME = Runner.app
           FUSE_BUILD_PHASES = YES
           FUSE_BUILD_SCRIPT_PHASES = NO
           GCC3_VERSION = 3.3
           GCC_C_LANGUAGE_STANDARD = gnu99
           GCC_DYNAMIC_NO_PIC = NO
           GCC_INLINES_ARE_PRIVATE_EXTERN = YES
           GCC_NO_COMMON_BLOCKS = YES
           GCC_OPTIMIZATION_LEVEL = 0
           GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
           GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1  COCOAPODS=1
           GCC_SYMBOLS_PRIVATE_EXTERN = NO
           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/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
           GENERATE_INFOPLIST_FILE = NO
           GENERATE_INTERMEDIATE_TEXT_BASED_STUBS = YES
           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
           HIDE_BITCODE_SYMBOLS = YES
           HOME = /Users/tonyblum
           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 = tonyblum
           INSTALL_PATH = /Applications
           INSTALL_ROOT = /tmp/Runner.dst
           IPHONEOS_DEPLOYMENT_TARGET = 12.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_CFLAGS_CLASSIC = -DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
           KASAN_CFLAGS_TBI = -DKASAN=1 -DKASAN_TBI=1 -fsanitize=kernel-hwaddress -mllvm -hwasan-recover=0 -mllvm -hwasan-instrument-atomics=0 -mllvm -hwasan-instrument-stack=1 -mllvm -hwasan-uar-retag-to-zero=1 -mllvm -hwasan-generate-tags-with-calls=1 -mllvm -hwasan-instrument-with-calls=1 -mllvm -hwasan-use-short-granules=0  -mllvm -hwasan-memory-access-callback-prefix=__asan_
           KASAN_DEFAULT_CFLAGS = -DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
           KEEP_PRIVATE_EXTERNS = NO
           LD_DEPENDENCY_INFO_FILE = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
           LD_GENERATE_MAP_FILE = NO
           LD_MAP_FILE_PATH = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
           LD_NO_PIE = NO
           LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
           LD_RUNPATH_SEARCH_PATHS =  @executable_path/Frameworks
           LD_RUNPATH_SEARCH_PATHS_YES = @loader_path/../Frameworks
           LEGACY_DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Frameworks/Xcode3Core.framework/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_WITH_STANDARD_LIBRARIES = YES
           LLVM_TARGET_TRIPLE_OS_VERSION = ios12.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 = 22E261
           MAC_OS_X_VERSION_ACTUAL = 130301
           MAC_OS_X_VERSION_MAJOR = 130000
           MAC_OS_X_VERSION_MINOR = 130300
           METAL_LIBRARY_FILE_BASE = default
           METAL_LIBRARY_OUTPUT_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos/Runner.app
           MODULES_FOLDER_PATH = Runner.app/Modules
           MODULE_CACHE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
           MTL_ENABLE_DEBUG_INFO = YES
           NATIVE_ARCH = arm64e
           NATIVE_ARCH_32_BIT = i386
           NATIVE_ARCH_64_BIT = arm64e
           NATIVE_ARCH_ACTUAL = arm64e
           NO_COMMON = YES
           OBJECT_FILE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
           OBJECT_FILE_DIR_normal = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
           OBJROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex
           ONLY_ACTIVE_ARCH = YES
           OS = MACOS
           OSAC = /usr/bin/osacompile
           PACKAGE_CONFIG = .dart_tool/package_config.json
           PACKAGE_TYPE = com.apple.package-type.wrapper.application
           PASCAL_STRINGS = YES
           PATH = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin:/usr/local/bin:/Users/tonyblum/development/flutter/bin/:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/tonyblum/development/flutter/bin/:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/tonyblum/.pub-cache/bin:/Users/tonyblum/development/flutter/bin:/Users/tonyblum/.pub-cache/bin:/Users/tonyblum/development/flutter/bin
           PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode-14.3.app/Contents/Developer/Headers /Applications/Xcode-14.3.app/Contents/Developer/SDKs /Applications/Xcode-14.3.app/Contents/Developer/Platforms
           PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
           PFE_FILE_C_DIALECTS = objective-c
           PKGINFO_FILE_PATH = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
           PKGINFO_PATH = Runner.app/PkgInfo
           PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
           PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
           PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode-14.3.app/Contents/Frameworks/Xcode3Core.framework/SharedSupport/Developer/Library
           PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
           PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
           PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
           PLATFORM_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform
           PLATFORM_DISPLAY_NAME = iOS
           PLATFORM_NAME = iphoneos
           PLATFORM_PREFERRED_ARCH = undefined_arch
           PLATFORM_PRODUCT_BUILD_VERSION = 20E238
           PLIST_FILE_OUTPUT_FORMAT = binary
           PLUGINS_FOLDER_PATH = Runner.app/PlugIns
           PODS_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
           PODS_CONFIGURATION_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           PODS_PODFILE_DIR_PATH = /Users/tonyblum/VSProjects/tester/ios/.
           PODS_ROOT = /Users/tonyblum/VSProjects/tester/ios/Pods
           PODS_XCFRAMEWORKS_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos/XCFrameworkIntermediates
           PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
           PRECOMP_DESTINATION_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
           PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
           PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
           PRODUCT_BUNDLE_IDENTIFIER = com.emaren.tester
           PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
           PRODUCT_MODULE_NAME = Runner
           PRODUCT_NAME = Runner
           PRODUCT_SETTINGS_PATH = /Users/tonyblum/VSProjects/tester/ios/Runner/Info.plist
           PRODUCT_TYPE = com.apple.product-type.application
           PROFILING_CODE = NO
           PROJECT = Runner
           PROJECT_DERIVED_FILE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/DerivedSources
           PROJECT_DIR = /Users/tonyblum/VSProjects/tester/ios
           PROJECT_FILE_PATH = /Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj
           PROJECT_NAME = Runner
           PROJECT_TEMP_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build
           PROJECT_TEMP_ROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex
           PROVISIONING_PROFILE_REQUIRED = YES
           PROVISIONING_PROFILE_REQUIRED_YES_YES = YES
           PROVISIONING_PROFILE_SUPPORTED = 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
           REZ_COLLECTOR_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
           REZ_OBJECTS_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
           SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
           SCRIPTS_FOLDER_PATH = Runner.app/Scripts
           SDKROOT = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk
           SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk
           SDK_DIR_iphoneos16_4 = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk
           SDK_NAME = iphoneos16.4
           SDK_NAMES = iphoneos16.4
           SDK_PRODUCT_BUILD_VERSION = 20E238
           SDK_STAT_CACHE_ENABLE = YES
           SDK_VERSION = 16.4
           SDK_VERSION_ACTUAL = 160400
           SDK_VERSION_MAJOR = 160000
           SDK_VERSION_MINOR = 160400
           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
           SHALLOW_BUNDLE_TRIPLE = ios
           SHALLOW_BUNDLE_ios_macabi = NO
           SHALLOW_BUNDLE_macos = NO
           SHARED_DERIVED_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos/DerivedSources
           SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
           SHARED_PRECOMPS_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/PrecompiledHeaders
           SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
           SKIP_INSTALL = NO
           SOURCE_ROOT = /Users/tonyblum/VSProjects/tester/ios
           SRCROOT = /Users/tonyblum/VSProjects/tester/ios
           STRINGSDATA_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64
           STRINGSDATA_ROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           STRINGS_FILE_INFOPLIST_RENAME = YES
           STRINGS_FILE_OUTPUT_ENCODING = binary
           STRIP_BITCODE_FROM_COPIED_FILES = NO
           STRIP_INSTALLED_PRODUCT = YES
           STRIP_STYLE = all
           STRIP_SWIFT_SYMBOLS = YES
           SUPPORTED_DEVICE_FAMILIES = 1,2
           SUPPORTED_PLATFORMS = iphonesimulator iphoneos
           SUPPORTS_MACCATALYST = NO
           SUPPORTS_ON_DEMAND_RESOURCES = YES
           SUPPORTS_TEXT_BASED_API = NO
           SWIFT_EMIT_LOC_STRINGS = NO
           SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
           SWIFT_OPTIMIZATION_LEVEL = -Onone
           SWIFT_PLATFORM_TARGET_PREFIX = ios
           SWIFT_VERSION = 5.0
           SYMROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Products
           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-14.3.app/Contents/Developer/Applications
           SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin
           SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Utilities/Built Examples
           SYSTEM_DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Developer
           SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library
           SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Graphics Tools
           SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Java Tools
           SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Performance Tools
           SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/releasenotes
           SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode-14.3.app/Contents/Developer/Tools
           SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
           SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
           SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr
           SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Utilities
           SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
           SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
           SYSTEM_EXTENSIONS_FOLDER_PATH = Runner.app/SystemExtensions
           SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Library/SystemExtensions
           SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app/SystemExtensions
           SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
           SYSTEM_LIBRARY_DIR = /System/Library
           TAPI_DEMANGLE = YES
           TAPI_ENABLE_PROJECT_HEADERS = NO
           TAPI_LANGUAGE = objective-c
           TAPI_LANGUAGE_STANDARD = compiler-default
           TAPI_VERIFY_MODE = ErrorsOnly
           TARGETED_DEVICE_FAMILY = 1,2
           TARGETNAME = Runner
           TARGET_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           TARGET_NAME = Runner
           TARGET_TEMP_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           TEMP_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           TEMP_FILES_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           TEMP_FILE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           TEMP_ROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex
           TEST_FRAMEWORK_SEARCH_PATHS =  /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/Developer/Library/Frameworks
           TEST_LIBRARY_SEARCH_PATHS =  /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib
           TOOLCHAIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
           TRACK_WIDGET_CREATION = true
           TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
           TREE_SHAKE_ICONS = false
           UID = 501
           UNINSTALLED_PRODUCTS_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/UninstalledProducts
           UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
           UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Resources
           UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app
           UNSTRIPPED_PRODUCT = NO
           USER = tonyblum
           USER_APPS_DIR = /Users/tonyblum/Applications
           USER_LIBRARY_DIR = /Users/tonyblum/Library
           USE_DYNAMIC_NO_PIC = YES
           USE_HEADERMAP = YES
           USE_HEADER_SYMLINKS = NO
           USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
           VALIDATE_PRODUCT = NO
           VALID_ARCHS = arm64 arm64e armv7 armv7s
           VERBOSE_PBXCP = NO
           VERSIONING_SYSTEM = apple-generic
           VERSIONPLIST_PATH = Runner.app/version.plist
           VERSION_INFO_BUILDER = tonyblum
           VERSION_INFO_FILE = Runner_vers.c
           VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-0.1.0"
           WRAPPER_EXTENSION = app
           WRAPPER_NAME = Runner.app
           WRAPPER_SUFFIX = .app
           WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
           XCODE_APP_SUPPORT_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library/Xcode
           XCODE_PRODUCT_BUILD_VERSION = 14E222b
           XCODE_VERSION_ACTUAL = 1430
           XCODE_VERSION_MAJOR = 1400
           XCODE_VERSION_MINOR = 1430
           XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
           YACC = yacc
           _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO = /Contents
           _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO = /..
           _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO = /Resources
           __IS_NOT_MACOS = YES
           __IS_NOT_MACOS_macosx = NO
           __IS_NOT_SIMULATOR = YES
           __IS_NOT_SIMULATOR_simulator = NO
           arch = arm64
           variant = normal

       2023-05-20 09:51:47.594 xcodebuild[7223:44078] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
       2023-05-20 09:51:48.674 xcodebuild[7223:44078] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x11e4b1620: name:Docs.docc path:group:Docs.docc> Failed to load container at path: /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/SourcePackages/checkouts/swift-protobuf/Sources/protoc-gen-swift/Docs.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
       2023-05-20 09:51:50.401 xcodebuild[7223:44256] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition

[ +4 ms] executing: /usr/bin/plutil -convert xml1 -o - /Users/tonyblum/VSProjects/tester/ios/Runner/Info.plist [ +6 ms] Exit code 0 from: /usr/bin/plutil -convert xml1 -o - /Users/tonyblum/VSProjects/tester/ios/Runner/Info.plist [ ] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName Tester CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName tester CFBundlePackageType APPL CFBundleShortVersionString $(FLUTTER_BUILD_NAME) CFBundleSignature ???? CFBundleVersion $(FLUTTER_BUILD_NUMBER) LSRequiresIPhoneOS UIApplicationSupportsIndirectInputEvents UILaunchStoryboardName LaunchScreen UIMainStoryboardFile Main UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance

[ +6 ms] Building Runner.app for 00008030-00024D303410402E [ +14 ms] executing: xattr -r -d com.apple.FinderInfo /Users/tonyblum/VSProjects/tester [ +13 ms] executing: [/Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj/] /usr/bin/arch -arm64e xcrun xcodebuild -project /Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination id=00008030-00024D303410402E -showBuildSettings BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios [ ] executing: [/Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj/] /usr/bin/arch -arm64e xcrun xcodebuild -project /Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination id=00008030-00024D303410402E -showBuildSettings BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios [+3082 ms] Command line invocation: /Applications/Xcode-14.3.app/Contents/Developer/usr/bin/xcodebuild -project /Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination id=00008030-00024D303410402E -showBuildSettings BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios

       User defaults from command line:
           IDEPackageSupportUseBuiltinSCM = YES

       Build settings from command line:
           BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios

       Resolve Package Graph

       Resolved source packages:
         SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.21.0
         leveldb: https://github.com/firebase/leveldb.git @ 1.22.2
         GoogleDataTransport: https://github.com/google/GoogleDataTransport.git @ 9.2.2
         GTMSessionFetcher: https://github.com/google/gtm-session-fetcher.git @ 3.1.1
         abseil: https://github.com/google/abseil-cpp-binary.git @ 1.2021110200.0
         Firebase: https://github.com/firebase/firebase-ios-sdk @ 10.9.0
         GoogleUtilities: https://github.com/google/GoogleUtilities.git @ 7.11.1
         GoogleAppMeasurement: https://github.com/google/GoogleAppMeasurement.git @ 10.9.0
         nanopb: https://github.com/firebase/nanopb.git @ 2.30909.0
         Promises: https://github.com/google/promises.git @ 2.2.0
         gRPC: https://github.com/google/grpc-binary.git @ 1.44.0

       Build settings for action build and target Runner:
           ACTION = build
           AD_HOC_CODE_SIGNING_ALLOWED = NO
           ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO
           ALTERNATE_GROUP = staff
           ALTERNATE_MODE = u+w,go-w,a+rX
           ALTERNATE_OWNER = tonyblum
           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
           ARCHS_STANDARD = arm64
           ARCHS_STANDARD_32_64_BIT = armv7 arm64
           ARCHS_STANDARD_32_BIT = armv7
           ARCHS_STANDARD_64_BIT = arm64
           ARCHS_STANDARD_INCLUDING_64_BIT = arm64
           ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
           ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
           AVAILABLE_PLATFORMS = appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator
           BITCODE_GENERATION_MODE = marker
           BUILD_ACTIVE_RESOURCES_ONLY = NO
           BUILD_COMPONENTS = headers build
           BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
           BUILD_LIBRARY_FOR_DISTRIBUTION = NO
           BUILD_ROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Products
           BUILD_STYLE = 
           BUILD_VARIANTS = normal
           BUILT_PRODUCTS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
           BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
           BUNDLE_EXTENSIONS_FOLDER_PATH = Extensions
           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/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode
           CCHROOT = /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/C/com.apple.DeveloperTools/14.3-14E222b/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/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
           CLEAN_PRECOMPS = YES
           CLONE_HEADERS = NO
           COCOAPODS_PARALLEL_CODE_SIGN = true
           CODESIGNING_FOLDER_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Debug-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/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/CompositeSDKs
           COMPRESS_PNG_FILES = YES
           CONFIGURATION = Debug
           CONFIGURATION_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           CONFIGURATION_TEMP_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
           CONTENTS_FOLDER_PATH = Runner.app
           CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Contents
           CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES = 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-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform
           CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
           CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
           CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator16.4
           CP = /bin/cp
           CREATE_INFOPLIST_SECTION_IN_BINARY = NO
           CURRENT_ARCH = arm64
           CURRENT_PROJECT_VERSION = 0.1.0
           CURRENT_VARIANT = normal
           DART_OBFUSCATION = false
           DEAD_CODE_STRIPPING = YES
           DEBUGGING_SYMBOLS = YES
           DEBUG_INFORMATION_FORMAT = dwarf
           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_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
           DEPLOYMENT_TARGET_SUGGESTED_VALUES = 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4
           DERIVED_FILES_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
           DERIVED_FILE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
           DERIVED_SOURCES_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
           DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications
           DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin
           DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Developer
           DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library/Frameworks
           DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode-14.3.app/Contents/Developer/Library/Frameworks
           DEVELOPER_LIBRARY_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library
           DEVELOPER_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
           DEVELOPER_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Tools
           DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr
           DEVELOPMENT_LANGUAGE = en
           DEVELOPMENT_TEAM = 6XBF34DN79
           DIFF = /usr/bin/diff
           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-14.3.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/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           EAGER_LINKING = NO
           EFFECTIVE_PLATFORM_NAME = -iphoneos
           EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
           EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
           ENABLE_APP_SANDBOX = NO
           ENABLE_BITCODE = NO
           ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
           ENABLE_DEFAULT_SEARCH_PATHS = YES
           ENABLE_HARDENED_RUNTIME = NO
           ENABLE_HEADER_DEPENDENCIES = YES
           ENABLE_ON_DEMAND_RESOURCES = YES
           ENABLE_STRICT_OBJC_MSGSEND = YES
           ENABLE_TESTABILITY = YES
           ENABLE_TESTING_SEARCH_PATHS = NO
           ENABLE_USER_SCRIPT_SANDBOXING = NO
           ENTITLEMENTS_ALLOWED = YES
           ENTITLEMENTS_DESTINATION = Signature
           ENTITLEMENTS_REQUIRED = NO
           EXCLUDED_ARCHS = armv7
           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_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/MacOS
           EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app
           EXECUTABLE_NAME = Runner
           EXECUTABLE_PATH = Runner.app/Runner
           EXPANDED_CODE_SIGN_IDENTITY = 
           EXPANDED_CODE_SIGN_IDENTITY_NAME = 
           EXPANDED_PROVISIONING_PROFILE = 
           EXTENSIONS_FOLDER_PATH = Runner.app/Extensions
           FILE_LIST = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
           FIXED_FILES_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
           FLUTTER_APPLICATION_PATH = /Users/tonyblum/VSProjects/tester
           FLUTTER_BUILD_DIR = build
           FLUTTER_BUILD_NAME = 0.1.0
           FLUTTER_BUILD_NUMBER = 0.1.0
           FLUTTER_ROOT = /Users/tonyblum/development/flutter
           FLUTTER_TARGET = lib/main.dart
           FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
           FRAMEWORK_FLAG_PREFIX = -framework
           FRAMEWORK_VERSION = A
           FULL_PRODUCT_NAME = Runner.app
           FUSE_BUILD_PHASES = YES
           FUSE_BUILD_SCRIPT_PHASES = NO
           GCC3_VERSION = 3.3
           GCC_C_LANGUAGE_STANDARD = gnu99
           GCC_DYNAMIC_NO_PIC = NO
           GCC_INLINES_ARE_PRIVATE_EXTERN = YES
           GCC_NO_COMMON_BLOCKS = YES
           GCC_OPTIMIZATION_LEVEL = 0
           GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
           GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1  COCOAPODS=1
           GCC_SYMBOLS_PRIVATE_EXTERN = NO
           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/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
           GENERATE_INFOPLIST_FILE = NO
           GENERATE_INTERMEDIATE_TEXT_BASED_STUBS = YES
           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
           HIDE_BITCODE_SYMBOLS = YES
           HOME = /Users/tonyblum
           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 = tonyblum
           INSTALL_PATH = /Applications
           INSTALL_ROOT = /tmp/Runner.dst
           IPHONEOS_DEPLOYMENT_TARGET = 12.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_CFLAGS_CLASSIC = -DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
           KASAN_CFLAGS_TBI = -DKASAN=1 -DKASAN_TBI=1 -fsanitize=kernel-hwaddress -mllvm -hwasan-recover=0 -mllvm -hwasan-instrument-atomics=0 -mllvm -hwasan-instrument-stack=1 -mllvm -hwasan-uar-retag-to-zero=1 -mllvm -hwasan-generate-tags-with-calls=1 -mllvm -hwasan-instrument-with-calls=1 -mllvm -hwasan-use-short-granules=0  -mllvm -hwasan-memory-access-callback-prefix=__asan_
           KASAN_DEFAULT_CFLAGS = -DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
           KEEP_PRIVATE_EXTERNS = NO
           LD_DEPENDENCY_INFO_FILE = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
           LD_GENERATE_MAP_FILE = NO
           LD_MAP_FILE_PATH = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
           LD_NO_PIE = NO
           LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
           LD_RUNPATH_SEARCH_PATHS =  @executable_path/Frameworks
           LD_RUNPATH_SEARCH_PATHS_YES = @loader_path/../Frameworks
           LEGACY_DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Frameworks/Xcode3Core.framework/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_WITH_STANDARD_LIBRARIES = YES
           LLVM_TARGET_TRIPLE_OS_VERSION = ios12.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 = 22E261
           MAC_OS_X_VERSION_ACTUAL = 130301
           MAC_OS_X_VERSION_MAJOR = 130000
           MAC_OS_X_VERSION_MINOR = 130300
           METAL_LIBRARY_FILE_BASE = default
           METAL_LIBRARY_OUTPUT_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos/Runner.app
           MODULES_FOLDER_PATH = Runner.app/Modules
           MODULE_CACHE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
           MTL_ENABLE_DEBUG_INFO = YES
           NATIVE_ARCH = arm64e
           NATIVE_ARCH_32_BIT = i386
           NATIVE_ARCH_64_BIT = arm64e
           NATIVE_ARCH_ACTUAL = arm64e
           NO_COMMON = YES
           OBJECT_FILE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
           OBJECT_FILE_DIR_normal = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
           OBJROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex
           ONLY_ACTIVE_ARCH = YES
           OS = MACOS
           OSAC = /usr/bin/osacompile
           PACKAGE_CONFIG = .dart_tool/package_config.json
           PACKAGE_TYPE = com.apple.package-type.wrapper.application
           PASCAL_STRINGS = YES
           PATH = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin:/usr/local/bin:/Users/tonyblum/development/flutter/bin/:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/tonyblum/development/flutter/bin/:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/tonyblum/.pub-cache/bin:/Users/tonyblum/development/flutter/bin:/Users/tonyblum/.pub-cache/bin:/Users/tonyblum/development/flutter/bin
           PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode-14.3.app/Contents/Developer/Headers /Applications/Xcode-14.3.app/Contents/Developer/SDKs /Applications/Xcode-14.3.app/Contents/Developer/Platforms
           PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
           PFE_FILE_C_DIALECTS = objective-c
           PKGINFO_FILE_PATH = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
           PKGINFO_PATH = Runner.app/PkgInfo
           PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
           PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
           PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode-14.3.app/Contents/Frameworks/Xcode3Core.framework/SharedSupport/Developer/Library
           PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
           PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
           PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
           PLATFORM_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform
           PLATFORM_DISPLAY_NAME = iOS
           PLATFORM_NAME = iphoneos
           PLATFORM_PREFERRED_ARCH = undefined_arch
           PLATFORM_PRODUCT_BUILD_VERSION = 20E238
           PLIST_FILE_OUTPUT_FORMAT = binary
           PLUGINS_FOLDER_PATH = Runner.app/PlugIns
           PODS_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
           PODS_CONFIGURATION_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           PODS_PODFILE_DIR_PATH = /Users/tonyblum/VSProjects/tester/ios/.
           PODS_ROOT = /Users/tonyblum/VSProjects/tester/ios/Pods
           PODS_XCFRAMEWORKS_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos/XCFrameworkIntermediates
           PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
           PRECOMP_DESTINATION_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
           PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
           PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
           PRODUCT_BUNDLE_IDENTIFIER = com.emaren.tester
           PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
           PRODUCT_MODULE_NAME = Runner
           PRODUCT_NAME = Runner
           PRODUCT_SETTINGS_PATH = /Users/tonyblum/VSProjects/tester/ios/Runner/Info.plist
           PRODUCT_TYPE = com.apple.product-type.application
           PROFILING_CODE = NO
           PROJECT = Runner
           PROJECT_DERIVED_FILE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/DerivedSources
           PROJECT_DIR = /Users/tonyblum/VSProjects/tester/ios
           PROJECT_FILE_PATH = /Users/tonyblum/VSProjects/tester/ios/Runner.xcodeproj
           PROJECT_NAME = Runner
           PROJECT_TEMP_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build
           PROJECT_TEMP_ROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex
           PROVISIONING_PROFILE_REQUIRED = YES
           PROVISIONING_PROFILE_REQUIRED_YES_YES = YES
           PROVISIONING_PROFILE_SUPPORTED = 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
           REZ_COLLECTOR_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
           REZ_OBJECTS_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
           SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
           SCRIPTS_FOLDER_PATH = Runner.app/Scripts
           SDKROOT = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk
           SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk
           SDK_DIR_iphoneos16_4 = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk
           SDK_NAME = iphoneos16.4
           SDK_NAMES = iphoneos16.4
           SDK_PRODUCT_BUILD_VERSION = 20E238
           SDK_STAT_CACHE_ENABLE = YES
           SDK_VERSION = 16.4
           SDK_VERSION_ACTUAL = 160400
           SDK_VERSION_MAJOR = 160000
           SDK_VERSION_MINOR = 160400
           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
           SHALLOW_BUNDLE_TRIPLE = ios
           SHALLOW_BUNDLE_ios_macabi = NO
           SHALLOW_BUNDLE_macos = NO
           SHARED_DERIVED_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos/DerivedSources
           SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
           SHARED_PRECOMPS_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/PrecompiledHeaders
           SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
           SKIP_INSTALL = NO
           SOURCE_ROOT = /Users/tonyblum/VSProjects/tester/ios
           SRCROOT = /Users/tonyblum/VSProjects/tester/ios
           STRINGSDATA_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64
           STRINGSDATA_ROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           STRINGS_FILE_INFOPLIST_RENAME = YES
           STRINGS_FILE_OUTPUT_ENCODING = binary
           STRIP_BITCODE_FROM_COPIED_FILES = NO
           STRIP_INSTALLED_PRODUCT = YES
           STRIP_STYLE = all
           STRIP_SWIFT_SYMBOLS = YES
           SUPPORTED_DEVICE_FAMILIES = 1,2
           SUPPORTED_PLATFORMS = iphonesimulator iphoneos
           SUPPORTS_MACCATALYST = NO
           SUPPORTS_ON_DEMAND_RESOURCES = YES
           SUPPORTS_TEXT_BASED_API = NO
           SWIFT_EMIT_LOC_STRINGS = NO
           SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
           SWIFT_OPTIMIZATION_LEVEL = -Onone
           SWIFT_PLATFORM_TARGET_PREFIX = ios
           SWIFT_VERSION = 5.0
           SYMROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Products
           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-14.3.app/Contents/Developer/Applications
           SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin
           SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Utilities/Built Examples
           SYSTEM_DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Developer
           SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library
           SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Graphics Tools
           SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Java Tools
           SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Performance Tools
           SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/releasenotes
           SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode-14.3.app/Contents/Developer/Tools
           SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
           SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
           SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr
           SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Utilities
           SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
           SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
           SYSTEM_EXTENSIONS_FOLDER_PATH = Runner.app/SystemExtensions
           SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Library/SystemExtensions
           SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app/SystemExtensions
           SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
           SYSTEM_LIBRARY_DIR = /System/Library
           TAPI_DEMANGLE = YES
           TAPI_ENABLE_PROJECT_HEADERS = NO
           TAPI_LANGUAGE = objective-c
           TAPI_LANGUAGE_STANDARD = compiler-default
           TAPI_VERIFY_MODE = ErrorsOnly
           TARGETED_DEVICE_FAMILY = 1,2
           TARGETNAME = Runner
           TARGET_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Debug-iphoneos
           TARGET_NAME = Runner
           TARGET_TEMP_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           TEMP_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           TEMP_FILES_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           TEMP_FILE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
           TEMP_ROOT = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex
           TEST_FRAMEWORK_SEARCH_PATHS =  /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk/Developer/Library/Frameworks
           TEST_LIBRARY_SEARCH_PATHS =  /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib
           TOOLCHAIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
           TRACK_WIDGET_CREATION = true
           TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
           TREE_SHAKE_ICONS = false
           UID = 501
           UNINSTALLED_PRODUCTS_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/Build/Intermediates.noindex/UninstalledProducts
           UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
           UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Resources
           UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app
           UNSTRIPPED_PRODUCT = NO
           USER = tonyblum
           USER_APPS_DIR = /Users/tonyblum/Applications
           USER_LIBRARY_DIR = /Users/tonyblum/Library
           USE_DYNAMIC_NO_PIC = YES
           USE_HEADERMAP = YES
           USE_HEADER_SYMLINKS = NO
           USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
           VALIDATE_PRODUCT = NO
           VALID_ARCHS = arm64 arm64e armv7 armv7s
           VERBOSE_PBXCP = NO
           VERSIONING_SYSTEM = apple-generic
           VERSIONPLIST_PATH = Runner.app/version.plist
           VERSION_INFO_BUILDER = tonyblum
           VERSION_INFO_FILE = Runner_vers.c
           VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-0.1.0"
           WRAPPER_EXTENSION = app
           WRAPPER_NAME = Runner.app
           WRAPPER_SUFFIX = .app
           WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
           XCODE_APP_SUPPORT_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library/Xcode
           XCODE_PRODUCT_BUILD_VERSION = 14E222b
           XCODE_VERSION_ACTUAL = 1430
           XCODE_VERSION_MAJOR = 1400
           XCODE_VERSION_MINOR = 1430
           XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
           YACC = yacc
           _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO = /Contents
           _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO = /..
           _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO = /Resources
           __IS_NOT_MACOS = YES
           __IS_NOT_MACOS_macosx = NO
           __IS_NOT_SIMULATOR = YES
           __IS_NOT_SIMULATOR_simulator = NO
           arch = arm64
           variant = normal

       2023-05-20 09:51:50.875 xcodebuild[7277:44343] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
       2023-05-20 09:51:51.925 xcodebuild[7277:44343] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x129d651c0: name:Docs.docc path:group:Docs.docc> Failed to load container at path: /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-bbegxwgrnnrvtvgcvbecxypfnfim/SourcePackages/checkouts/swift-protobuf/Sources/protoc-gen-swift/Docs.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
       2023-05-20 09:51:53.531 xcodebuild[7277:44516] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition

[ +1 ms] Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 [ +1 ms] executing: [/Users/tonyblum/VSProjects/tester/ios/Pods/Pods.xcodeproj/] /usr/bin/arch -arm64e xcrun xcodebuild -alltargets -sdk iphonesimulator -project /Users/tonyblum/VSProjects/tester/ios/Pods/Pods.xcodeproj -showBuildSettings BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios OBJROOT=/Users/tonyblum/VSProjects/tester/build/ios [ ] executing: [/Users/tonyblum/VSProjects/tester/ios/Pods/Pods.xcodeproj/] /usr/bin/arch -arm64e xcrun xcodebuild -alltargets -sdk iphonesimulator -project /Users/tonyblum/VSProjects/tester/ios/Pods/Pods.xcodeproj -showBuildSettings BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios OBJROOT=/Users/tonyblum/VSProjects/tester/build/ios [ +615 ms] Command line invocation: /Applications/Xcode-14.3.app/Contents/Developer/usr/bin/xcodebuild -alltargets -sdk iphonesimulator -project /Users/tonyblum/VSProjects/tester/ios/Pods/Pods.xcodeproj -showBuildSettings BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios OBJROOT=/Users/tonyblum/VSProjects/tester/build/ios

       User defaults from command line:
           IDEPackageSupportUseBuiltinSCM = YES

       Build settings from command line:
           BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
           OBJROOT = /Users/tonyblum/VSProjects/tester/build/ios
           SDKROOT = iphonesimulator16.4

       Build settings for action build and target Pods-Runner:
           ACTION = build
           AD_HOC_CODE_SIGNING_ALLOWED = YES
           ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO
           ALTERNATE_GROUP = staff
           ALTERNATE_MODE = u+w,go-w,a+rX
           ALTERNATE_OWNER = tonyblum
           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 x86_64
           ARCHS_STANDARD = arm64 x86_64
           ARCHS_STANDARD_32_64_BIT = arm64 i386 x86_64
           ARCHS_STANDARD_32_BIT = i386
           ARCHS_STANDARD_64_BIT = arm64 x86_64
           ARCHS_STANDARD_INCLUDING_64_BIT = arm64 x86_64
           ARCHS_UNIVERSAL_IPHONE_OS = arm64 i386 x86_64
           AVAILABLE_PLATFORMS = appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator
           BITCODE_GENERATION_MODE = marker
           BUILD_ACTIVE_RESOURCES_ONLY = NO
           BUILD_COMPONENTS = headers build
           BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
           BUILD_LIBRARY_FOR_DISTRIBUTION = NO
           BUILD_ROOT = /Users/tonyblum/VSProjects/tester/ios/build
           BUILD_STYLE = 
           BUILD_VARIANTS = normal
           BUILT_PRODUCTS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
           BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
           BUNDLE_EXTENSIONS_FOLDER_PATH = Extensions
           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/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode
           CCHROOT = /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode
           CHMOD = /bin/chmod
           CHOWN = /usr/sbin/chown
           CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES
           CLANG_ANALYZER_NONNULL = YES
           CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE
           CLANG_CXX_LANGUAGE_STANDARD = gnu++14
           CLANG_CXX_LIBRARY = libc++
           CLANG_ENABLE_MODULES = YES
           CLANG_ENABLE_OBJC_ARC = YES
           CLANG_ENABLE_OBJC_WEAK = NO
           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_DOCUMENTATION_COMMENTS = YES
           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_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE
           CLANG_WARN_UNREACHABLE_CODE = YES
           CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
           CLASS_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/JavaClasses
           CLEAN_PRECOMPS = YES
           CLONE_HEADERS = NO
           CODESIGNING_FOLDER_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator/Pods_Runner.framework
           CODE_SIGNING_ALLOWED = YES
           CODE_SIGNING_REQUIRED = NO
           CODE_SIGNING_REQUIRES_TEAM = YES
           CODE_SIGN_CONTEXT_CLASS = XCiPhoneSimulatorCodeSignContext
           CODE_SIGN_IDENTITY = -
           CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
           COLOR_DIAGNOSTICS = NO
           COMBINE_HIDPI_IMAGES = NO
           COMPILER_INDEX_STORE_ENABLE = Default
           COMPOSITE_SDK_DIRS = /Users/tonyblum/VSProjects/tester/build/ios/CompositeSDKs
           COMPRESS_PNG_FILES = YES
           CONFIGURATION = Release
           CONFIGURATION_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           CONFIGURATION_TEMP_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator
           CONTENTS_FOLDER_PATH = Pods_Runner.framework
           CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework/A
           CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework
           COPYING_PRESERVES_HFS_DATA = NO
           COPY_HEADERS_RUN_UNIFDEF = NO
           COPY_PHASE_STRIP = NO
           COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
           CORRESPONDING_DEVICE_PLATFORM_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform
           CORRESPONDING_DEVICE_PLATFORM_NAME = iphoneos
           CORRESPONDING_DEVICE_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk
           CORRESPONDING_DEVICE_SDK_NAME = iphoneos16.4
           CP = /bin/cp
           CREATE_INFOPLIST_SECTION_IN_BINARY = NO
           CURRENT_ARCH = x86_64
           CURRENT_PROJECT_VERSION = 1
           CURRENT_VARIANT = normal
           CURRENT_VERSION = Current
           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 = YES
           DEPLOYMENT_LOCATION = NO
           DEPLOYMENT_POSTPROCESSING = NO
           DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
           DEPLOYMENT_TARGET_SUGGESTED_VALUES = 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4
           DERIVED_FILES_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/DerivedSources
           DERIVED_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/DerivedSources
           DERIVED_SOURCES_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/DerivedSources
           DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications
           DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin
           DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Developer
           DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library/Frameworks
           DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode-14.3.app/Contents/Developer/Library/Frameworks
           DEVELOPER_LIBRARY_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library
           DEVELOPER_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
           DEVELOPER_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Tools
           DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr
           DEVELOPMENT_LANGUAGE = en
           DIFF = /usr/bin/diff
           DOCUMENTATION_FOLDER_PATH = Pods_Runner.framework/en.lproj/Documentation
           DONT_GENERATE_INFOPLIST_FILE = NO
           DO_HEADER_SCANNING_IN_JAM = NO
           DSTROOT = /tmp/Pods.dst
           DT_TOOLCHAIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
           DWARF_DSYM_FILE_NAME = Pods_Runner.framework.dSYM
           DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
           DWARF_DSYM_FOLDER_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           DYLIB_COMPATIBILITY_VERSION = 1
           DYLIB_CURRENT_VERSION = 1
           DYLIB_INSTALL_NAME_BASE = @rpath
           EAGER_LINKING = NO
           EFFECTIVE_PLATFORM_NAME = -iphonesimulator
           EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
           EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
           ENABLE_APP_SANDBOX = NO
           ENABLE_BITCODE = NO
           ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
           ENABLE_DEFAULT_SEARCH_PATHS = YES
           ENABLE_HARDENED_RUNTIME = NO
           ENABLE_HEADER_DEPENDENCIES = YES
           ENABLE_NS_ASSERTIONS = NO
           ENABLE_ON_DEMAND_RESOURCES = NO
           ENABLE_STRICT_OBJC_MSGSEND = YES
           ENABLE_TESTABILITY = NO
           ENABLE_TESTING_SEARCH_PATHS = NO
           ENABLE_USER_SCRIPT_SANDBOXING = NO
           ENTITLEMENTS_DESTINATION = __entitlements
           ENTITLEMENTS_REQUIRED = NO
           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 = Pods_Runner.framework/en.lproj
           EXECUTABLE_FOLDER_PATH = Pods_Runner.framework
           EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework
           EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework
           EXECUTABLE_NAME = Pods_Runner
           EXECUTABLE_PATH = Pods_Runner.framework/Pods_Runner
           EXPANDED_CODE_SIGN_IDENTITY = 
           EXPANDED_CODE_SIGN_IDENTITY_NAME = 
           EXPANDED_PROVISIONING_PROFILE = 
           EXTENSIONS_FOLDER_PATH = Pods_Runner.framework/Extensions
           FILE_LIST = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects/LinkFileList
           FIXED_FILES_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/FixedFiles
           FRAMEWORKS_FOLDER_PATH = Pods_Runner.framework/Frameworks
           FRAMEWORK_FLAG_PREFIX = -framework
           FRAMEWORK_VERSION = A
           FULL_PRODUCT_NAME = Pods_Runner.framework
           FUSE_BUILD_PHASES = YES
           FUSE_BUILD_SCRIPT_PHASES = NO
           GCC3_VERSION = 3.3
           GCC_C_LANGUAGE_STANDARD = gnu11
           GCC_INLINES_ARE_PRIVATE_EXTERN = YES
           GCC_NO_COMMON_BLOCKS = YES
           GCC_OBJC_LEGACY_DISPATCH = YES
           GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
           GCC_PREPROCESSOR_DEFINITIONS = POD_CONFIGURATION_RELEASE=1  COCOAPODS=1
           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/tonyblum/VSProjects/tester/build/ios/GeneratedModuleMaps-iphonesimulator
           GENERATE_INFOPLIST_FILE = NO
           GENERATE_INTERMEDIATE_TEXT_BASED_STUBS = YES
           GENERATE_MASTER_OBJECT_FILE = NO
           GENERATE_PKGINFO_FILE = NO
           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 = YES
           HIDE_BITCODE_SYMBOLS = YES
           HOME = /Users/tonyblum
           ICONV = /usr/bin/iconv
           INFOPLIST_EXPAND_BUILD_SETTINGS = YES
           INFOPLIST_FILE = Target Support Files/Pods-Runner/Pods-Runner-Info.plist
           INFOPLIST_OUTPUT_FORMAT = binary
           INFOPLIST_PATH = Pods_Runner.framework/Info.plist
           INFOPLIST_PREPROCESS = NO
           INFOSTRINGS_PATH = Pods_Runner.framework/en.lproj/InfoPlist.strings
           INLINE_PRIVATE_FRAMEWORKS = NO
           INSTALLHDRS_COPY_PHASE = NO
           INSTALLHDRS_SCRIPT_PHASE = NO
           INSTALL_DIR = /tmp/Pods.dst/Library/Frameworks
           INSTALL_GROUP = staff
           INSTALL_MODE_FLAG = u+w,go-w,a+rX
           INSTALL_OWNER = tonyblum
           INSTALL_PATH = /Library/Frameworks
           INSTALL_ROOT = /tmp/Pods.dst
           IPHONEOS_DEPLOYMENT_TARGET = 12.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 = Pods_Runner.framework/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
           KEEP_PRIVATE_EXTERNS = NO
           LD_DEPENDENCY_INFO_FILE = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects-normal/x86_64/Pods_Runner_dependency_info.dat
           LD_DYLIB_INSTALL_NAME = @rpath/Pods_Runner.framework/Pods_Runner
           LD_GENERATE_MAP_FILE = NO
           LD_MAP_FILE_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Pods_Runner-LinkMap-normal-x86_64.txt
           LD_NO_PIE = NO
           LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
           LD_RUNPATH_SEARCH_PATHS =  @executable_path/Frameworks @loader_path/Frameworks
           LEGACY_DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Frameworks/Xcode3Core.framework/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_x86_64 = 
           LINK_WITH_STANDARD_LIBRARIES = YES
           LLVM_TARGET_TRIPLE_OS_VERSION = ios12.0
           LLVM_TARGET_TRIPLE_SUFFIX = -simulator
           LLVM_TARGET_TRIPLE_VENDOR = apple
           LOCALIZABLE_CONTENT_DIR = 
           LOCALIZATION_EXPORT_SUPPORTED = YES
           LOCALIZED_RESOURCES_FOLDER_PATH = Pods_Runner.framework/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 = staticlib
           MAC_OS_X_PRODUCT_BUILD_VERSION = 22E261
           MAC_OS_X_VERSION_ACTUAL = 130301
           MAC_OS_X_VERSION_MAJOR = 130000
           MAC_OS_X_VERSION_MINOR = 130300
           METAL_LIBRARY_FILE_BASE = default
           METAL_LIBRARY_OUTPUT_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator/Pods_Runner.framework
           MODULEMAP_FILE = Target Support Files/Pods-Runner/Pods-Runner.modulemap
           MODULES_FOLDER_PATH = Pods_Runner.framework/Modules
           MODULE_CACHE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
           MTL_ENABLE_DEBUG_INFO = NO
           MTL_FAST_MATH = YES
           NATIVE_ARCH = arm64e
           NATIVE_ARCH_32_BIT = i386
           NATIVE_ARCH_64_BIT = arm64e
           NATIVE_ARCH_ACTUAL = arm64e
           NO_COMMON = YES
           OBJC_ABI_VERSION = 2
           OBJECT_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects
           OBJECT_FILE_DIR_normal = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects-normal
           OBJROOT = /Users/tonyblum/VSProjects/tester/build/ios
           ONLY_ACTIVE_ARCH = NO
           OS = MACOS
           OSAC = /usr/bin/osacompile
           PACKAGE_TYPE = com.apple.package-type.wrapper.framework
           PASCAL_STRINGS = YES
           PATH = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin:/usr/local/bin:/Users/tonyblum/development/flutter/bin/:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/tonyblum/development/flutter/bin/:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/tonyblum/.pub-cache/bin:/Users/tonyblum/development/flutter/bin:/Users/tonyblum/.pub-cache/bin:/Users/tonyblum/development/flutter/bin
           PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode-14.3.app/Contents/Developer/Headers /Applications/Xcode-14.3.app/Contents/Developer/SDKs /Applications/Xcode-14.3.app/Contents/Developer/Platforms
           PBDEVELOPMENTPLIST_PATH = Pods_Runner.framework/pbdevelopment.plist
           PFE_FILE_C_DIALECTS = objective-c
           PKGINFO_FILE_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/PkgInfo
           PKGINFO_PATH = Pods_Runner.framework/PkgInfo
           PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
           PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
           PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode-14.3.app/Contents/Frameworks/Xcode3Core.framework/SharedSupport/Developer/Library
           PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
           PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
           PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
           PLATFORM_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform
           PLATFORM_DISPLAY_NAME = iOS Simulator
           PLATFORM_NAME = iphonesimulator
           PLATFORM_PREFERRED_ARCH = undefined_arch
           PLATFORM_PRODUCT_BUILD_VERSION = 20E238
           PLIST_FILE_OUTPUT_FORMAT = binary
           PLUGINS_FOLDER_PATH = Pods_Runner.framework/PlugIns
           PODS_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
           PODS_CONFIGURATION_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           PODS_PODFILE_DIR_PATH = /Users/tonyblum/VSProjects/tester/ios/Pods/.
           PODS_ROOT = /Users/tonyblum/VSProjects/tester/ios/Pods
           PODS_XCFRAMEWORKS_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator/XCFrameworkIntermediates
           PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
           PRECOMP_DESTINATION_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/PrefixHeaders
           PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
           PRIVATE_HEADERS_FOLDER_PATH = Pods_Runner.framework/PrivateHeaders
           PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.Pods-Runner
           PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK
           PRODUCT_MODULE_NAME = Pods_Runner
           PRODUCT_NAME = Pods_Runner
           PRODUCT_SETTINGS_PATH = /Users/tonyblum/VSProjects/tester/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-Info.plist
           PRODUCT_TYPE = com.apple.product-type.framework
           PROFILING_CODE = NO
           PROJECT = Pods
           PROJECT_DERIVED_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/DerivedSources
           PROJECT_DIR = /Users/tonyblum/VSProjects/tester/ios/Pods
           PROJECT_FILE_PATH = /Users/tonyblum/VSProjects/tester/ios/Pods/Pods.xcodeproj
           PROJECT_NAME = Pods
           PROJECT_TEMP_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build
           PROJECT_TEMP_ROOT = /Users/tonyblum/VSProjects/tester/build/ios
           PUBLIC_HEADERS_FOLDER_PATH = Pods_Runner.framework/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
           REZ_COLLECTOR_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/ResourceManagerResources
           REZ_OBJECTS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/ResourceManagerResources/Objects
           SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
           SCRIPTS_FOLDER_PATH = Pods_Runner.framework/Scripts
           SDKROOT = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
           SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
           SDK_DIR_iphonesimulator16_4 = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
           SDK_NAME = iphonesimulator16.4
           SDK_NAMES = iphonesimulator16.4
           SDK_PRODUCT_BUILD_VERSION = 20E238
           SDK_STAT_CACHE_ENABLE = YES
           SDK_VERSION = 16.4
           SDK_VERSION_ACTUAL = 160400
           SDK_VERSION_MAJOR = 160000
           SDK_VERSION_MINOR = 160400
           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
           SHALLOW_BUNDLE_TRIPLE = ios-simulator
           SHALLOW_BUNDLE_ios_macabi = NO
           SHALLOW_BUNDLE_macos = NO
           SHARED_DERIVED_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator/DerivedSources
           SHARED_FRAMEWORKS_FOLDER_PATH = Pods_Runner.framework/SharedFrameworks
           SHARED_PRECOMPS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/SharedPrecompiledHeaders
           SHARED_SUPPORT_FOLDER_PATH = Pods_Runner.framework
           SKIP_INSTALL = YES
           SOURCE_ROOT = /Users/tonyblum/VSProjects/tester/ios/Pods
           SRCROOT = /Users/tonyblum/VSProjects/tester/ios/Pods
           STRINGSDATA_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects-normal/x86_64
           STRINGSDATA_ROOT = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           STRINGS_FILE_INFOPLIST_RENAME = YES
           STRINGS_FILE_OUTPUT_ENCODING = binary
           STRIP_BITCODE_FROM_COPIED_FILES = NO
           STRIP_INSTALLED_PRODUCT = NO
           STRIP_STYLE = debugging
           STRIP_SWIFT_SYMBOLS = YES
           SUPPORTED_DEVICE_FAMILIES = 1,2
           SUPPORTED_PLATFORMS = iphonesimulator iphoneos
           SUPPORTS_TEXT_BASED_API = NO
           SWIFT_COMPILATION_MODE = wholemodule
           SWIFT_EMIT_LOC_STRINGS = NO
           SWIFT_OPTIMIZATION_LEVEL = -O
           SWIFT_PLATFORM_TARGET_PREFIX = ios
           SWIFT_VERSION = 5.0
           SYMROOT = /Users/tonyblum/VSProjects/tester/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-14.3.app/Contents/Developer/Applications
           SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin
           SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Utilities/Built Examples
           SYSTEM_DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Developer
           SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library
           SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Graphics Tools
           SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Java Tools
           SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Performance Tools
           SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/releasenotes
           SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode-14.3.app/Contents/Developer/Tools
           SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
           SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
           SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr
           SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Utilities
           SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
           SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
           SYSTEM_EXTENSIONS_FOLDER_PATH = Pods_Runner.framework/SystemExtensions
           SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework/Library/SystemExtensions
           SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework/SystemExtensions
           SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
           SYSTEM_LIBRARY_DIR = /System/Library
           TAPI_DEMANGLE = YES
           TAPI_ENABLE_PROJECT_HEADERS = NO
           TAPI_LANGUAGE = objective-c
           TAPI_LANGUAGE_STANDARD = compiler-default
           TAPI_VERIFY_MODE = ErrorsOnly
           TARGETED_DEVICE_FAMILY = 1,2
           TARGETNAME = Pods-Runner
           TARGET_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           TARGET_NAME = Pods-Runner
           TARGET_TEMP_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           TEMP_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           TEMP_FILES_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           TEMP_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           TEMP_ROOT = /Users/tonyblum/VSProjects/tester/build/ios
           TEST_FRAMEWORK_SEARCH_PATHS =  /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/Developer/Library/Frameworks
           TEST_LIBRARY_SEARCH_PATHS =  /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib
           TOOLCHAIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
           TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
           UID = 501
           UNINSTALLED_PRODUCTS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/UninstalledProducts
           UNLOCALIZED_RESOURCES_FOLDER_PATH = Pods_Runner.framework
           UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework/Resources
           UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework
           UNSTRIPPED_PRODUCT = NO
           USER = tonyblum
           USER_APPS_DIR = /Users/tonyblum/Applications
           USER_LIBRARY_DIR = /Users/tonyblum/Library
           USE_DYNAMIC_NO_PIC = YES
           USE_HEADERMAP = YES
           USE_HEADER_SYMLINKS = NO
           USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
           VALIDATE_PRODUCT = YES
           VALID_ARCHS = arm64 arm64e i386 x86_64
           VERBOSE_PBXCP = NO
           VERSIONING_SYSTEM = apple-generic
           VERSIONPLIST_PATH = Pods_Runner.framework/version.plist
           VERSIONS_FOLDER_PATH = Pods_Runner.framework
           VERSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework/Versions
           VERSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework
           VERSION_INFO_BUILDER = tonyblum
           VERSION_INFO_FILE = Pods_Runner_vers.c
           VERSION_INFO_STRING = "@(#)PROGRAM:Pods_Runner  PROJECT:Pods-1"
           WRAPPER_EXTENSION = framework
           WRAPPER_NAME = Pods_Runner.framework
           WRAPPER_SUFFIX = .framework
           WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
           XCODE_APP_SUPPORT_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library/Xcode
           XCODE_PRODUCT_BUILD_VERSION = 14E222b
           XCODE_VERSION_ACTUAL = 1430
           XCODE_VERSION_MAJOR = 1400
           XCODE_VERSION_MINOR = 1430
           XPCSERVICES_FOLDER_PATH = Pods_Runner.framework/XPCServices
           YACC = yacc
           _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO = /Contents
           _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO = /..
           _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO = /Resources
           arch = x86_64
           variant = normal

       Build settings for action build and target Pods-Runner:
           ACTION = build
           AD_HOC_CODE_SIGNING_ALLOWED = YES
           ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO
           ALTERNATE_GROUP = staff
           ALTERNATE_MODE = u+w,go-w,a+rX
           ALTERNATE_OWNER = tonyblum
           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 x86_64
           ARCHS_STANDARD = arm64 x86_64
           ARCHS_STANDARD_32_64_BIT = arm64 i386 x86_64
           ARCHS_STANDARD_32_BIT = i386
           ARCHS_STANDARD_64_BIT = arm64 x86_64
           ARCHS_STANDARD_INCLUDING_64_BIT = arm64 x86_64
           ARCHS_UNIVERSAL_IPHONE_OS = arm64 i386 x86_64
           AVAILABLE_PLATFORMS = appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator
           BITCODE_GENERATION_MODE = marker
           BUILD_ACTIVE_RESOURCES_ONLY = NO
           BUILD_COMPONENTS = headers build
           BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
           BUILD_LIBRARY_FOR_DISTRIBUTION = NO
           BUILD_ROOT = /Users/tonyblum/VSProjects/tester/ios/build
           BUILD_STYLE = 
           BUILD_VARIANTS = normal
           BUILT_PRODUCTS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
           BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
           BUNDLE_EXTENSIONS_FOLDER_PATH = Extensions
           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/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode
           CCHROOT = /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/C/com.apple.DeveloperTools/14.3-14E222b/Xcode
           CHMOD = /bin/chmod
           CHOWN = /usr/sbin/chown
           CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES
           CLANG_ANALYZER_NONNULL = YES
           CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE
           CLANG_CXX_LANGUAGE_STANDARD = gnu++14
           CLANG_CXX_LIBRARY = libc++
           CLANG_ENABLE_MODULES = YES
           CLANG_ENABLE_OBJC_ARC = YES
           CLANG_ENABLE_OBJC_WEAK = NO
           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_DOCUMENTATION_COMMENTS = YES
           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_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE
           CLANG_WARN_UNREACHABLE_CODE = YES
           CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
           CLASS_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/JavaClasses
           CLEAN_PRECOMPS = YES
           CLONE_HEADERS = NO
           CODESIGNING_FOLDER_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator/Pods_Runner.framework
           CODE_SIGNING_ALLOWED = YES
           CODE_SIGNING_REQUIRED = NO
           CODE_SIGNING_REQUIRES_TEAM = YES
           CODE_SIGN_CONTEXT_CLASS = XCiPhoneSimulatorCodeSignContext
           CODE_SIGN_IDENTITY = -
           CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
           COLOR_DIAGNOSTICS = NO
           COMBINE_HIDPI_IMAGES = NO
           COMPILER_INDEX_STORE_ENABLE = Default
           COMPOSITE_SDK_DIRS = /Users/tonyblum/VSProjects/tester/build/ios/CompositeSDKs
           COMPRESS_PNG_FILES = YES
           CONFIGURATION = Release
           CONFIGURATION_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           CONFIGURATION_TEMP_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator
           CONTENTS_FOLDER_PATH = Pods_Runner.framework
           CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework/A
           CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework
           COPYING_PRESERVES_HFS_DATA = NO
           COPY_HEADERS_RUN_UNIFDEF = NO
           COPY_PHASE_STRIP = NO
           COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
           CORRESPONDING_DEVICE_PLATFORM_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform
           CORRESPONDING_DEVICE_PLATFORM_NAME = iphoneos
           CORRESPONDING_DEVICE_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.4.sdk
           CORRESPONDING_DEVICE_SDK_NAME = iphoneos16.4
           CP = /bin/cp
           CREATE_INFOPLIST_SECTION_IN_BINARY = NO
           CURRENT_ARCH = x86_64
           CURRENT_PROJECT_VERSION = 1
           CURRENT_VARIANT = normal
           CURRENT_VERSION = Current
           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 = YES
           DEPLOYMENT_LOCATION = NO
           DEPLOYMENT_POSTPROCESSING = NO
           DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
           DEPLOYMENT_TARGET_SUGGESTED_VALUES = 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 16.3 16.4
           DERIVED_FILES_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/DerivedSources
           DERIVED_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/DerivedSources
           DERIVED_SOURCES_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/DerivedSources
           DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications
           DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin
           DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Developer
           DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library/Frameworks
           DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode-14.3.app/Contents/Developer/Library/Frameworks
           DEVELOPER_LIBRARY_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library
           DEVELOPER_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
           DEVELOPER_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Tools
           DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr
           DEVELOPMENT_LANGUAGE = en
           DIFF = /usr/bin/diff
           DOCUMENTATION_FOLDER_PATH = Pods_Runner.framework/en.lproj/Documentation
           DONT_GENERATE_INFOPLIST_FILE = NO
           DO_HEADER_SCANNING_IN_JAM = NO
           DSTROOT = /tmp/Pods.dst
           DT_TOOLCHAIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
           DWARF_DSYM_FILE_NAME = Pods_Runner.framework.dSYM
           DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
           DWARF_DSYM_FOLDER_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           DYLIB_COMPATIBILITY_VERSION = 1
           DYLIB_CURRENT_VERSION = 1
           DYLIB_INSTALL_NAME_BASE = @rpath
           EAGER_LINKING = NO
           EFFECTIVE_PLATFORM_NAME = -iphonesimulator
           EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
           EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
           ENABLE_APP_SANDBOX = NO
           ENABLE_BITCODE = NO
           ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
           ENABLE_DEFAULT_SEARCH_PATHS = YES
           ENABLE_HARDENED_RUNTIME = NO
           ENABLE_HEADER_DEPENDENCIES = YES
           ENABLE_NS_ASSERTIONS = NO
           ENABLE_ON_DEMAND_RESOURCES = NO
           ENABLE_STRICT_OBJC_MSGSEND = YES
           ENABLE_TESTABILITY = NO
           ENABLE_TESTING_SEARCH_PATHS = NO
           ENABLE_USER_SCRIPT_SANDBOXING = NO
           ENTITLEMENTS_DESTINATION = __entitlements
           ENTITLEMENTS_REQUIRED = NO
           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 = Pods_Runner.framework/en.lproj
           EXECUTABLE_FOLDER_PATH = Pods_Runner.framework
           EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework
           EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework
           EXECUTABLE_NAME = Pods_Runner
           EXECUTABLE_PATH = Pods_Runner.framework/Pods_Runner
           EXPANDED_CODE_SIGN_IDENTITY = 
           EXPANDED_CODE_SIGN_IDENTITY_NAME = 
           EXPANDED_PROVISIONING_PROFILE = 
           EXTENSIONS_FOLDER_PATH = Pods_Runner.framework/Extensions
           FILE_LIST = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects/LinkFileList
           FIXED_FILES_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/FixedFiles
           FRAMEWORKS_FOLDER_PATH = Pods_Runner.framework/Frameworks
           FRAMEWORK_FLAG_PREFIX = -framework
           FRAMEWORK_VERSION = A
           FULL_PRODUCT_NAME = Pods_Runner.framework
           FUSE_BUILD_PHASES = YES
           FUSE_BUILD_SCRIPT_PHASES = NO
           GCC3_VERSION = 3.3
           GCC_C_LANGUAGE_STANDARD = gnu11
           GCC_INLINES_ARE_PRIVATE_EXTERN = YES
           GCC_NO_COMMON_BLOCKS = YES
           GCC_OBJC_LEGACY_DISPATCH = YES
           GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
           GCC_PREPROCESSOR_DEFINITIONS = POD_CONFIGURATION_RELEASE=1  COCOAPODS=1
           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/tonyblum/VSProjects/tester/build/ios/GeneratedModuleMaps-iphonesimulator
           GENERATE_INFOPLIST_FILE = NO
           GENERATE_INTERMEDIATE_TEXT_BASED_STUBS = YES
           GENERATE_MASTER_OBJECT_FILE = NO
           GENERATE_PKGINFO_FILE = NO
           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 = YES
           HIDE_BITCODE_SYMBOLS = YES
           HOME = /Users/tonyblum
           ICONV = /usr/bin/iconv
           INFOPLIST_EXPAND_BUILD_SETTINGS = YES
           INFOPLIST_FILE = Target Support Files/Pods-Runner/Pods-Runner-Info.plist
           INFOPLIST_OUTPUT_FORMAT = binary
           INFOPLIST_PATH = Pods_Runner.framework/Info.plist
           INFOPLIST_PREPROCESS = NO
           INFOSTRINGS_PATH = Pods_Runner.framework/en.lproj/InfoPlist.strings
           INLINE_PRIVATE_FRAMEWORKS = NO
           INSTALLHDRS_COPY_PHASE = NO
           INSTALLHDRS_SCRIPT_PHASE = NO
           INSTALL_DIR = /tmp/Pods.dst/Library/Frameworks
           INSTALL_GROUP = staff
           INSTALL_MODE_FLAG = u+w,go-w,a+rX
           INSTALL_OWNER = tonyblum
           INSTALL_PATH = /Library/Frameworks
           INSTALL_ROOT = /tmp/Pods.dst
           IPHONEOS_DEPLOYMENT_TARGET = 12.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 = Pods_Runner.framework/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
           KEEP_PRIVATE_EXTERNS = NO
           LD_DEPENDENCY_INFO_FILE = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects-normal/x86_64/Pods_Runner_dependency_info.dat
           LD_DYLIB_INSTALL_NAME = @rpath/Pods_Runner.framework/Pods_Runner
           LD_GENERATE_MAP_FILE = NO
           LD_MAP_FILE_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Pods_Runner-LinkMap-normal-x86_64.txt
           LD_NO_PIE = NO
           LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
           LD_RUNPATH_SEARCH_PATHS =  @executable_path/Frameworks @loader_path/Frameworks
           LEGACY_DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Frameworks/Xcode3Core.framework/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_x86_64 = 
           LINK_WITH_STANDARD_LIBRARIES = YES
           LLVM_TARGET_TRIPLE_OS_VERSION = ios12.0
           LLVM_TARGET_TRIPLE_SUFFIX = -simulator
           LLVM_TARGET_TRIPLE_VENDOR = apple
           LOCALIZABLE_CONTENT_DIR = 
           LOCALIZATION_EXPORT_SUPPORTED = YES
           LOCALIZED_RESOURCES_FOLDER_PATH = Pods_Runner.framework/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 = staticlib
           MAC_OS_X_PRODUCT_BUILD_VERSION = 22E261
           MAC_OS_X_VERSION_ACTUAL = 130301
           MAC_OS_X_VERSION_MAJOR = 130000
           MAC_OS_X_VERSION_MINOR = 130300
           METAL_LIBRARY_FILE_BASE = default
           METAL_LIBRARY_OUTPUT_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator/Pods_Runner.framework
           MODULEMAP_FILE = Target Support Files/Pods-Runner/Pods-Runner.modulemap
           MODULES_FOLDER_PATH = Pods_Runner.framework/Modules
           MODULE_CACHE_DIR = /Users/tonyblum/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
           MTL_ENABLE_DEBUG_INFO = NO
           MTL_FAST_MATH = YES
           NATIVE_ARCH = arm64e
           NATIVE_ARCH_32_BIT = i386
           NATIVE_ARCH_64_BIT = arm64e
           NATIVE_ARCH_ACTUAL = arm64e
           NO_COMMON = YES
           OBJC_ABI_VERSION = 2
           OBJECT_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects
           OBJECT_FILE_DIR_normal = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects-normal
           OBJROOT = /Users/tonyblum/VSProjects/tester/build/ios
           ONLY_ACTIVE_ARCH = NO
           OS = MACOS
           OSAC = /usr/bin/osacompile
           PACKAGE_TYPE = com.apple.package-type.wrapper.framework
           PASCAL_STRINGS = YES
           PATH = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin:/usr/local/bin:/Users/tonyblum/development/flutter/bin/:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Java/JavaVirtualMachines/jdk-17.jdk/Contents/Home:/Library/Apple/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/local/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/bin:/var/run/com.apple.security.cryptexd/codex.system/bootstrap/usr/appleinternal/bin:/Users/tonyblum/development/flutter/bin/:/opt/homebrew/bin:/opt/homebrew/sbin:/Users/tonyblum/.pub-cache/bin:/Users/tonyblum/development/flutter/bin:/Users/tonyblum/.pub-cache/bin:/Users/tonyblum/development/flutter/bin
           PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks /Applications/Xcode-14.3.app/Contents/Developer/Headers /Applications/Xcode-14.3.app/Contents/Developer/SDKs /Applications/Xcode-14.3.app/Contents/Developer/Platforms
           PBDEVELOPMENTPLIST_PATH = Pods_Runner.framework/pbdevelopment.plist
           PFE_FILE_C_DIALECTS = objective-c
           PKGINFO_FILE_PATH = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/PkgInfo
           PKGINFO_PATH = Pods_Runner.framework/PkgInfo
           PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
           PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
           PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode-14.3.app/Contents/Frameworks/Xcode3Core.framework/SharedSupport/Developer/Library
           PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
           PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
           PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
           PLATFORM_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform
           PLATFORM_DISPLAY_NAME = iOS Simulator
           PLATFORM_NAME = iphonesimulator
           PLATFORM_PREFERRED_ARCH = undefined_arch
           PLATFORM_PRODUCT_BUILD_VERSION = 20E238
           PLIST_FILE_OUTPUT_FORMAT = binary
           PLUGINS_FOLDER_PATH = Pods_Runner.framework/PlugIns
           PODS_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
           PODS_CONFIGURATION_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           PODS_PODFILE_DIR_PATH = /Users/tonyblum/VSProjects/tester/ios/Pods/.
           PODS_ROOT = /Users/tonyblum/VSProjects/tester/ios/Pods
           PODS_XCFRAMEWORKS_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator/XCFrameworkIntermediates
           PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
           PRECOMP_DESTINATION_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/PrefixHeaders
           PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
           PRIVATE_HEADERS_FOLDER_PATH = Pods_Runner.framework/PrivateHeaders
           PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.Pods-Runner
           PRODUCT_BUNDLE_PACKAGE_TYPE = FMWK
           PRODUCT_MODULE_NAME = Pods_Runner
           PRODUCT_NAME = Pods_Runner
           PRODUCT_SETTINGS_PATH = /Users/tonyblum/VSProjects/tester/ios/Pods/Target Support Files/Pods-Runner/Pods-Runner-Info.plist
           PRODUCT_TYPE = com.apple.product-type.framework
           PROFILING_CODE = NO
           PROJECT = Pods
           PROJECT_DERIVED_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/DerivedSources
           PROJECT_DIR = /Users/tonyblum/VSProjects/tester/ios/Pods
           PROJECT_FILE_PATH = /Users/tonyblum/VSProjects/tester/ios/Pods/Pods.xcodeproj
           PROJECT_NAME = Pods
           PROJECT_TEMP_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build
           PROJECT_TEMP_ROOT = /Users/tonyblum/VSProjects/tester/build/ios
           PUBLIC_HEADERS_FOLDER_PATH = Pods_Runner.framework/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
           REZ_COLLECTOR_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/ResourceManagerResources
           REZ_OBJECTS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/ResourceManagerResources/Objects
           SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
           SCRIPTS_FOLDER_PATH = Pods_Runner.framework/Scripts
           SDKROOT = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
           SDK_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
           SDK_DIR_iphonesimulator16_4 = /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk
           SDK_NAME = iphonesimulator16.4
           SDK_NAMES = iphonesimulator16.4
           SDK_PRODUCT_BUILD_VERSION = 20E238
           SDK_STAT_CACHE_ENABLE = YES
           SDK_VERSION = 16.4
           SDK_VERSION_ACTUAL = 160400
           SDK_VERSION_MAJOR = 160000
           SDK_VERSION_MINOR = 160400
           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
           SHALLOW_BUNDLE_TRIPLE = ios-simulator
           SHALLOW_BUNDLE_ios_macabi = NO
           SHALLOW_BUNDLE_macos = NO
           SHARED_DERIVED_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator/DerivedSources
           SHARED_FRAMEWORKS_FOLDER_PATH = Pods_Runner.framework/SharedFrameworks
           SHARED_PRECOMPS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/SharedPrecompiledHeaders
           SHARED_SUPPORT_FOLDER_PATH = Pods_Runner.framework
           SKIP_INSTALL = YES
           SOURCE_ROOT = /Users/tonyblum/VSProjects/tester/ios/Pods
           SRCROOT = /Users/tonyblum/VSProjects/tester/ios/Pods
           STRINGSDATA_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build/Objects-normal/x86_64
           STRINGSDATA_ROOT = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           STRINGS_FILE_INFOPLIST_RENAME = YES
           STRINGS_FILE_OUTPUT_ENCODING = binary
           STRIP_BITCODE_FROM_COPIED_FILES = NO
           STRIP_INSTALLED_PRODUCT = NO
           STRIP_STYLE = debugging
           STRIP_SWIFT_SYMBOLS = YES
           SUPPORTED_DEVICE_FAMILIES = 1,2
           SUPPORTED_PLATFORMS = iphonesimulator iphoneos
           SUPPORTS_TEXT_BASED_API = NO
           SWIFT_COMPILATION_MODE = wholemodule
           SWIFT_EMIT_LOC_STRINGS = NO
           SWIFT_OPTIMIZATION_LEVEL = -O
           SWIFT_PLATFORM_TARGET_PREFIX = ios
           SWIFT_VERSION = 5.0
           SYMROOT = /Users/tonyblum/VSProjects/tester/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-14.3.app/Contents/Developer/Applications
           SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr/bin
           SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Utilities/Built Examples
           SYSTEM_DEVELOPER_DIR = /Applications/Xcode-14.3.app/Contents/Developer
           SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library
           SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Graphics Tools
           SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Java Tools
           SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Performance Tools
           SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/releasenotes
           SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode-14.3.app/Contents/Developer/Tools
           SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
           SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
           SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode-14.3.app/Contents/Developer/usr
           SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Applications/Utilities
           SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
           SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
           SYSTEM_EXTENSIONS_FOLDER_PATH = Pods_Runner.framework/SystemExtensions
           SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework/Library/SystemExtensions
           SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework/SystemExtensions
           SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
           SYSTEM_LIBRARY_DIR = /System/Library
           TAPI_DEMANGLE = YES
           TAPI_ENABLE_PROJECT_HEADERS = NO
           TAPI_LANGUAGE = objective-c
           TAPI_LANGUAGE_STANDARD = compiler-default
           TAPI_VERIFY_MODE = ErrorsOnly
           TARGETED_DEVICE_FAMILY = 1,2
           TARGETNAME = Pods-Runner
           TARGET_BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Release-iphonesimulator
           TARGET_NAME = Pods-Runner
           TARGET_TEMP_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           TEMP_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           TEMP_FILES_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           TEMP_FILE_DIR = /Users/tonyblum/VSProjects/tester/build/ios/Pods.build/Release-iphonesimulator/Pods-Runner.build
           TEMP_ROOT = /Users/tonyblum/VSProjects/tester/build/ios
           TEST_FRAMEWORK_SEARCH_PATHS =  /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator16.4.sdk/Developer/Library/Frameworks
           TEST_LIBRARY_SEARCH_PATHS =  /Applications/Xcode-14.3.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib
           TOOLCHAIN_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
           TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
           UID = 501
           UNINSTALLED_PRODUCTS_DIR = /Users/tonyblum/VSProjects/tester/build/ios/UninstalledProducts
           UNLOCALIZED_RESOURCES_FOLDER_PATH = Pods_Runner.framework
           UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework/Resources
           UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework
           UNSTRIPPED_PRODUCT = NO
           USER = tonyblum
           USER_APPS_DIR = /Users/tonyblum/Applications
           USER_LIBRARY_DIR = /Users/tonyblum/Library
           USE_DYNAMIC_NO_PIC = YES
           USE_HEADERMAP = YES
           USE_HEADER_SYMLINKS = NO
           USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
           VALIDATE_PRODUCT = YES
           VALID_ARCHS = arm64 arm64e i386 x86_64
           VERBOSE_PBXCP = NO
           VERSIONING_SYSTEM = apple-generic
           VERSIONPLIST_PATH = Pods_Runner.framework/version.plist
           VERSIONS_FOLDER_PATH = Pods_Runner.framework
           VERSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Pods_Runner.framework/Versions
           VERSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Pods_Runner.framework
           VERSION_INFO_BUILDER = tonyblum
           VERSION_INFO_FILE = Pods_Runner_vers.c
           VERSION_INFO_STRING = "@(#)PROGRAM:Pods_Runner  PROJECT:Pods-1"
           WRAPPER_EXTENSION = framework
           WRAPPER_NAME = Pods_Runner.framework
           WRAPPER_SUFFIX = .framework
           WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
           XCODE_APP_SUPPORT_DIR = /Applications/Xcode-14.3.app/Contents/Developer/Library/Xcode
           XCODE_PRODUCT_BUILD_VERSION = 14E222b
           XCODE_VERSION_ACTUAL = 1430
           XCODE_VERSION_MAJOR = 1400
           XCODE_VERSION_MINOR = 1430
           XPCSERVICES_FOLDER_PATH = Pods_Runner.framework/XPCServices
           YACC = yacc
           _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO = /Contents
           _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO = /..
           _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO = /Resources
           arch = x86_64
           variant = normal

       2023-05-20 09:51:53.975 xcodebuild[7355:44706] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)

[ +11 ms] Found plugin cloud_firestore at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore-4.5.3/ [ ] Found plugin cloud_firestore_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/cloud_firestore_web-3.4.2/ [ ] Found plugin facebook_auth_desktop at /Users/tonyblum/.pub-cache/hosted/pub.dev/facebook_auth_desktop-0.0.9/ [ ] Found plugin firebase_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth-4.4.2/ [ ] Found plugin firebase_auth_oauth at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth-1.2.2/ [ ] Found plugin firebase_auth_oauth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_oauth_web-1.1.1/ [ ] Found plugin firebase_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_auth_web-5.3.2/ [ ] Found plugin firebase_core at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core-2.10.0/ [ ] Found plugin firebase_core_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/firebase_core_web-2.3.0/ [ ] Found plugin flutter_facebook_auth at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth-5.0.8/ [ ] Found plugin flutter_facebook_auth_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_facebook_auth_web-4.1.1/ [ ] Found plugin flutter_secure_storage at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage-8.0.0/ [ ] Found plugin flutter_secure_storage_linux at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_linux-1.1.3/ [ ] Found plugin flutter_secure_storage_macos at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_macos-3.0.0/ [ ] Found plugin flutter_secure_storage_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_web-1.1.1/ [ ] Found plugin flutter_secure_storage_windows at /Users/tonyblum/.pub-cache/hosted/pub.dev/flutter_secure_storage_windows-2.0.0/ [ ] Found plugin google_sign_in at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in-6.1.0/ [ ] Found plugin google_sign_in_android at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_android-6.1.14/ [ ] Found plugin google_sign_in_ios at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_ios-5.6.1/ [ ] Found plugin google_sign_in_web at /Users/tonyblum/.pub-cache/hosted/pub.dev/google_sign_in_web-0.12.0/ [ +9 ms] executing: /usr/bin/plutil -convert xml1 -o - /Users/tonyblum/VSProjects/tester/ios/Runner/Info.plist [ +5 ms] Exit code 0 from: /usr/bin/plutil -convert xml1 -o - /Users/tonyblum/VSProjects/tester/ios/Runner/Info.plist [ ] <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">

CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName Tester CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName tester CFBundlePackageType APPL CFBundleShortVersionString $(FLUTTER_BUILD_NAME) CFBundleSignature ???? CFBundleVersion $(FLUTTER_BUILD_NUMBER) LSRequiresIPhoneOS UIApplicationSupportsIndirectInputEvents UILaunchStoryboardName LaunchScreen UIMainStoryboardFile Main UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance

[{"event":"app.progress","params":{"appId":"38c8268b-3a79-4007-a354-6d3633016540","id":"0","progressId":null,"message":"Running Xcode build...","finished":false}}] [ +2 ms] executing: [/Users/tonyblum/VSProjects/tester/ios/] /usr/bin/arch -arm64e xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios -sdk iphoneos -destination id=00008030-00024D303410402E ONLY_ACTIVE_ARCH=YES ARCHS=arm64 -resultBundlePath /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_ios_build_temp_dirNsQDMG/temporary_xcresult_bundle -resultBundleVersion 3 FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO [+15054 ms] Command line invocation: /Applications/Xcode-14.3.app/Contents/Developer/usr/bin/xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios -sdk iphoneos -destination id=00008030-00024D303410402E ONLY_ACTIVE_ARCH=YES ARCHS=arm64 -resultBundlePath /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_ios_build_temp_dirNsQDMG/temporary_xcresult_bundle -resultBundleVersion 3 FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO

        User defaults from command line:
            IDEBuildOperationResultBundlePath = /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_ios_build_temp_dirNsQDMG/temporary_xcresult_bundle
            IDEPackageSupportUseBuiltinSCM = YES
            IDERequestedResultBundleFormatVersion = 3

        Build settings from command line:
            ARCHS = arm64
            BUILD_DIR = /Users/tonyblum/VSProjects/tester/build/ios
            COMPILER_INDEX_STORE_ENABLE = NO
            FLUTTER_SUPPRESS_ANALYTICS = true
            ONLY_ACTIVE_ARCH = YES
            SDKROOT = iphoneos16.4
            VERBOSE_SCRIPT_LOGGING = YES

        Resolve Package Graph

        Resolved source packages:
          abseil: https://github.com/google/abseil-cpp-binary.git @ 1.2021110200.0
          nanopb: https://github.com/firebase/nanopb.git @ 2.30909.0
          leveldb: https://github.com/firebase/leveldb.git @ 1.22.2
          GTMSessionFetcher: https://github.com/google/gtm-session-fetcher.git @ 3.1.1
          Firebase: https://github.com/firebase/firebase-ios-sdk @ 10.9.0
          gRPC: https://github.com/google/grpc-binary.git @ 1.44.0
          Promises: https://github.com/google/promises.git @ 2.2.0
          SwiftProtobuf: https://github.com/apple/swift-protobuf.git @ 1.21.0
          GoogleAppMeasurement: https://github.com/google/GoogleAppMeasurement.git @ 10.9.0
          GoogleUtilities: https://github.com/google/GoogleUtilities.git @ 7.11.1
          GoogleDataTransport: https://github.com/google/GoogleDataTransport.git @ 9.2.2

        Writing result bundle at path:
            /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_ios_build_temp_dirNsQDMG/temporary_xcresult_bundle

        Prepare packages

        Computing target dependency graph and provisioning inputs

        Create build description
        Build description signature: 6369f425ee4ca0cf2cd5734be55376d5
        Build description path: /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-dsgeqjigpammehdwhxivnbbyoxaw/Build/Intermediates.noindex/XCBuildData/6369f425ee4ca0cf2cd5734be55376d5.xcbuilddata

        note: Building targets in dependency order
        error: unable to attach DB: error: accessing build database "/Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-dsgeqjigpammehdwhxivnbbyoxaw/Build/Intermediates.noindex/XCBuildData/build.db": database is locked Possibly there are two concurrent builds running in the same filesystem location.
        note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')
        note: Run script build phase 'Thin Binary' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner')

        Result bundle written to path:
            /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_ios_build_temp_dirNsQDMG/temporary_xcresult_bundle

        2023-05-20 09:51:54.839 xcodebuild[7377:44814] DVTCoreDeviceEnabledState: DVTCoreDeviceEnabledState_Disabled set via user default (DVTEnableCoreDevice=disabled)
        2023-05-20 09:51:57.647 xcodebuild[7377:44814] [MT] IDEFileReferenceDebug: [Load] <IDESwiftPackageCore.IDESwiftPackageSpecialFolderFileReference, 0x11cf90030: name:Docs.docc path:group:Docs.docc> Failed to load container at path: /Users/tonyblum/Library/Developer/Xcode/DerivedData/Runner-dsgeqjigpammehdwhxivnbbyoxaw/SourcePackages/checkouts/swift-protobuf/Sources/protoc-gen-swift/Docs.docc, Error: Error Domain=com.apple.dt.IDEContainerErrorDomain Code=6 "Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder"." UserInfo={NSLocalizedDescription=Cannot open "Docs.docc" as a "Swift Package Folder" because it is already open as a "Folder".}
        ** BUILD FAILED **

[ ] Xcode build failed due to concurrent builds, will retry in 2 seconds. [+2002 ms] executing: [/Users/tonyblum/VSProjects/tester/ios/] /usr/bin/arch -arm64e xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/tonyblum/VSProjects/tester/build/ios -sdk iphoneos -destination id=00008030-00024D303410402E ONLY_ACTIVE_ARCH=YES ARCHS=arm64 -resultBundlePath /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_ios_build_temp_dirNsQDMG/temporary_xcresult_bundle -resultBundleVersion 3 FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO [ +289 ms] 2023-05-20 09:52:11.527 xcodebuild[8731:47631] Requested but did not find extension point with identifier Xcode.IDEFoundation.IDEResultKitSerializationConverter xcodebuild: error: Existing file at -resultBundlePath "/var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_ios_build_temp_dirNsQDMG/temporary_xcresult_bundle.xcresult" [{"event":"app.progress","params":{"appId":"38c8268b-3a79-4007-a354-6d3633016540","id":"0","progressId":null,"finished":true}}] [ +4 ms] Xcode build done. 17.3s [ +1 ms] executing: /usr/bin/arch -arm64e xcrun xcresulttool get --path /var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_ios_build_temp_dirNsQDMG/temporary_xcresult_bundle --format json [ +40 ms] { "_type" : { "_name" : "ActionsInvocationRecord" }, "actions" : { "_type" : { "_name" : "Array" }, "_values" : [ { "_type" : { "_name" : "ActionRecord" }, "actionResult" : { "_type" : { "_name" : "ActionResult" }, "coverage" : { "_type" : { "_name" : "CodeCoverageInfo" } }, "issues" : { "_type" : { "_name" : "ResultIssueSummaries" } }, "metrics" : { "_type" : { "_name" : "ResultMetrics" } }, "resultName" : { "_type" : { "_name" : "String" }, "_value" : "All Tests" }, "status" : { "_type" : { "_name" : "String" }, "_value" : "failedToStart" }, "testsRef" : { "_type" : { "_name" : "Reference" }, "id" : { "_type" : { "_name" : "String" }, "_value" : "0~yaxJlSrIFahvFeOG-tBzASTFZnjPQGE-h7nP3o-oO5R4_UtAqYby_k0_U1-_FQ3hgUdHf9RLMjwjaXkz0Uj6AQ==" }, "targetType" : { "_type" : { "_name" : "TypeDefinition" }, "name" : { "_type" : { "_name" : "String" }, "_value" : "ActionTestPlanRunSummaries" } } } }, "buildResult" : { "_type" : { "_name" : "ActionResult" }, "coverage" : { "_type" : { "_name" : "CodeCoverageInfo" } }, "issues" : { "_type" : { "_name" : "ResultIssueSummaries" } }, "metrics" : { "_type" : { "_name" : "ResultMetrics" } }, "status" : { "_type" : { "_name" : "String" }, "_value" : "notRequested" } }, "endedTime" : { "_type" : { "_name" : "Date" }, "_value" : "2023-05-20T09:52:11.495-0600" }, "runDestination" : { "_type" : { "_name" : "ActionRunDestinationRecord" }, "localComputerRecord" : { "_type" : { "_name" : "ActionDeviceRecord" }, "platformRecord" : { "_type" : { "_name" : "ActionPlatformRecord" } } }, "targetDeviceRecord" : { "_type" : { "_name" : "ActionDeviceRecord" }, "platformRecord" : { "_type" : { "_name" : "ActionPlatformRecord" } } }, "targetSDKRecord" : { "_type" : { "_name" : "ActionSDKRecord" } } }, "schemeCommandName" : { "_type" : { "_name" : "String" }, "_value" : "Test" }, "schemeTaskName" : { "_type" : { "_name" : "String" }, "_value" : "Action" }, "startedTime" : { "_type" : { "_name" : "Date" }, "_value" : "2023-05-20T09:52:11.495-0600" }, "title" : { "_type" : { "_name" : "String" }, "_value" : "(Transient Testing)" } } ] }, "issues" : { "_type" : { "_name" : "ResultIssueSummaries" } }, "metadataRef" : { "_type" : { "_name" : "Reference" }, "id" : { "_type" : { "_name" : "String" }, "_value" : "0~4ej7wjUucMCKj1bY6EMgIhfANgH_gwr6mQv69bmBAqImWScJS7NWv79WkuhcS7WhadVoyFm4Sg8-QkYL1YzvDw==" }, "targetType" : { "_type" : { "_name" : "TypeDefinition" }, "name" : { "_type" : { "_name" : "String" }, "_value" : "ActionsInvocationMetadata" } } }, "metrics" : { "_type" : { "_name" : "ResultMetrics" } } } [ +2 ms] Failed to build iOS app [ ] Error output from Xcode build: ↳ [ ] 2023-05-20 09:52:11.527 xcodebuild[8731:47631] Requested but did not find extension point with identifier Xcode.IDEFoundation.IDEResultKitSerializationConverter xcodebuild: error: Existing file at -resultBundlePath "/var/folders/qd/6p_8ry0x3cxg29q5w49rdf_40000gn/T/flutter_tools.63fvKS/flutter_ios_build_temp_dirNsQDMG/temporary_xcresult_bundle.xcresult"

[{"event":"app.stop","params":{"appId":"38c8268b-3a79-4007-a354-6d3633016540"}}] [ +2 ms] "flutter run" took 28,925ms. [ +159 ms] ensureAnalyticsSent: 159ms [ ] Running 1 shutdown hook [ +1 ms] Shutdown hooks complete [ ] exiting with code 1

Emaren commented 1 year ago

tonyblum@Tonys-MacBook-Pro tester % flutter pub get Running "flutter pub get" in tester... Resolving dependencies... (1.1s) _flutterfire_internals 1.1.1 (1.3.1 available) async 2.10.0 (2.11.0 available) characters 1.2.1 (1.3.0 available) cloud_firestore 4.5.3 (4.7.1 available) cloud_firestore_platform_interface 5.12.1 (5.14.1 available) cloud_firestore_web 3.4.2 (3.5.1 available) collection 1.17.0 (1.17.2 available) firebase_auth 4.4.2 (4.6.1 available) firebase_auth_oauth 1.2.2 (discontinued replaced by firebase_auth) firebase_auth_platform_interface 6.13.1 (6.15.1 available) firebase_auth_web 5.3.2 (5.5.1 available) firebase_core 2.10.0 (2.13.0 available) firebase_core_platform_interface 4.6.0 (4.8.0 available) firebase_core_web 2.3.0 (2.5.0 available) flutter_facebook_auth 5.0.8 (5.0.11 available) google_sign_in_ios 5.6.1 (5.6.2 available) http 0.13.5 (0.13.6 available) intl 0.17.0 (0.18.1 available) js 0.6.5 (0.6.7 available) lints 2.0.1 (2.1.0 available) matcher 0.12.13 (0.12.16 available) material_color_utilities 0.2.0 (0.5.0 available) meta 1.8.0 (1.9.1 available) path 1.8.2 (1.8.3 available) source_span 1.9.1 (1.10.0 available) test_api 0.4.16 (0.6.0 available) typed_data 1.3.1 (1.3.2 available) Got dependencies! tonyblum@Tonys-MacBook-Pro tester % flutter clean Cleaning Xcode workspace... 4.2s Cleaning Xcode workspace... 1,921ms Deleting build... 42ms Deleting .dart_tool... 2ms Deleting Generated.xcconfig... 0ms Deleting flutter_export_environment.sh... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting ephemeral... 0ms Deleting .flutter-plugins-dependencies... 0ms Deleting .flutter-plugins... 0ms tonyblum@Tonys-MacBook-Pro tester % flutter run Running "flutter pub get" in tester... Resolving dependencies... (1.1s) _flutterfire_internals 1.1.1 (1.3.1 available) async 2.10.0 (2.11.0 available) characters 1.2.1 (1.3.0 available) cloud_firestore 4.5.3 (4.7.1 available) cloud_firestore_platform_interface 5.12.1 (5.14.1 available) cloud_firestore_web 3.4.2 (3.5.1 available) collection 1.17.0 (1.17.2 available) firebase_auth 4.4.2 (4.6.1 available) firebase_auth_oauth 1.2.2 (discontinued replaced by firebase_auth) firebase_auth_platform_interface 6.13.1 (6.15.1 available) firebase_auth_web 5.3.2 (5.5.1 available) firebase_core 2.10.0 (2.13.0 available) firebase_core_platform_interface 4.6.0 (4.8.0 available) firebase_core_web 2.3.0 (2.5.0 available) flutter_facebook_auth 5.0.8 (5.0.11 available) google_sign_in_ios 5.6.1 (5.6.2 available) http 0.13.5 (0.13.6 available) intl 0.17.0 (0.18.1 available) js 0.6.5 (0.6.7 available) lints 2.0.1 (2.1.0 available) matcher 0.12.13 (0.12.16 available) material_color_utilities 0.2.0 (0.5.0 available) meta 1.8.0 (1.9.1 available) path 1.8.2 (1.8.3 available) source_span 1.9.1 (1.10.0 available) test_api 0.4.16 (0.6.0 available) typed_data 1.3.1 (1.3.2 available) Got dependencies! Launching lib/main.dart on Tony’s iPhone (2) in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: 6XBF34DN79 Running pod install... 563ms Running Xcode build...
└─Compiling, linking and signing... 793ms Xcode build done. 26.6s Failed to build iOS app Could not build the precompiled application for the device. Parse Issue (Xcode): Module 'cloud_firestore' not found /Users/tonyblum/VSProjects/tester/ios/Runner/GeneratedPluginRegistrant.m:11:8

Error launching application on Tony’s iPhone (2).

google-oss-bot commented 1 year ago

Since there haven't been any recent updates here, I am going to close this issue.

@Emaren if you're still experiencing this problem and want to continue the discussion just leave a comment here and we are happy to re-open this.