Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

flutter run fails: the path does not exist, target file not found #52075

Closed
longol opened this issue Mar 6, 2020 · 22 comments
Closed

flutter run fails: the path does not exist, target file not found #52075

longol opened this issue Mar 6, 2020 · 22 comments
Labels
c: crash Stack traces logged to the console P2 Important issues not at the top of the work list platform-ios iOS applications specifically platform-mac Building on or for macOS specifically team-ios Owned by iOS platform team tool Affects the "flutter" command-line tool. See also t: labels. triaged-ios Triaged by iOS platform team

Comments

@longol
Copy link

longol commented Mar 6, 2020

Steps to Reproduce

  1. Run app for iOS simulator device
  2. Get the following message in the Debug Console:
Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
Xcode build done.                                           117.7s
Failed to build iOS app
Error output from Xcode build:
↳
    2020-03-05 18:57:11.258 xcodebuild[6138:80725] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fe4c6f18440), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50), 00008030-001D650C2E0A802E> == Underlying device preparation errors ==
    2020-03-05 18:57:11.258 xcodebuild[6138:80725] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fe4c6f18440), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50), 00008030-001D650C2E0A802E> -- Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode.
    Domain: com.apple.platform.iphoneos
    Code: 5
    Failure Reason: allowsSecureServices: 1. isConnected: 0. Platform: <DVTPlatform:0x7fe4f6f047a0:'com.apple.platform.iphoneos':<DVTFilePath:0x7fe4f6f044c0:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>>. DTDKDeviceIdentifierIsIDID: 0
    --
    2020-03-05 18:57:11.258 xcodebuild[6138:80725] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fe4c6f18440), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50), 00008030-001D650C2E0A802E> == END: Underlying device preparation errors ==
    ** BUILD FAILED **
Xcode's output:

    The path  does not exist
    Command PhaseScriptExecution failed with a nonzero exit code
    note: Using new build system
    note: Planning build
    note: Constructing build description
Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.
Exited (sigterm)
  1. Select iOS device, and get similar error:
Launching lib/main.dart on iPhone 11 Pro Max in debug mode...
Xcode build done.                                           11.7s
Failed to build iOS app
Error output from Xcode build:
↳
    2020-03-05 20:08:02.055 xcodebuild[19714:226773] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fa9536b5140), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50), 00008030-001D650C2E0A802E> == Underlying device preparation errors ==
    2020-03-05 20:08:02.055 xcodebuild[19714:226773] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fa9536b5140), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50), 00008030-001D650C2E0A802E> -- Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode.
    Domain: com.apple.platform.iphoneos
    Code: 5
    Failure Reason: allowsSecureServices: 1. isConnected: 0. Platform: <DVTPlatform:0x7fa983525080:'com.apple.platform.iphoneos':<DVTFilePath:0x7fa983524e00:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>>. DTDKDeviceIdentifierIsIDID: 0
    --
    2020-03-05 20:08:02.055 xcodebuild[19714:226773] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fa9536b5140), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50), 00008030-001D650C2E0A802E> == END: Underlying device preparation errors ==
    2020-03-05 20:08:02.440 xcodebuild[19714:226773] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fa9536b5140), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50), 00008030-001D650C2E0A802E> == Underlying device preparation errors ==
    2020-03-05 20:08:02.440 xcodebuild[19714:226773] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fa9536b5140), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50), 00008030-001D650C2E0A802E> -- Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode.
    Domain: com.apple.platform.iphoneos
    Code: 5
    Failure Reason: allowsSecureServices: 1. isConnected: 0. Platform: <DVTPlatform:0x7fa983525080:'com.apple.platform.iphoneos':<DVTFilePath:0x7fa983524e00:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>>. DTDKDeviceIdentifierIsIDID: 0
    --
    2020-03-05 20:08:02.441 xcodebuild[19714:226773] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7fa9536b5140), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50), 00008030-001D650C2E0A802E> == END: Underlying device preparation errors ==
    ** BUILD FAILED **
Xcode's output:

    The path  does not exist
    Command PhaseScriptExecution failed with a nonzero exit code
    note: Using new build system
    note: Planning build
    note: Constructing build description
Could not build the application for the simulator.
Error launching application on iPhone 11 Pro Max.
Exited (sigterm)

## Logs

<!--
     llongo@llongo-mn2 sendo_magro % flutter run --verbose -d Lucas Longo’s iPhone
[  +28 ms] executing: [/Users/llongo/Documents/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +40 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] cc52a903a8639a8f59e84942172456629eb1aa8f
[        ] executing: [/Users/llongo/Documents/flutter/] git describe --match v*.*.* --first-parent --long --tags
[  +86 ms] Exit code 0 from: git describe --match v*.*.* --first-parent --long --tags
[        ] v1.15.8-1-gcc52a903a
[   +8 ms] executing: [/Users/llongo/Documents/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[   +9 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/master
[        ] executing: [/Users/llongo/Documents/flutter/] git ls-remote --get-url origin
[   +9 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +62 ms] executing: [/Users/llongo/Documents/flutter/] git rev-parse --abbrev-ref HEAD
[  +10 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] master
[   +6 ms] executing: sw_vers -productName
[  +18 ms] Exit code 0 from: sw_vers -productName
[        ] Mac OS X
[        ] executing: sw_vers -productVersion
[  +18 ms] Exit code 0 from: sw_vers -productVersion
[        ] 10.15.3
[        ] executing: sw_vers -buildVersion
[  +22 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 19D76
[  +31 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] 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.
[   +3 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +36 ms] executing: /Users/llongo/Library/Android/sdk/platform-tools/adb devices -l
[   +9 ms] Exit code 0 from: /Users/llongo/Library/Android/sdk/platform-tools/adb devices -l
[        ] List of devices attached
           emulator-5554          device product:sdk_gphone_x86 model:Android_SDK_built_for_x86 device:generic_x86 transport_id:2
[  +12 ms] executing: /usr/bin/xcode-select --print-path
[  +10 ms] Exit code 0 from: /usr/bin/xcode-select --print-path
[        ] /Applications/Xcode.app/Contents/Developer
[   +1 ms] executing: /usr/bin/xcodebuild -version
[ +795 ms] Exit code 0 from: /usr/bin/xcodebuild -version
[   +1 ms] Xcode 11.3.1
           Build version 11C504
[   +1 ms] executing: xcrun --find xcdevice
[   +9 ms] Exit code 0 from: xcrun --find xcdevice
[        ] /Applications/Xcode.app/Contents/Developer/usr/bin/xcdevice
[   +2 ms] executing: xcrun xcdevice list --timeout 1
[   +6 ms] /usr/bin/xcrun simctl list --json devices
[+1781 ms] [
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.1 (17A844)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "58D0FE0B-4F1A-4989-A3DC-CB08B555EA0C",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "E0E74130-F890-4EBD-9207-A6DB797AEA1E",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "A2B82F59-0B03-4EED-BDCD-460D8CF1DB62",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.0 (17A577)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "C60AE9CA-D7EC-43D5-8500-5D81C34491AF",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "9ECC3E45-77BE-4E12-9107-C03D7A6D6391",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17K446)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV5,3",
                        "identifier" : "4BA46B94-AAB6-4BC1-B673-8518B8E9A152",
                        "architecture" : "x86_64",
                        "modelName" : "Apple TV",
                        "name" : "Apple TV"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,12",
                        "identifier" : "80EEAD2A-F138-47D0-BAF1-F4D887F9870F",
                        "architecture" : "x86_64",
                        "modelName" : "iPad (7th generation)",
                        "name" : "iPad (7th generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.1 (17A844)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "79DF8094-0E81-4A39-9D85-45F59609AF4A",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "D0599B91-0D69-47E3-ABCA-D2033BDAD1CF",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.1 (17A844)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "F785DABE-7A0F-45ED-8B62-43883F06B5BD",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.1.1 (17S445)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch4,4",
                        "identifier" : "340D921D-C7A1-4C02-99AA-F990E05D050B",
                        "architecture" : "i386",
                        "modelName" : "Apple Watch Series 4 - 44mm",
                        "name" : "Apple Watch Series 4 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "765B3841-E192-4F92-B34D-5C38FD39B5B8",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "441618EF-B503-4AA7-AB98-4565017B5A94",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.1.1 (17S445)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,4",
                        "identifier" : "CD0D0832-4836-4C21-886C-D0639DCF9AAC",
                        "architecture" : "i386",
                        "modelName" : "Apple Watch Series 5 - 44mm",
                        "name" : "Apple Watch Series 5 - 44mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.1 (17A844)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,1",
                        "identifier" : "AB216AD7-622E-4796-ACF7-2497A061280A",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (11-inch)",
                        "name" : "iPad Pro (11-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "87ED24A0-11E4-4DA9-8318-BEF8DFA67A28",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,5",
                        "identifier" : "372A89E7-4779-4616-9D8C-197A139BAB31",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (12.9-inch) (3rd generation)",
                        "name" : "iPad Pro (12.9-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.1 (17A844)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "A395E411-DE66-4D88-8BE2-D6E8C28E80C6",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.1.1 (17S445)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch5,3",
                        "identifier" : "D6F2438B-0730-4290-8266-8EB87E2AF586",
                        "architecture" : "i386",
                        "modelName" : "Apple Watch Series 5 - 40mm",
                        "name" : "Apple Watch Series 5 - 40mm"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,3",
                        "identifier" : "D6325128-F8DC-47C1-98D9-D374975D4E94",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Air (3rd generation)",
                        "name" : "iPad Air (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.0 (17A577)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,3",
                        "identifier" : "A7DD871B-08D3-4EEA-BDB4-1D40CB60D421",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Air (3rd generation)",
                        "name" : "iPad Air (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,1",
                        "identifier" : "7784F812-57EC-4BB2-9F0F-F86448BB6C4A",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (11-inch)",
                        "name" : "iPad Pro (11-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.0 (17A577)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "F4945808-C34D-4AD6-9CE5-2D6B996D84FF",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "2816020F-15C1-441B-A755-E7A59FCCE7E1",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.1 (17A844)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "34C1330B-14CE-497B-A614-E77A97A8BAD3",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "BF0A77B1-98E9-46CE-91CB-E046C50E1452",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,5",
                        "identifier" : "6F46286D-5802-4DA7-B2AF-31B34D726320",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (12.9-inch) (3rd generation)",
                        "name" : "iPad Pro (12.9-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "6.1.1 (17S445)",
                        "available" : true,
                        "platform" : "com.apple.platform.watchsimulator",
                        "modelCode" : "Watch4,3",
                        "identifier" : "346B1C98-DF59-4231-A0F2-717FADAF3CD6",
                        "architecture" : "i386",
                        "modelName" : "Apple Watch Series 4 - 40mm",
                        "name" : "Apple Watch Series 4 - 40mm"
                      },
                      {
                        "simulator" : false,
                        "operatingSystemVersion" : "13.3.1 (17D50)",
                        "interface" : "usb",
                        "available" : true,
                        "platform" : "com.apple.platform.iphoneos",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "00008030-001D650C2E0A802E",
                        "architecture" : "arm64e",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "Lucas Longo’s iPhone"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,1",
                        "identifier" : "EA49E24F-A300-47F3-90F9-71E7A9014DF0",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (11-inch)",
                        "name" : "iPad Pro (11-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.1 (17A844)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "836F7B8C-9F4C-4DCA-BB2E-4978CA895DA3",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.0 (17A577)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,4",
                        "identifier" : "66195F17-8A35-4FC2-A7C7-F88F2FEE0498",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8",
                        "name" : "iPhone 8"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.0 (17A577)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "DE9DF888-3E8F-4B54-B9C1-764C678AFFE4",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,3",
                        "identifier" : "8C9BD95A-9DBD-4727-AC09-BDD1F7955191",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Air (3rd generation)",
                        "name" : "iPad Air (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.1 (17A844)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad11,3",
                        "identifier" : "1F27E22C-DEE8-411A-B93E-3EFBBAD8AFA4",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Air (3rd generation)",
                        "name" : "iPad Air (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.0 (17A577)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,5",
                        "identifier" : "91FCC946-BD83-4A5D-9B75-9D0D6FADA394",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro Max",
                        "name" : "iPhone 11 Pro Max"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.1 (17A844)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,5",
                        "identifier" : "EF43273A-1878-4146-A139-EE7650E9BE06",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (12.9-inch) (3rd generation)",
                        "name" : "iPad Pro (12.9-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.0 (17A577)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad6,4",
                        "identifier" : "D2AFC990-18BF-4DC2-A6A7-30855E953642",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (9.7-inch)",
                        "name" : "iPad Pro (9.7-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,3",
                        "identifier" : "14BED81D-D33D-476B-A16C-251F36B14DF2",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11 Pro",
                        "name" : "iPhone 11 Pro"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17K446)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "302B2F67-0860-4B0A-A1D8-31CDFF5A9E5E",
                        "architecture" : "x86_64",
                        "modelName" : "Apple TV 4K",
                        "name" : "Apple TV 4K"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17K446)",
                        "available" : true,
                        "platform" : "com.apple.platform.appletvsimulator",
                        "modelCode" : "AppleTV6,2",
                        "identifier" : "F7EDB322-3B5B-4D2B-87F8-6F9C1BFBC835",
                        "architecture" : "x86_64",
                        "modelName" : "Apple TV 4K (at 1080p)",
                        "name" : "Apple TV 4K (at 1080p)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.0 (17A577)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,1",
                        "identifier" : "5FFA6C7C-2C22-4110-8ACA-695424A8B94F",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (11-inch)",
                        "name" : "iPad Pro (11-inch)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.0 (17A577)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad8,5",
                        "identifier" : "F3018FCD-742C-4AE1-BC6E-0452EEA48612",
                        "architecture" : "x86_64",
                        "modelName" : "iPad Pro (12.9-inch) (3rd generation)",
                        "name" : "iPad Pro (12.9-inch) (3rd generation)"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.2.2 (17B102)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone10,5",
                        "identifier" : "38278DE4-8188-4DD7-B893-5431CFF77750",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 8 Plus",
                        "name" : "iPhone 8 Plus"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPhone12,1",
                        "identifier" : "4B327349-275A-4C18-B183-6DA31B927C9F",
                        "architecture" : "x86_64",
                        "modelName" : "iPhone 11",
                        "name" : "iPhone 11"
                      },
                      {
                        "simulator" : true,
                        "operatingSystemVersion" : "13.3 (17C45)",
                        "available" : true,
                        "platform" : "com.apple.platform.iphonesimulator",
                        "modelCode" : "iPad7,12",
                        "identifier" : "BB282917-67E5-412B-9B0A-C646596ACF1A",
                        "architecture" : "x86_64",
                        "modelName" : "iPad (7th generation)",
                        "name" : "iPad (7th generation)"
                      }
                    ]

                    2020-03-05 20:12:12.562 xcdevice[20644:242029] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7f841f121850), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50),
                    00008030-001D650C2E0A802E> == Underlying device preparation errors ==
                    2020-03-05 20:12:12.562 xcdevice[20644:242029] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7f841f121850), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50),
                    00008030-001D650C2E0A802E> -- Failed _shouldMakeReadyForDevelopment check even though device is not locked by passcode.
                    Domain: com.apple.platform.iphoneos
                    Code: 5
                    Failure Reason: allowsSecureServices: 1. isConnected: 0. Platform:
                    <DVTPlatform:0x7f841f016cc0:'com.apple.platform.iphoneos':<DVTFilePath:0x7f841f016c40:'/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform'>>.
                    DTDKDeviceIdentifierIsIDID: 0
                    --
                    2020-03-05 20:12:12.562 xcdevice[20644:242029] [MT] iPhoneConnect: 📱<DVTiOSDevice (0x7f841f121850), Lucas Longo’s iPhone, iPhone, 13.3.1 (17D50),
                    00008030-001D650C2E0A802E> == END: Underlying device preparation errors ==
[  +59 ms] Artifact Instance of 'AndroidMavenArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update.
[   +9 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +18 ms] "flutter run" took 2,877ms.
Target file "Longo’s" not found.
#0      FlutterCommand.validateCommand (package:flutter_tools/src/runner/flutter_command.dart:812:9)
#1      RunCommand.validateCommand (package:flutter_tools/src/commands/run.dart:327:19)
#2      FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:691:11)
<asynchronous suspension>
#3      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:609:33)
<asynchronous suspension>
#4      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart)
#5      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
#6      _rootRun (dart:async/zone.dart:1126:13)
#7      _CustomZone.run (dart:async/zone.dart:1023:19)
#8      _runZoned (dart:async/zone.dart:1518:10)
#9      runZoned (dart:async/zone.dart:1465:12)
#10     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
#11     FlutterCommand.run (package:flutter_tools/src/runner/flutter_command.dart:599:20)
#12     CommandRunner.runCommand (package:args/command_runner.dart:197:27)
#13     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:338:21)
<asynchronous suspension>
#14     FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart)
#15     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
#16     _rootRun (dart:async/zone.dart:1126:13)
#17     _CustomZone.run (dart:async/zone.dart:1023:19)
#18     _runZoned (dart:async/zone.dart:1518:10)
#19     runZoned (dart:async/zone.dart:1465:12)
#20     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
#21     FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:288:19)
#22     CommandRunner.run.<anonymous closure> (package:args/command_runner.dart:112:25)
#23     new Future.sync (dart:async/future.dart:224:31)
#24     CommandRunner.run (package:args/command_runner.dart:112:14)
#25     FlutterCommandRunner.run (package:flutter_tools/src/runner/flutter_command_runner.dart:231:18)
#26     run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:63:22)
#27     _rootRun (dart:async/zone.dart:1126:13)
#28     _CustomZone.run (dart:async/zone.dart:1023:19)
#29     _runZoned (dart:async/zone.dart:1518:10)
#30     runZoned (dart:async/zone.dart:1502:12)
#31     run.<anonymous closure> (package:flutter_tools/runner.dart:61:18)
<asynchronous suspension>
#32     run.<anonymous closure> (package:flutter_tools/runner.dart)
#33     runInContext.runnerWrapper (package:flutter_tools/src/context_runner.dart:69:18)
<asynchronous suspension>
#34     runInContext.runnerWrapper (package:flutter_tools/src/context_runner.dart)
#35     AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:29)
#36     _rootRun (dart:async/zone.dart:1126:13)
#37     _CustomZone.run (dart:async/zone.dart:1023:19)
#38     _runZoned (dart:async/zone.dart:1518:10)
#39     runZoned (dart:async/zone.dart:1465:12)
#40     AppContext.run (package:flutter_tools/src/base/context.dart:149:18)
#41     runInContext (package:flutter_tools/src/context_runner.dart:72:24)
#42     run (package:flutter_tools/runner.dart:50:10)
<asynchronous suspension>
#43     main (package:flutter_tools/executable.dart:69:9)
#44     main (file:///Users/llongo/Documents/flutter/packages/flutter_tools/bin/flutter_tools.dart:8:3)
#45     _startIsolate.<anonymous closure> (dart:isolate-patch/isolate_patch.dart:299:32)
#46     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:168:12)
llongo@llongo-mn2 sendo_magro % flutter doctor -v
[✓] Flutter (Channel master, v1.15.9-pre.1, on Mac OS X 10.15.3 19D76, locale en-US)
    • Flutter version 1.15.9-pre.1 at /Users/llongo/Documents/flutter
    • Framework revision cc52a903a8 (25 hours ago), 2020-03-04 18:59:18 -0800
    • Engine revision 810727bf3f
    • Dart version 2.8.0 (build 2.8.0-dev.11.0 57462f9ca5)

 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at /Users/llongo/Library/Android/sdk
    • Android NDK location not configured (optional; useful for native profiling support)
    • Platform android-29, build-tools 29.0.2
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)
    • All Android licenses accepted.

[✓] Xcode - develop for iOS and macOS (Xcode 11.3.1)
    • Xcode at /Applications/Xcode.app/Contents/Developer
    • Xcode 11.3.1, Build version 11C504
    • CocoaPods version 1.8.4

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

[✓] Android Studio (version 3.5)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 40.2.2
    • Dart plugin version 191.8593
    • Java version OpenJDK Runtime Environment (build 1.8.0_202-release-1483-b49-5587405)

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

[✓] Connected device (6 available)
    • Android SDK built for x86 • emulator-5554                        • android-x86    • Android 10 (API 29) (emulator)
    • Lucas Longo’s iPhone      • 00008030-001D650C2E0A802E            • ios            • iOS 13.3.1
    • iPhone 11 Pro Max         • 765B3841-E192-4F92-B34D-5C38FD39B5B8 • ios            • com.apple.CoreSimulator.SimRuntime.iOS-13-3 (simulator)
    • macOS                     • macOS                                • darwin-x64     • Mac OS X 10.15.3 19D76
    • Chrome                    • chrome                               • web-javascript • Google Chrome 80.0.3987.132
    • Web Server                • web-server                           • web-javascript • Flutter Tools

• No issues found!
@dpedrinha
Copy link

Getting a similar issue. Tried stable, master and beta channels.

@longol
Copy link
Author

longol commented Mar 6, 2020

works fine on Android emulator

@iapicca iapicca closed this as completed Mar 6, 2020
@iapicca iapicca reopened this Mar 6, 2020
@iapicca
Copy link
Contributor

iapicca commented Mar 6, 2020

not dupe, but possibly related to
#51711
#51457
#51389

@iapicca iapicca added c: crash Stack traces logged to the console tool Affects the "flutter" command-line tool. See also t: labels. platform-mac Building on or for macOS specifically platform-ios iOS applications specifically labels Mar 6, 2020
@dylanmoo
Copy link

dylanmoo commented Mar 6, 2020

I'm having the same issue. The issue seemingly popped up out of nowhere. I had just built to my device a couple hours prior. I've tried stable and beta flutter channels as well as restarting my computer.

@longol
Copy link
Author

longol commented Mar 6, 2020 via email

@dylanmoo
Copy link

dylanmoo commented Mar 6, 2020

I just noticed that you tried running on an iPhone 11 Pro Max. I normally do debugging on an iPhone 11 Pro, but I needed larger screenshots so for the first time, I selected iPhone 11 Pro Max as the Simulator to build to. I believe this is when I first encountered the issue.

Have you built to this device before?

@longol
Copy link
Author

longol commented Mar 6, 2020 via email

@jmagman
Copy link
Member

jmagman commented Mar 6, 2020

Target file "Longo’s" not found.
flutter run --verbose -d Lucas Longo’s iPhone I'm guessing you need quotes around your device name passed to the -d flag:
flutter run --verbose -d "Lucas Longo’s iPhone"
@longol can you try with those quotes? Or use the device identifier from flutter devices? Or are you running from an IDE?

@jmagman
Copy link
Member

jmagman commented Mar 6, 2020

@dpedrinha @dylanmoo I don't have your run commands so I can't guess if it's the same issue.

@jmagman jmagman added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Mar 6, 2020
@jmagman jmagman added this to Awaiting triage in Tools - Xcode review via automation Mar 6, 2020
@jmagman jmagman changed the title Xcode updated now my iOS app won't build flutter run fails: the path does not exist, target file not found. Mar 6, 2020
@jmagman jmagman changed the title flutter run fails: the path does not exist, target file not found. flutter run fails: the path does not exist, target file not found Mar 6, 2020
@longol
Copy link
Author

longol commented Mar 7, 2020

UPDATE: I've created the project from scratch and as soon as I add firebase database, I can no longer compile to iOS. Android works perfectly. I did a "flutter clean" before running "flutter run -d 'iPhone 11' --verbose"

<--

                    FRAMEWORK_SEARCH_PATHS =  "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/BoringSSL-GRPC"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseAuth"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseCore"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseCoreDiagnostics"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseDatabase"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseFirestore"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseInstallations"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/GTMSessionFetcher"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/GoogleDataTransport"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/GoogleDataTransportCCTSupport"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/GoogleUtilities"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/PromisesObjC"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/abseil"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/firebase_auth"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/firebase_core"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/firebase_database"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/gRPC-C++"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/gRPC-Core"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/leveldb-library"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/nanopb"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/../Flutter"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/FirebaseAnalytics/Frameworks"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/GoogleAppMeasurement/Frameworks"
                    /Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter
                    FRAMEWORK_VERSION = A
                    FULL_PRODUCT_NAME = Runner.app
                    GCC3_VERSION = 3.3
                    GCC_C_LANGUAGE_STANDARD = gnu99
                    GCC_INLINES_ARE_PRIVATE_EXTERN = YES
                    GCC_NO_COMMON_BLOCKS = YES
                    GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++
                    GCC_PREPROCESSOR_DEFINITIONS =  COCOAPODS=1  PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1
                    GCC_SYMBOLS_PRIVATE_EXTERN = YES
                    GCC_THUMB_SUPPORT = YES
                    GCC_TREAT_WARNINGS_AS_ERRORS = NO
                    GCC_VERSION = com.apple.compilers.llvm.clang.1_0
                    GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
                    GCC_WARN_64_TO_32_BIT_CONVERSION = YES
                    GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
                    GCC_WARN_UNDECLARED_SELECTOR = YES
                    GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
                    GCC_WARN_UNUSED_FUNCTION = YES
                    GCC_WARN_UNUSED_VARIABLE = YES
                    GENERATE_MASTER_OBJECT_FILE = NO
                    GENERATE_PKGINFO_FILE = YES
                    GENERATE_PROFILING_CODE = NO
                    GENERATE_TEXT_BASED_STUBS = NO
                    GID = 20
                    GROUP = staff
                    HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
                    HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
                    HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
                    HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
                    HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
                    HEADERMAP_USES_VFS = NO
                    HEADER_SEARCH_PATHS =
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/BoringSSL-GRPC/openssl_grpc.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseAuth/FirebaseAuth.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseCore/FirebaseCore.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Hea
                    ders" "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseDatabase/FirebaseDatabase.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseFirestore/FirebaseFirestore.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/FirebaseInstallations/FirebaseInstallations.framework/Headers
                    " "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/GTMSessionFetcher/GTMSessionFetcher.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/GoogleDataTransport/GoogleDataTransport.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.f
                    ramework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/GoogleUtilities/GoogleUtilities.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/PromisesObjC/FBLPromises.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/abseil/absl.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/firebase_auth/firebase_auth.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/firebase_core/firebase_core.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/firebase_database/firebase_database.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/gRPC-C++/grpcpp.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/gRPC-Core/grpc.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/leveldb-library/leveldb.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/nanopb/nanopb.framework/Headers"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/Firebase"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseAuthInterop"
                    "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseCoreDiagnosticsInterop"
                    /Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Firebase/CoreOnly/Sources "/Sources/FBLPromises/include"
                    HIDE_BITCODE_SYMBOLS = YES
                    HOME = /Users/llongo
                    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 = llongo
                    INSTALL_PATH = /Applications
                    INSTALL_ROOT = /tmp/Runner.dst
                    IPHONEOS_DEPLOYMENT_TARGET = 8.0
                    JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
                    JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
                    JAVA_ARCHIVE_CLASSES = YES
                    JAVA_ARCHIVE_TYPE = JAR
                    JAVA_COMPILER = /usr/bin/javac
                    JAVA_FOLDER_PATH = Runner.app/Java
                    JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
                    JAVA_JAR_FLAGS = cv
                    JAVA_SOURCE_SUBDIR = .
                    JAVA_USE_DEPENDENCIES = YES
                    JAVA_ZIP_FLAGS = -urg
                    JIKES_DEFAULT_FLAGS = +E +OLDCSO
                    KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
                    KEEP_PRIVATE_EXTERNS = NO
                    LD_DEPENDENCY_INFO_FILE =
                    /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependen
                    cy_info.dat
                    LD_GENERATE_MAP_FILE = NO
                    LD_MAP_FILE_PATH =
                    /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-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' '@loader_path/Frameworks' @executable_path/Frameworks
                    LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
                    LEX = lex
                    LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions
                    LIBRARY_FLAG_NOSPACE = YES
                    LIBRARY_FLAG_PREFIX = -l
                    LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
                    LIBRARY_SEARCH_PATHS =  /Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter
                    LINKER_DISPLAYS_MANGLED_NAMES = NO
                    LINK_FILE_LIST_normal_arm64 = 
                    LINK_FILE_LIST_normal_armv7 = 
                    LINK_WITH_STANDARD_LIBRARIES = YES
                    LLVM_TARGET_TRIPLE_OS_VERSION = ios8.0
                    LLVM_TARGET_TRIPLE_VENDOR = apple
                    LOCALIZABLE_CONTENT_DIR = 
                    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 = 19D76
                    MAC_OS_X_VERSION_ACTUAL = 101503
                    MAC_OS_X_VERSION_MAJOR = 101500
                    MAC_OS_X_VERSION_MINOR = 1503
                    METAL_LIBRARY_FILE_BASE = default
                    METAL_LIBRARY_OUTPUT_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/Runner.app
                    MODULES_FOLDER_PATH = Runner.app/Modules
                    MODULE_CACHE_DIR = /Users/llongo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
                    MTL_ENABLE_DEBUG_INFO = NO
                    NATIVE_ARCH = armv7
                    NATIVE_ARCH_32_BIT = i386
                    NATIVE_ARCH_64_BIT = x86_64
                    NATIVE_ARCH_ACTUAL = x86_64
                    NO_COMMON = YES
                    OBJECT_FILE_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build/Objects
                    OBJECT_FILE_DIR_normal =
                    /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build/Objects-normal
                    OBJROOT = /Users/llongo/Desktop/APPS/sendo_magro/ios/build
                    ONLY_ACTIVE_ARCH = NO
                    OS = MACOS
                    OSAC = /usr/bin/osacompile
                    OTHER_LDFLAGS =  -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"z" -framework "CFNetwork" -framework "FBLPromises" -framework
                    "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework "FirebaseAuth" -framework "FirebaseCore" -framework
                    "FirebaseCoreDiagnostics" -framework "FirebaseDatabase" -framework "FirebaseFirestore" -framework "FirebaseInstallations"
                    -framework "Flutter" -framework "Foundation" -framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework
                    "GoogleDataTransport" -framework "GoogleDataTransportCCTSupport" -framework "GoogleUtilities" -framework "MobileCoreServices"
                    -framework "SafariServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit"
                    -framework "absl" -framework "firebase_auth" -framework "firebase_core" -framework "firebase_database" -framework "grpc"
                    -framework "grpcpp" -framework "leveldb" -framework "nanopb" -framework "openssl_grpc"
                    PACKAGE_TYPE = com.apple.package-type.wrapper.application
                    PASCAL_STRINGS = YES
                    PATH =
                    /Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/export/content/granular/bin:/us
                    r/local/linkedin/bin:/export/content/linkedin/bin:/Users/llongo/Documents/flutter/bin:/Users/llongo/Documents/flutter/bin
                    PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES = /usr/include /usr/local/include /System/Library/Frameworks
                    /System/Library/PrivateFrameworks /Applications/Xcode.app/Contents/Developer/Headers
                    /Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms
                    PBDEVELOPMENTPLIST_PATH = Runner.app/pbdevelopment.plist
                    PFE_FILE_C_DIALECTS = objective-c
                    PKGINFO_FILE_PATH = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build/PkgInfo
                    PKGINFO_PATH = Runner.app/PkgInfo
                    PLATFORM_DEVELOPER_APPLICATIONS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
                    PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
                    PLATFORM_DEVELOPER_LIBRARY_DIR =
                    /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
                    PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
                    PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
                    PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
                    PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
                    PLATFORM_DISPLAY_NAME = iOS
                    PLATFORM_NAME = iphoneos
                    PLATFORM_PREFERRED_ARCH = arm64
                    PLATFORM_PRODUCT_BUILD_VERSION = 17B102
                    PLIST_FILE_OUTPUT_FORMAT = binary
                    PLUGINS_FOLDER_PATH = Runner.app/PlugIns
                    PODS_BUILD_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build
                    PODS_CONFIGURATION_BUILD_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos
                    PODS_PODFILE_DIR_PATH = /Users/llongo/Desktop/APPS/sendo_magro/ios/.
                    PODS_ROOT = /Users/llongo/Desktop/APPS/sendo_magro/ios/Pods
                    PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
                    PRECOMP_DESTINATION_DIR =
                    /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
                    PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
                    PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
                    PRODUCT_BUNDLE_IDENTIFIER = br.com.adrianacarioba.sendomagro
                    PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
                    PRODUCT_MODULE_NAME = Runner
                    PRODUCT_NAME = Runner
                    PRODUCT_SETTINGS_PATH = /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Info.plist
                    PRODUCT_TYPE = com.apple.product-type.application
                    PROFILING_CODE = NO
                    PROJECT = Runner
                    PROJECT_DERIVED_FILE_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/DerivedSources
                    PROJECT_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios
                    PROJECT_FILE_PATH = /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner.xcodeproj
                    PROJECT_NAME = Runner
                    PROJECT_TEMP_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build
                    PROJECT_TEMP_ROOT = /Users/llongo/Desktop/APPS/sendo_magro/ios/build
                    PROVISIONING_PROFILE_REQUIRED = YES
                    PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
                    RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
                    REMOVE_CVS_FROM_RESOURCES = YES
                    REMOVE_GIT_FROM_RESOURCES = YES
                    REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
                    REMOVE_HG_FROM_RESOURCES = YES
                    REMOVE_SVN_FROM_RESOURCES = YES
                    RESOURCE_RULES_REQUIRED = YES
                    REZ_COLLECTOR_DIR =
                    /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources
                    REZ_OBJECTS_DIR =
                    /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build/ResourceManagerResources/Objects
                    SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
                    SCRIPTS_FOLDER_PATH = Runner.app/Scripts
                    SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk
                    SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk
                    SDK_DIR_iphoneos13_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk
                    SDK_NAME = iphoneos13.2
                    SDK_NAMES = iphoneos13.2
                    SDK_PRODUCT_BUILD_VERSION = 17B102
                    SDK_VERSION = 13.2
                    SDK_VERSION_ACTUAL = 130200
                    SDK_VERSION_MAJOR = 130000
                    SDK_VERSION_MINOR = 200
                    SED = /usr/bin/sed
                    SEPARATE_STRIP = NO
                    SEPARATE_SYMBOL_EDIT = NO
                    SET_DIR_MODE_OWNER_GROUP = YES
                    SET_FILE_MODE_OWNER_GROUP = NO
                    SHALLOW_BUNDLE = YES
                    SHARED_DERIVED_FILE_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos/DerivedSources
                    SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
                    SHARED_PRECOMPS_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/SharedPrecompiledHeaders
                    SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
                    SKIP_INSTALL = NO
                    SOURCE_ROOT = /Users/llongo/Desktop/APPS/sendo_magro/ios
                    SRCROOT = /Users/llongo/Desktop/APPS/sendo_magro/ios
                    STRINGS_FILE_OUTPUT_ENCODING = binary
                    STRIP_BITCODE_FROM_COPIED_FILES = YES
                    STRIP_INSTALLED_PRODUCT = YES
                    STRIP_STYLE = all
                    STRIP_SWIFT_SYMBOLS = YES
                    SUPPORTED_DEVICE_FAMILIES = 1,2
                    SUPPORTED_PLATFORMS = iphoneos
                    SUPPORTS_MACCATALYST = NO
                    SUPPORTS_TEXT_BASED_API = NO
                    SWIFT_COMPILATION_MODE = wholemodule
                    SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
                    SWIFT_OPTIMIZATION_LEVEL = -O
                    SWIFT_PLATFORM_TARGET_PREFIX = ios
                    SWIFT_VERSION = 5.0
                    SYMROOT = /Users/llongo/Desktop/APPS/sendo_magro/ios/build
                    SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
                    SYSTEM_APPS_DIR = /Applications
                    SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
                    SYSTEM_DEMOS_DIR = /Applications/Extras
                    SYSTEM_DEVELOPER_APPS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
                    SYSTEM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
                    SYSTEM_DEVELOPER_DEMOS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples
                    SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
                    SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
                    SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
                    SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
                    SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
                    SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
                    SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
                    SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
                    SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference
                    Library/releasenotes/DeveloperTools
                    SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
                    SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
                    SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                    SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
                    SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
                    SYSTEM_LIBRARY_DIR = /System/Library
                    TAPI_VERIFY_MODE = ErrorsOnly
                    TARGETED_DEVICE_FAMILY = 1,2
                    TARGETNAME = Runner
                    TARGET_BUILD_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Release-iphoneos
                    TARGET_NAME = Runner
                    TARGET_TEMP_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build
                    TEMP_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build
                    TEMP_FILES_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build
                    TEMP_FILE_DIR = /Users/llongo/Desktop/APPS/sendo_magro/ios/build/Runner.build/Release-iphoneos/Runner.build
                    TEMP_ROOT = /Users/llongo/Desktop/APPS/sendo_magro/ios/build
                    TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
                    TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
                    UID = 23073
                    UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
                    UNSTRIPPED_PRODUCT = NO
                    USER = llongo
                    USER_APPS_DIR = /Users/llongo/Applications
                    USER_LIBRARY_DIR = /Users/llongo/Library
                    USE_DYNAMIC_NO_PIC = YES
                    USE_HEADERMAP = YES
                    USE_HEADER_SYMLINKS = NO
                    USE_LLVM_TARGET_TRIPLES = YES
                    USE_LLVM_TARGET_TRIPLES_FOR_CLANG = YES
                    USE_LLVM_TARGET_TRIPLES_FOR_LD = YES
                    USE_LLVM_TARGET_TRIPLES_FOR_TAPI = YES
                    USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES
                    VALIDATE_PRODUCT = YES
                    VALIDATE_WORKSPACE = NO
                    VALID_ARCHS = arm64 arm64e armv7 armv7s
                    VERBOSE_PBXCP = NO
                    VERSIONING_SYSTEM = apple-generic
                    VERSIONPLIST_PATH = Runner.app/version.plist
                    VERSION_INFO_BUILDER = llongo
                    VERSION_INFO_FILE = Runner_vers.c
                    VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-"
                    WRAPPER_EXTENSION = app
                    WRAPPER_NAME = Runner.app
                    WRAPPER_SUFFIX = .app
                    WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
                    XCODE_APP_SUPPORT_DIR = /Applications/Xcode.app/Contents/Developer/Library/Xcode
                    XCODE_PRODUCT_BUILD_VERSION = 11C504
                    XCODE_VERSION_ACTUAL = 1131
                    XCODE_VERSION_MAJOR = 1100
                    XCODE_VERSION_MINOR = 1130
                    XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
                    YACC = yacc
                    arch = arm64
                    variant = normal

[ +41 ms] Building Runner.app for 4B327349-275A-4C18-B183-6DA31B927C9F.
[ +26 ms] Initializing file store
[ +19 ms] executing: script /dev/null /usr/bin/log stream --style syslog --predicate processImagePath CONTAINS "4B327349-275A-4C18-B183-6DA31B927C9F"
[ ] kernel_snapshot: Starting due to {}
[ +10 ms] /Users/llongo/Documents/flutter/bin/cache/dart-sdk/bin/dart
/Users/llongo/Documents/flutter/bin/cache/artifacts/engine/darwin-x64/frontend_server.dart.snapshot --sdk-root
/Users/llongo/Documents/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --target=flutter -Ddart.developer.causal_async_stacks=true
-Ddart.vm.profile=false -Ddart.vm.product=false
--bytecode-options=source-positions,local-var-info,debugger-stops,instance-field-initializers,keep-unreachable-code,avoid-closure-call-instructions
--enable-asserts --track-widget-creation --no-link-platform --packages /Users/llongo/Desktop/APPS/sendo_magro/.packages --output-dill
/Users/llongo/Desktop/APPS/sendo_magro/.dart_tool/flutter_build/261961607613dcd1ffedaf920a2d3d6e/app.dill --depfile
/Users/llongo/Desktop/APPS/sendo_magro/.dart_tool/flutter_build/261961607613dcd1ffedaf920a2d3d6e/kernel_snapshot.d package:sendo_magro/main.dart
[ +22 ms] [DEVICE LOG] Filtering the log data using "processImagePath CONTAINS "4B327349-275A-4C18-B183-6DA31B927C9F""
[+6350 ms] kernel_snapshot: Complete
[+1396 ms] copy_flutter_bundle: Starting due to {}
[ +149 ms] copy_flutter_bundle: Complete
[ +722 ms] Persisting file store
[ +7 ms] Done persisting file store
[ +19 ms] executing: [/Users/llongo/Desktop/APPS/sendo_magro/ios/] /usr/bin/xcodebuild -list
[+1518 ms] 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

[ +23 ms] Found plugin firebase_auth at /Users/llongo/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth-0.15.4/
[ +2 ms] Found plugin firebase_auth_web at /Users/llongo/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_auth_web-0.1.2/
[ +1 ms] Found plugin firebase_core at /Users/llongo/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core-0.4.3+2/
[ +2 ms] Found plugin firebase_core_web at /Users/llongo/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_core_web-0.1.1+2/
[ +1 ms] Found plugin firebase_database at /Users/llongo/Documents/flutter/.pub-cache/hosted/pub.dartlang.org/firebase_database-3.1.1/
[ +27 ms] executing: which pod
[ +34 ms] executing: pod --version
[ +924 ms] 1.8.4
[ +3 ms] Running pod install...
[+8491 ms] Running pod install... (completed in 8.5s)
[ ] CocoaPods' output:

[ +19 ms] Preparing

           Analyzing dependencies
       
           Inspecting targets to integrate
             Using `ARCHS` setting to build architectures of target `Pods-Runner`: (``)
       
           Finding Podfile changes
             - Firebase
             - Flutter
             - firebase_auth
             - firebase_auth_web
             - firebase_core
             - firebase_core_web
             - firebase_database
       
           Fetching external sources
           -> Fetching podspec for `Flutter` from `Flutter`
           -> Fetching podspec for `firebase_auth` from `.symlinks/plugins/firebase_auth/ios`
           -> Fetching podspec for `firebase_auth_web` from `.symlinks/plugins/firebase_auth_web/ios`
           -> Fetching podspec for `firebase_core` from `.symlinks/plugins/firebase_core/ios`
           -> Fetching podspec for `firebase_core_web` from `.symlinks/plugins/firebase_core_web/ios`
           -> Fetching podspec for `firebase_database` from `.symlinks/plugins/firebase_database/ios`
       
           Resolving dependencies of `Podfile`
             CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local because checking is only perfomed in repo update
             CDN: trunk Relative path: all_pods_versions_0_3_5.txt exists! Returning local because checking is only perfomed in repo update
             CDN: trunk Relative path: Specs/0/3/5/Firebase/6.18.0/Firebase.podspec.json exists! Returning local because checking is only perfomed

in repo
update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.18.0/Firebase.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.18.0/Firebase.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.18.0/Firebase.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.18.0/Firebase.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/0/3/5/Firebase/6.18.0/Firebase.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: all_pods_versions_e_2_1.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/2/1/FirebaseAnalytics/6.3.0/FirebaseAnalytics.podspec.json exists! Returning local because checking
is only
perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_9_f.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/9/f/FirebaseFirestore/1.11.0/FirebaseFirestore.podspec.json exists! Returning local because checking
is only
perfomed in repo update
CDN: trunk Relative path: all_pods_versions_6_3_6.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/3/6/FirebaseAuth/6.4.3/FirebaseAuth.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: all_pods_versions_d_8_2.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/d/8/2/FirebaseDatabase/6.1.4/FirebaseDatabase.podspec.json exists! Returning local because checking is
only
perfomed in repo update
CDN: trunk Relative path: all_pods_versions_8_b_d.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.6.3/FirebaseCore.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: Specs/e/2/1/FirebaseAnalytics/6.3.0/FirebaseAnalytics.podspec.json exists! Returning local because checking
is only
perfomed in repo update
CDN: trunk Relative path: all_pods_versions_2_f_7.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/2/f/7/FirebaseInstallations/1.1.0/FirebaseInstallations.podspec.json exists! Returning local because
checking is
only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_e_3_b.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/e/3/b/GoogleAppMeasurement/6.3.0/GoogleAppMeasurement.podspec.json exists! Returning local because
checking is
only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_8_4.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: all_pods_versions_6_1_e.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in
repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in
repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in
repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in
repo update
CDN: trunk Relative path: Specs/d/8/2/FirebaseDatabase/6.1.4/FirebaseDatabase.podspec.json exists! Returning local because checking is
only
perfomed in repo update
CDN: trunk Relative path: all_pods_versions_a_d_a.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/a/d/a/leveldb-library/1.22/leveldb-library.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: all_pods_versions_4_2_7.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/4/2/7/FirebaseAuthInterop/1.0.0/FirebaseAuthInterop.podspec.json exists! Returning local because
checking is only
perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.6.3/FirebaseCore.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: all_pods_versions_8_9_c.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/9/c/FirebaseCoreDiagnosticsInterop/1.2.0/FirebaseCoreDiagnosticsInterop.podspec.json exists!
Returning local
because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_8_3_c.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/3/c/FirebaseCoreDiagnostics/1.2.1/FirebaseCoreDiagnostics.podspec.json exists! Returning local
because checking
is only perfomed in repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.6.3/FirebaseCore.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.6.3/FirebaseCore.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: Specs/e/3/b/GoogleAppMeasurement/6.3.0/GoogleAppMeasurement.podspec.json exists! Returning local because
checking is
only perfomed in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/0/9/f/FirebaseFirestore/1.11.0/FirebaseFirestore.podspec.json exists! Returning local because checking
is only
perfomed in repo update
CDN: trunk Relative path: all_pods_versions_3_8_6.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/1.20200225.0/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: all_pods_versions_c_8_7.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/8/7/gRPC-C++/1.28.0-pre1/gRPC-C++.podspec.json exists! Returning local because checking is only
perfomed in repo
update
CDN: trunk Relative path: Specs/8/b/d/FirebaseCore/6.6.3/FirebaseCore.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in
repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/8/9/c/FirebaseCoreDiagnosticsInterop/1.2.0/FirebaseCoreDiagnosticsInterop.podspec.json exists!
Returning local
because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/8/3/c/FirebaseCoreDiagnostics/1.2.1/FirebaseCoreDiagnostics.podspec.json exists! Returning local
because checking
is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_b_c_f.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/b/c/f/GoogleDataTransportCCTSupport/1.4.1/GoogleDataTransportCCTSupport.podspec.json exists! Returning
local
because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/c/8/7/gRPC-C++/0.0.9/gRPC-C++.podspec.json exists! Returning local because checking is only perfomed in
repo
update
CDN: trunk Relative path: Specs/c/8/7/gRPC-C++/0.0.9/gRPC-C++.podspec.json exists! Returning local because checking is only perfomed in
repo
update
CDN: trunk Relative path: Specs/c/8/7/gRPC-C++/0.0.9/gRPC-C++.podspec.json exists! Returning local because checking is only perfomed in
repo
update
CDN: trunk Relative path: all_pods_versions_9_1_0.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/9/1/0/gRPC-Core/1.28.0-pre1/gRPC-Core.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: Specs/6/1/e/nanopb/0.3.9011/nanopb.podspec.json exists! Returning local because checking is only perfomed in
repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/a/d/a/leveldb-library/1.22/leveldb-library.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/b/c/f/GoogleDataTransportCCTSupport/1.4.1/GoogleDataTransportCCTSupport.podspec.json exists! Returning
local
because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_6_a.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/6/a/GoogleDataTransport/4.0.1/GoogleDataTransport.podspec.json exists! Returning local because
checking is only
perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/6/3/6/FirebaseAuth/6.4.3/FirebaseAuth.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: all_pods_versions_c_e_3.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/e/3/GTMSessionFetcher/1.3.1/GTMSessionFetcher.podspec.json exists! Returning local because checking
is only
perfomed in repo update
CDN: trunk Relative path: Specs/c/e/3/GTMSessionFetcher/1.3.1/GTMSessionFetcher.podspec.json exists! Returning local because checking
is only
perfomed in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/0/6/a/GoogleDataTransport/4.0.1/GoogleDataTransport.podspec.json exists! Returning local because
checking is only
perfomed in repo update
CDN: trunk Relative path: Specs/2/f/7/FirebaseInstallations/1.1.0/FirebaseInstallations.podspec.json exists! Returning local because
checking is
only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_0_b_5.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/0/b/5/PromisesObjC/1.2.8/PromisesObjC.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: Specs/0/8/4/GoogleUtilities/6.5.1/GoogleUtilities.podspec.json exists! Returning local because checking is
only perfomed
in repo update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/3/8/6/abseil/0.20190808/abseil.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/4/2/7/FirebaseAuthInterop/1.0.0/FirebaseAuthInterop.podspec.json exists! Returning local because
checking is only
perfomed in repo update
CDN: trunk Relative path: Specs/9/1/0/gRPC-Core/1.21.0/gRPC-Core.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/9/1/0/gRPC-Core/1.21.0/gRPC-Core.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: Specs/9/1/0/gRPC-Core/1.21.0/gRPC-Core.podspec.json exists! Returning local because checking is only perfomed
in repo
update
CDN: trunk Relative path: all_pods_versions_f_8_8.txt exists! Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/f/8/8/BoringSSL-GRPC/0.0.7/BoringSSL-GRPC.podspec.json exists! Returning local because checking is only
perfomed
in repo update
CDN: trunk Relative path: Specs/0/b/5/PromisesObjC/1.2.8/PromisesObjC.podspec.json exists! Returning local because checking is only
perfomed in
repo update
CDN: trunk Relative path: Specs/f/8/8/BoringSSL-GRPC/0.0.3/BoringSSL-GRPC.podspec.json exists! Returning local because checking is only
perfomed
in repo update
CDN: trunk Relative path: Specs/f/8/8/BoringSSL-GRPC/0.0.3/BoringSSL-GRPC.podspec.json exists! Returning local because checking is only
perfomed
in repo update
CDN: trunk Relative path: Specs/f/8/8/BoringSSL-GRPC/0.0.3/BoringSSL-GRPC.podspec.json exists! Returning local because checking is only
perfomed
in repo update

           Comparing resolved specification to the sandbox manifest
             - BoringSSL-GRPC
             - Firebase
             - FirebaseAnalytics
             - FirebaseAuth
             - FirebaseAuthInterop
             - FirebaseCore
             - FirebaseCoreDiagnostics
             - FirebaseCoreDiagnosticsInterop
             - FirebaseDatabase
             - FirebaseFirestore
             - FirebaseInstallations
             - Flutter
             - GTMSessionFetcher
             - GoogleAppMeasurement
             - GoogleDataTransport
             - GoogleDataTransportCCTSupport
             - GoogleUtilities
             - PromisesObjC
             - abseil
             - firebase_auth
             - firebase_auth_web
             - firebase_core
             - firebase_core_web
             - firebase_database
             - gRPC-C++
             - gRPC-Core
             - leveldb-library
             - nanopb
       
           Downloading dependencies
       
           -> Using BoringSSL-GRPC (0.0.3)
       
           -> Using Firebase (6.18.0)
       
           -> Using FirebaseAnalytics (6.3.0)
       
           -> Using FirebaseAuth (6.4.3)
       
           -> Using FirebaseAuthInterop (1.0.0)
       
           -> Using FirebaseCore (6.6.3)
       
           -> Using FirebaseCoreDiagnostics (1.2.1)
       
           -> Using FirebaseCoreDiagnosticsInterop (1.2.0)
       
           -> Using FirebaseDatabase (6.1.4)
       
           -> Using FirebaseFirestore (1.11.0)
       
           -> Using FirebaseInstallations (1.1.0)
       
           -> Using Flutter (1.0.0)
       
           -> Using GTMSessionFetcher (1.3.1)
       
           -> Using GoogleAppMeasurement (6.3.0)
       
           -> Using GoogleDataTransport (4.0.1)
       
           -> Using GoogleDataTransportCCTSupport (1.4.1)
       
           -> Using GoogleUtilities (6.5.1)
       
           -> Using PromisesObjC (1.2.8)
       
           -> Using abseil (0.20190808)
       
           -> Using firebase_auth (0.0.1)
       
           -> Using firebase_auth_web (0.1.0)
       
           -> Using firebase_core (0.0.1)
       
           -> Using firebase_core_web (0.1.0)
       
           -> Using firebase_database (0.0.1)
       
           -> Using gRPC-C++ (0.0.9)
       
           -> Using gRPC-Core (1.21.0)
       
           -> Using leveldb-library (1.22)
       
           -> Using nanopb (0.3.9011)
             - Running pre install hooks
       
           Generating Pods project
             - Creating Pods project
             - Installing files into Pods project
               - Adding source files
               - Adding frameworks
               - Adding libraries
               - Adding resources
               - Adding development pod helper files
               - Linking headers
             - Installing Pod Targets
               - Installing target `BoringSSL-GRPC` iOS 8.0
                 - Copying module map file to `Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC.modulemap`
                 - Generating Info.plist file at `Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/BoringSSL-GRPC/BoringSSL-GRPC-dummy.m`
               - Installing target `Firebase` iOS 8.0
               - Installing target `FirebaseAnalytics` iOS 8.0
               - Installing target `FirebaseAuth` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/FirebaseAuth/FirebaseAuth.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/FirebaseAuth/FirebaseAuth-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/FirebaseAuth/FirebaseAuth-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/FirebaseAuth/FirebaseAuth-dummy.m`
               - Installing target `FirebaseAuthInterop` iOS 8.0
               - Installing target `FirebaseCore` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/FirebaseCore/FirebaseCore.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/FirebaseCore/FirebaseCore-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/FirebaseCore/FirebaseCore-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/FirebaseCore/FirebaseCore-dummy.m`
               - Installing target `FirebaseCoreDiagnostics` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics-dummy.m`
               - Installing target `FirebaseCoreDiagnosticsInterop` iOS 8.0
               - Installing target `FirebaseDatabase` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/FirebaseDatabase/FirebaseDatabase.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/FirebaseDatabase/FirebaseDatabase-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/FirebaseDatabase/FirebaseDatabase-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/FirebaseDatabase/FirebaseDatabase-dummy.m`
               - Installing target `FirebaseFirestore` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/FirebaseFirestore/FirebaseFirestore.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/FirebaseFirestore/FirebaseFirestore-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/FirebaseFirestore/FirebaseFirestore-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/FirebaseFirestore/FirebaseFirestore-dummy.m`
               - Installing target `FirebaseInstallations` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/FirebaseInstallations/FirebaseInstallations-dummy.m`
               - Installing target `Flutter` iOS 8.0
               - Installing target `GTMSessionFetcher` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/GTMSessionFetcher/GTMSessionFetcher-dummy.m`
               - Installing target `GoogleAppMeasurement` iOS 8.0
               - Installing target `GoogleDataTransport` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/GoogleDataTransport/GoogleDataTransport-dummy.m`
               - Installing target `GoogleDataTransportCCTSupport` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport-dummy.m`
               - Installing target `GoogleUtilities` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/GoogleUtilities/GoogleUtilities-dummy.m`
               - Installing target `PromisesObjC` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/PromisesObjC/PromisesObjC.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/PromisesObjC/PromisesObjC-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/PromisesObjC/PromisesObjC-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/PromisesObjC/PromisesObjC-dummy.m`
               - Installing target `abseil` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/abseil/abseil.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/abseil/abseil-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/abseil/abseil-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/abseil/abseil-dummy.m`
               - Installing target `firebase_auth` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/firebase_auth/firebase_auth.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/firebase_auth/firebase_auth-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/firebase_auth/firebase_auth-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/firebase_auth/firebase_auth-dummy.m`
               - Installing target `firebase_auth_web` iOS 8.0
               - Installing target `firebase_core` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/firebase_core/firebase_core.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/firebase_core/firebase_core-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/firebase_core/firebase_core-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/firebase_core/firebase_core-dummy.m`
               - Installing target `firebase_core_web` iOS 8.0
               - Installing target `firebase_database` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/firebase_database/firebase_database.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/firebase_database/firebase_database-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/firebase_database/firebase_database-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/firebase_database/firebase_database-dummy.m`
               - Installing target `gRPC-C++` iOS 8.0
                 - Generating Info.plist file at `Pods/Target Support Files/gRPC-C++/ResourceBundle-gRPCCertificates-Cpp-gRPC-C++-Info.plist`
                 - Generating module map file at `Pods/Target Support Files/gRPC-C++/gRPC-C++.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/gRPC-C++/gRPC-C++-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/gRPC-C++/gRPC-C++-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/gRPC-C++/gRPC-C++-dummy.m`
               - Installing target `gRPC-Core` iOS 8.0
                 - Copying module map file to `Pods/Target Support Files/gRPC-Core/gRPC-Core.modulemap`
                 - Generating Info.plist file at `Pods/Target Support Files/gRPC-Core/gRPC-Core-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/gRPC-Core/gRPC-Core-dummy.m`
               - Installing target `leveldb-library` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/leveldb-library/leveldb-library.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/leveldb-library/leveldb-library-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/leveldb-library/leveldb-library-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/leveldb-library/leveldb-library-dummy.m`
               - Installing target `nanopb` iOS 8.0
                 - Generating module map file at `Pods/Target Support Files/nanopb/nanopb.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/nanopb/nanopb-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support Files/nanopb/nanopb-Info.plist`
                 - Generating dummy source at `Pods/Target Support Files/nanopb/nanopb-dummy.m`
             - Installing Aggregate Targets
               - Installing target `Pods-Runner` iOS 8.0
                 - Generating Info.plist file at `Pods/Target Support Files/Pods-Runner/Pods-Runner-Info.plist`
                 - Generating module map file at `Pods/Target Support Files/Pods-Runner/Pods-Runner.modulemap`
                 - Generating umbrella header at `Pods/Target Support Files/Pods-Runner/Pods-Runner-umbrella.h`
                 - Generating dummy source at `Pods/Target Support Files/Pods-Runner/Pods-Runner-dummy.m`
             - Generating deterministic UUIDs
             - Stabilizing target UUIDs
             - Running post install hooks
               - Podfile
             - Writing Xcode project file to `Pods/Pods.xcodeproj`
             Cleaning up sandbox directory
             - Writing Lockfile in `Podfile.lock`
             - Writing Manifest in `Pods/Manifest.lock`
       
           Integrating client project
       
           Integrating target `Pods-Runner` (`Runner.xcodeproj` project)
             - Running post install hooks
               - cocoapods-stats from `/Library/Ruby/Gems/2.6.0/gems/cocoapods-stats-1.1.0/lib/cocoapods_plugin.rb`
       
           -> Pod installation complete! There are 7 dependencies from the Podfile and 28 total pods installed.

[ +61 ms] Fingerprint write error: FileSystemException: Cannot open file, path = 'build/ios/pod_inputs.fingerprint' (OS Error: No such file or
directory, errno = 2)
[ +6 ms] executing: mkfifo /var/folders/9f/lfp0vqxj7bz10vpdp2f5kxsm000pj1/T/flutter_build_log_pipe.4Qu3c6/pipe_to_stdout
[ +38 ms] Exit code 0 from: mkfifo /var/folders/9f/lfp0vqxj7bz10vpdp2f5kxsm000pj1/T/flutter_build_log_pipe.4Qu3c6/pipe_to_stdout
[ +2 ms] Running Xcode build...
[ +1 ms] executing: [/Users/llongo/Desktop/APPS/sendo_magro/ios/] /usr/bin/env xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES
-workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/llongo/Desktop/APPS/sendo_magro/build/ios -sdk iphonesimulator -arch x86_64
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/9f/lfp0vqxj7bz10vpdp2f5kxsm000pj1/T/flutter_build_log_pipe.4Qu3c6/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
COMPILER_INDEX_STORE_ENABLE=NO

-->

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Mar 7, 2020
@longol

This comment has been minimized.

@dylanmoo
Copy link

dylanmoo commented Mar 9, 2020

Just to report back, I found out my issue was related to my pods being messed up. I followed this solution and my project is now building again: CocoaPods/CocoaPods#8377 (comment)

@jmagman
Copy link
Member

jmagman commented Mar 9, 2020

The firebase plugin issue looks like a different one than the device naming not being parsable because it contained spaces. How did you work around that?

@longol can you try with those quotes? Or use the device identifier from flutter devices? Or are you running from an IDE?

@jmagman jmagman added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Mar 9, 2020
@longol
Copy link
Author

longol commented Mar 9, 2020 via email

@no-response no-response bot removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Mar 9, 2020
@jmagman
Copy link
Member

jmagman commented Mar 9, 2020

That's weird, the original error message sure seems to be complaining about the space in the device name, and the second word being parsed as the target path:

...
"name" : "Lucas Longo’s iPhone"
...
% flutter run --verbose -d Lucas Longo’s iPhone
...
The path  does not exist
Target file "Longo’s" not found.

I'm not quite sure what issue this is tracking if that's not the error you're referencing.

@longol
Copy link
Author

longol commented Mar 9, 2020

That's weird, the original error message sure seems to be complaining about the space in the device name, and the second word being parsed as the target path:

...
"name" : "Lucas Longo’s iPhone"
...
% flutter run --verbose -d Lucas Longo’s iPhone
...
The path  does not exist
Target file "Longo’s" not found.

I'm not quite sure what issue this is tracking if that's not the error you're referencing.

Sorry - here's a fresh new output

<--
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database/firebase_database.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++/grpcpp.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core/grpc.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library/leveldb.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -Xcc -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/Firebase -Xcc -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseAuthInterop -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseCoreDiagnosticsInterop -Xcc -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Firebase/CoreOnly/Sources -Xcc
-I/Sources/FBLPromises/include
-Xcc
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64 -Xcc
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -Xcc
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -Xcc
-DDEBUG=1 -Xcc -DCOCOAPODS=1
-Xcc -DDEBUG=1 -Xcc -DPB_FIELD_32BIT=1 -Xcc -DPB_NO_PACKED_STRUCTS=1 -Xcc -DPB_ENABLE_MALLOC=1 -import-objc-header /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Runner-Bridging-Header.h
-pch-output-dir
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/PrecompiledHeaders -pch-disable-validation -parse-as-library -module-name
Runner -o

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate.o

                    MergeSwiftModule normal x86_64 (in target 'Runner' from project 'Runner')
                        cd /Users/llongo/Desktop/APPS/sendo_magro/ios
                        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -merge-modules -emit-module

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/AppDelegate~partial.swiftmo
dule -parse-as-library -sil-merge-partial-modules -disable-diagnostic-passes -disable-sil-perf-optzns -target x86_64-apple-ios8.0-simulator -enable-objc-interop -sdk
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk -I /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator
-F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/BoringSSL-GRPC -F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseAuth -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCore -F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCoreDiagnostics -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseDatabase -F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseFirestore -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseInstallations -F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GTMSessionFetcher -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransport -F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransportCCTSupport -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleUtilities
-F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/PromisesObjC -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/abseil -F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_auth -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_core -F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++ -F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core -F /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library -F
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb -F /Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter -F
/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/FirebaseAnalytics/Frameworks
-F /Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/GoogleAppMeasurement/Frameworks -F /Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter -enable-testing -g -module-cache-path
/Users/llongo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity=checked -Onone -serialize-debugging-options -Xcc -working-directory -Xcc
/Users/llongo/Desktop/APPS/sendo_magro/ios -enable-anonymous-context-mangled-names -Xcc
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/swift-overrides.hmap -Xcc
-iquote -Xcc
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap
-Xcc

-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap -Xcc

-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap
-Xcc -ivfsoverlay -Xcc
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml
-Xcc -iquote -Xcc
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/include -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/BoringSSL-GRPC/openssl_grpc.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseAuth/FirebaseAuth.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GTMSessionFetcher/GTMSessionFetcher.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/abseil/absl.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_auth/firebase_auth.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_core/firebase_core.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database/firebase_database.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++/grpcpp.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core/grpc.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library/leveldb.framework/Headers -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -Xcc -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/Firebase -Xcc -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseAuthInterop -Xcc
-I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseCoreDiagnosticsInterop -Xcc -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Firebase/CoreOnly/Sources -Xcc
-I/Sources/FBLPromises/include
-Xcc
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64 -Xcc
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64 -Xcc
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources -Xcc
-DDEBUG=1 -Xcc -DCOCOAPODS=1
-Xcc -DDEBUG=1 -Xcc -DPB_FIELD_32BIT=1 -Xcc -DPB_NO_PACKED_STRUCTS=1 -Xcc -DPB_ENABLE_MALLOC=1 -emit-module-doc-path

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc
-emit-objc-header-path

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h
-import-objc-header /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Runner-Bridging-Header.h -module-name Runner -o

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule

                    Ditto

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h (in target
'Runner' from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
/usr/bin/ditto -rsrc

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner-Swift.h
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner-Swift.h

                    Ditto /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc (in target
'Runner' from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
/usr/bin/ditto -rsrc

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftdoc

                    Ditto /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule (in target
'Runner' from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
/usr/bin/ditto -rsrc

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftmodule

                    Ditto /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc (in target
'Runner' from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
/usr/bin/ditto -rsrc

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftdoc
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64.swiftdoc

                    Ditto /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule (in target
'Runner' from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
/usr/bin/ditto -rsrc

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.swiftmodule/x86_64-apple-ios-simulator.swiftmodule

                    CompileC

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c
normal x86_64 c
com.apple.compilers.llvm.clang.1_0.compiler (in target 'Runner' from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x c -target x86_64-apple-ios8.0-simulator -fmessage-length=0 -fdiagnostics-show-note-include-stack
-fmacro-backtrace-limit=0 -std=gnu99 -fmodules -gmodules -fmodules-cache-path=/Users/llongo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400
-fmodules-prune-after=345600
-fbuild-session-file=/Users/llongo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session
-Wnon-modular-include-in-framework-module
-Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers -Wno-missing-prototypes -Werror=return-type -Wunreachable-code
-Werror=deprecated-objc-isa-usage -Werror=objc-root-class -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value
-Wempty-body
-Wuninitialized -Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion
-Wno-float-conversion -Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -DDEBUG=1 -DCOCOAPODS=1 -DDEBUG=1 -DPB_FIELD_32BIT=1
-DPB_NO_PACKED_STRUCTS=1
-DPB_ENABLE_MALLOC=1 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk -fasm-blocks -fstrict-aliasing
-Wdeprecated-declarations -g
-Wno-sign-conversion -Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -iquote
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap

-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap

-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap
-ivfsoverlay
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml -iquote
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/include
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/BoringSSL-GRPC/openssl_grpc.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseAuth/FirebaseAuth.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GTMSessionFetcher/GTMSessionFetcher.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/abseil/absl.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_auth/firebase_auth.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_core/firebase_core.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database/firebase_database.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++/grpcpp.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core/grpc.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library/leveldb.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public
-I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/Firebase -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseAuthInterop
-I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseCoreDiagnosticsInterop -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Firebase/CoreOnly/Sources
-I/Sources/FBLPromises/include
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/BoringSSL-GRPC
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseAuth -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCore
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCoreDiagnostics -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseDatabase
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseFirestore -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseInstallations
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GTMSessionFetcher -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransport
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransportCCTSupport -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleUtilities
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/PromisesObjC -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/abseil
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_auth -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_core
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb -F/Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter
-F/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/FirebaseAnalytics/Frameworks
-F/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/GoogleAppMeasurement/Frameworks -F/Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter -MMD -MT dependencies -MF

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.d
--serialize-diagnostics

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.dia -c
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/Runner_vers.c
-o

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_vers.o

                    CompileC

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o
/Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/GeneratedPluginRegistrant.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'Runner' from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
export LANG=en_US.US-ASCII
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -x objective-c -target x86_64-apple-ios8.0-simulator -fmessage-length=0
-fdiagnostics-show-note-include-stack
-fmacro-backtrace-limit=0 -std=gnu99 -fobjc-arc -fmodules -gmodules -fmodules-cache-path=/Users/llongo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex -fmodules-prune-interval=86400
-fmodules-prune-after=345600 -fbuild-session-file=/Users/llongo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation -fmodules-validate-once-per-build-session
-Wnon-modular-include-in-framework-module -Werror=non-modular-include-in-framework-module -Wno-trigraphs -fpascal-strings -O0 -fno-common -Wno-missing-field-initializers
-Wno-missing-prototypes
-Werror=return-type -Wunreachable-code -Wno-implicit-atomic-properties -Werror=deprecated-objc-isa-usage -Wno-objc-interface-ivars -Werror=objc-root-class -Wno-arc-repeated-use-of-weak
-Wimplicit-retain-self
-Wduplicate-method-match -Wno-missing-braces -Wparentheses -Wswitch -Wunused-function -Wno-unused-label -Wno-unused-parameter -Wunused-variable -Wunused-value -Wempty-body -Wuninitialized
-Wconditional-uninitialized -Wno-unknown-pragmas -Wno-shadow -Wno-four-char-constants -Wno-conversion -Wconstant-conversion -Wint-conversion -Wbool-conversion -Wenum-conversion
-Wno-float-conversion
-Wnon-literal-null-conversion -Wobjc-literal-conversion -Wshorten-64-to-32 -Wpointer-sign -Wno-newline-eof -Wno-selector -Wno-strict-selector-match -Wundeclared-selector
-Wdeprecated-implementations -DDEBUG=1
-DCOCOAPODS=1 -DDEBUG=1 -DPB_FIELD_32BIT=1 -DPB_NO_PACKED_STRUCTS=1 -DPB_ENABLE_MALLOC=1 -DOBJC_OLD_DISPATCH_PROTOTYPES=0 -isysroot
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk -fasm-blocks -fstrict-aliasing -Wprotocol -Wdeprecated-declarations -g
-Wno-sign-conversion
-Winfinite-recursion -Wcomma -Wblock-capture-autoreleasing -Wstrict-prototypes -Wno-semicolon-before-method-body -fobjc-abi-version=2 -fobjc-legacy-dispatch -iquote
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-generated-files.hmap

-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-own-target-headers.hmap

-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-all-non-framework-target-headers.hmap
-ivfsoverlay
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/all-product-headers.yaml -iquote
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-project-headers.hmap
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/include
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/BoringSSL-GRPC/openssl_grpc.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseAuth/FirebaseAuth.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GTMSessionFetcher/GTMSessionFetcher.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/abseil/absl.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_auth/firebase_auth.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_core/firebase_core.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database/firebase_database.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++/grpcpp.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core/grpc.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library/leveldb.framework/Headers
-I/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb/nanopb.framework/Headers -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public
-I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/Firebase -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseAuthInterop
-I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseCoreDiagnosticsInterop -I/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Firebase/CoreOnly/Sources
-I/Sources/FBLPromises/include
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources-normal/x86_64
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources/x86_64
-I/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/BoringSSL-GRPC
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseAuth -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCore
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCoreDiagnostics -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseDatabase
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseFirestore -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseInstallations
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GTMSessionFetcher -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransport
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransportCCTSupport -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleUtilities
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/PromisesObjC -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/abseil
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_auth -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_core
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb -F/Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter
-F/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/FirebaseAnalytics/Frameworks
-F/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/GoogleAppMeasurement/Frameworks -F/Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter -MMD -MT dependencies -MF

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.d
--serialize-diagnostics

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.di
a -c /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/GeneratedPluginRegistrant.m -o

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/GeneratedPluginRegistrant.o

                    Ld /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/Runner normal x86_64 (in target 'Runner' from project 'Runner')
                        cd /Users/llongo/Desktop/APPS/sendo_magro/ios
                        /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -target x86_64-apple-ios8.0-simulator -isysroot
                        /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk -L/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator
                        -L/Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator
                        -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/BoringSSL-GRPC -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseAuth
                        -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCore -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCoreDiagnostics
                        -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseDatabase -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseFirestore
                        -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseInstallations -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GTMSessionFetcher
                        -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransport

-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransportCCTSupport
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleUtilities -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/PromisesObjC
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/abseil -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_auth
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_core -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++ -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core
-F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library -F/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb
-F/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/../Flutter -F/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/FirebaseAnalytics/Frameworks
-F/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/GoogleAppMeasurement/Frameworks -F/Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter -filelist

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.LinkFileList -Xlinker
-rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker @executable_path/Frameworks -Xlinker -rpath -Xlinker @loader_path/Frameworks -Xlinker -rpath -Xlinker @executable_path/Frameworks
-dead_strip -Xlinker
-object_path_lto -Xlinker

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_lto.o -Xlinker
-export_dynamic -Xlinker -no_deduplicate -Xlinker -objc_abi_version -Xlinker 2 -fobjc-arc -fobjc-link-runtime
-L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner.swiftmodule -ObjC
-lc++ -licucore -lsqlite3 -lz -framework CFNetwork -framework FBLPromises -framework FIRAnalyticsConnector -framework FirebaseAnalytics -framework FirebaseAuth -framework FirebaseCore
-framework
FirebaseCoreDiagnostics -framework FirebaseDatabase -framework FirebaseFirestore -framework FirebaseInstallations -framework Flutter -framework Foundation -framework GTMSessionFetcher
-framework
GoogleAppMeasurement -framework GoogleDataTransport -framework GoogleDataTransportCCTSupport -framework GoogleUtilities -framework MobileCoreServices -framework SafariServices -framework
Security -framework
StoreKit -framework SystemConfiguration -framework UIKit -framework absl -framework firebase_auth -framework firebase_core -framework firebase_database -framework grpc -framework grpcpp
-framework leveldb
-framework nanopb -framework openssl_grpc -Xlinker -sectcreate -Xlinker __TEXT -Xlinker __entitlements -Xlinker
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent
-framework Pods_Runner
-Xlinker -dependency_info -Xlinker

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64/Runner_dependency_info.dat
-o /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/Runner

                    CopyPlistFile /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/GoogleService-Info.plist /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/GoogleService-Info.plist

(in target 'Runner'
from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
builtin-copyPlist --convert binary1 --outdir /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app --
/Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/GoogleService-Info.plist

                    CompileAssetCatalog /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Assets.xcassets (in target 'Runner' from

project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
/Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_dependencies
--output-partial-info-plist

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist --app-icon
AppIcon --compress-pngs --enable-on-demand-resources YES --sticker-pack-identifier-prefix br.com.adrianacarioba.sendomagro.sticker-pack. --development-region en --target-device iphone
--target-device ipad
--minimum-deployment-target 8.0 --platform iphonesimulator --product-type com.apple.product-type.application --compile
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app
/Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Assets.xcassets
2020-03-09 13:07:32.053 ibtoold[72005:5532969] DEBUG: Added to environment: {
TMPDIR = "/var/folders/9f/lfp0vqxj7bz10vpdp2f5kxsm000pj1/T/9AA77949-2B90-4137-8DAF-1F70B3D3D39D";
}
/* com.apple.actool.compilation-results */
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@2x.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@3x.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@2x.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@3x.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@2x.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@3x.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon60x60@2x.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon60x60@3x.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20ipad.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon20x20@2x
ipad.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29ipad.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon29x29@2x
ipad.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40ipad.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon40x40@2x
ipad.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon76x76ipad.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon76x76@2x
ipad.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppIcon83.5x83.5@2x~ipad.png
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/Assets.car
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist

                    CopyPlistFile /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/AppFrameworkInfo.plist /Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter/AppFrameworkInfo.plist (in

target 'Runner'
from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
builtin-copyPlist --convert binary1 --outdir /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app --
/Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter/AppFrameworkInfo.plist

                    CompileStoryboard /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Base.lproj/LaunchScreen.storyboard (in target 'Runner' from project 'Runner')
                        cd /Users/llongo/Desktop/APPS/sendo_magro/ios
                        export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
                        /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module Runner --output-partial-info-plist

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist
--auto-activate-custom-fonts --target-device iphone --target-device ipad --minimum-deployment-target 8.0 --output-format human-readable-text --compilation-directory
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj
/Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Base.lproj/LaunchScreen.storyboard

                    CompileStoryboard /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Base.lproj/Main.storyboard (in target 'Runner' from project 'Runner')
                        cd /Users/llongo/Desktop/APPS/sendo_magro/ios
                        export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
                        /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module Runner --output-partial-info-plist

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist
--auto-activate-custom-fonts --target-device iphone --target-device ipad --minimum-deployment-target 8.0 --output-format human-readable-text --compilation-directory
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj
/Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Base.lproj/Main.storyboard

                    LinkStoryboards (in target 'Runner' from project 'Runner')
                        cd /Users/llongo/Desktop/APPS/sendo_magro/ios
                        export XCODE_DEVELOPER_USR_PATH=/Applications/Xcode.app/Contents/Developer/usr/bin/..
                        /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module Runner --target-device iphone --target-device ipad --minimum-deployment-target 8.0

--output-format
human-readable-text --link /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen.storyboardc
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main.storyboardc

                    ProcessInfoPlistFile /Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/Info.plist /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Info.plist (in target 'Runner'

from project
'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
builtin-infoPlistUtility /Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Info.plist -producttype com.apple.product-type.application -genpkginfo
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/PkgInfo -expandbuildsettings -format binary -platform iphonesimulator -additionalcontentfile

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/LaunchScreen-SBPartialInfo.plist
-additionalcontentfile

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Base.lproj/Main-SBPartialInfo.plist
-additionalcontentfile

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/assetcatalog_generated_info.plist -o
/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app/Info.plist

                    WriteAuxiliaryFile

/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
(in target 'Runner' from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
write-file
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh

                    PhaseScriptExecution Thin\ Binary
                    /Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh

(in target 'Runner'
from project 'Runner')
cd /Users/llongo/Desktop/APPS/sendo_magro/ios
export ACTION=build
export AD_HOC_CODE_SIGNING_ALLOWED=YES
export ALTERNATE_GROUP=staff
export ALTERNATE_MODE=u+w,go-w,a+rX
export ALTERNATE_OWNER=llongo
export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO
export ALWAYS_SEARCH_USER_PATHS=NO
export ALWAYS_USE_SEPARATE_HEADERMAPS=NO
export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer
export APPLE_INTERNAL_DIR=/AppleInternal
export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation
export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library
export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools
export APPLICATION_EXTENSION_API_ONLY=NO
export APPLY_RULES_IN_COPY_FILES=NO
export APPLY_RULES_IN_COPY_HEADERS=NO
export ARCHS=x86_64
export ARCHS_STANDARD="i386 x86_64"
export ARCHS_STANDARD_32_64_BIT="i386 x86_64"
export ARCHS_STANDARD_32_BIT=i386
export ARCHS_STANDARD_64_BIT=x86_64
export ARCHS_STANDARD_INCLUDING_64_BIT="i386 x86_64"
export ARCHS_UNIVERSAL_IPHONE_OS="i386 x86_64"
export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon
export AVAILABLE_PLATFORMS="appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator"
export AppIdentifierPrefix=49RSWYZQ93.
export BITCODE_GENERATION_MODE=marker
export BUILD_ACTIVE_RESOURCES_ONLY=YES
export BUILD_COMPONENTS="headers build"
export BUILD_DIR=/Users/llongo/Desktop/APPS/sendo_magro/build/ios
export BUILD_LIBRARY_FOR_DISTRIBUTION=NO
export BUILD_ROOT=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Products
export BUILD_STYLE=
export BUILD_VARIANTS=normal
export BUILT_PRODUCTS_DIR=/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator
export CACHE_ROOT=/var/folders/9f/lfp0vqxj7bz10vpdp2f5kxsm000pj1/C/com.apple.DeveloperTools/11.3.1-11C504/Xcode
export CCHROOT=/var/folders/9f/lfp0vqxj7bz10vpdp2f5kxsm000pj1/C/com.apple.DeveloperTools/11.3.1-11C504/Xcode
export CHMOD=/bin/chmod
export CHOWN=/usr/sbin/chown
export CLANG_ANALYZER_NONNULL=YES
export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x
export CLANG_CXX_LIBRARY=libc++
export CLANG_ENABLE_MODULES=YES
export CLANG_ENABLE_OBJC_ARC=YES
export CLANG_MODULES_BUILD_SESSION_FILE=/Users/llongo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation
export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES
export CLANG_WARN_BOOL_CONVERSION=YES
export CLANG_WARN_COMMA=YES
export CLANG_WARN_CONSTANT_CONVERSION=YES
export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES
export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR
export CLANG_WARN_EMPTY_BODY=YES
export CLANG_WARN_ENUM_CONVERSION=YES
export CLANG_WARN_INFINITE_RECURSION=YES
export CLANG_WARN_INT_CONVERSION=YES
export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES
export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES
export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES
export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR
export CLANG_WARN_RANGE_LOOP_ANALYSIS=YES
export CLANG_WARN_STRICT_PROTOTYPES=YES
export CLANG_WARN_SUSPICIOUS_MOVE=YES
export CLANG_WARN_UNREACHABLE_CODE=YES
export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES
export
CLASS_FILE_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
export CLEAN_PRECOMPS=YES
export CLONE_HEADERS=NO
export CODESIGNING_FOLDER_PATH=/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app
export CODE_SIGNING_ALLOWED=YES
export CODE_SIGNING_REQUIRED=YES
export CODE_SIGN_CONTEXT_CLASS=XCiPhoneSimulatorCodeSignContext
export CODE_SIGN_IDENTITY=-
export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES
export COLOR_DIAGNOSTICS=NO
export COMBINE_HIDPI_IMAGES=NO
export COMPILER_INDEX_STORE_ENABLE=NO
export COMPOSITE_SDK_DIRS=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/CompositeSDKs
export COMPRESS_PNG_FILES=YES
export CONFIGURATION=Debug
export CONFIGURATION_BUILD_DIR=/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator
export CONFIGURATION_TEMP_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator
export CONTENTS_FOLDER_PATH=Runner.app
export COPYING_PRESERVES_HFS_DATA=NO
export COPY_HEADERS_RUN_UNIFDEF=NO
export COPY_PHASE_STRIP=NO
export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES
export CORRESPONDING_DEVICE_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
export CORRESPONDING_DEVICE_PLATFORM_NAME=iphoneos
export CORRESPONDING_DEVICE_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS13.2.sdk
export CORRESPONDING_DEVICE_SDK_NAME=iphoneos13.2
export CP=/bin/cp
export CREATE_INFOPLIST_SECTION_IN_BINARY=NO
export CURRENT_ARCH=undefined_arch
export CURRENT_VARIANT=normal
export DEAD_CODE_STRIPPING=YES
export DEBUGGING_SYMBOLS=YES
export DEBUG_INFORMATION_FORMAT=dwarf
export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0
export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions
export DEFINES_MODULE=NO
export DEPLOYMENT_LOCATION=NO
export DEPLOYMENT_POSTPROCESSING=NO
export DEPLOYMENT_TARGET_CLANG_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_CLANG_FLAG_NAME=mios-simulator-version-min
export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX=-mios-simulator-version-min=
export DEPLOYMENT_TARGET_LD_ENV_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_LD_FLAG_NAME=ios_simulator_version_min
export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET
export DEPLOYMENT_TARGET_SUGGESTED_VALUES="8.0 8.1 8.2 8.3 8.4 9.0 9.1 9.2 9.3 10.0 10.1 10.2 10.3 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"
export
DERIVED_FILES_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export
DERIVED_FILE_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export
DERIVED_SOURCES_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library
export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools
export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export DEVELOPMENT_LANGUAGE=en
export DEVELOPMENT_TEAM=49RSWYZQ93
export DOCUMENTATION_FOLDER_PATH=Runner.app/en.lproj/Documentation
export DONT_GENERATE_INFOPLIST_FILE=NO
export DO_HEADER_SCANNING_IN_JAM=NO
export DSTROOT=/tmp/Runner.dst
export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export DWARF_DSYM_FILE_NAME=Runner.app.dSYM
export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO
export DWARF_DSYM_FOLDER_PATH=/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator
export EFFECTIVE_PLATFORM_NAME=-iphonesimulator
export EMBEDDED_CONTENT_CONTAINS_SWIFT=NO
export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE=NO
export ENABLE_BITCODE=NO
export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES
export ENABLE_HARDENED_RUNTIME=NO
export ENABLE_HEADER_DEPENDENCIES=YES
export ENABLE_ON_DEMAND_RESOURCES=YES
export ENABLE_PREVIEWS=NO
export ENABLE_STRICT_OBJC_MSGSEND=YES
export ENABLE_TESTABILITY=YES
export ENTITLEMENTS_DESTINATION=__entitlements
export ENTITLEMENTS_REQUIRED=YES
export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS=".DS_Store .svn .git .hg CVS"
export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES="*.nib *.lproj *.framework *.gch .xcode .xcassets () .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj"
export EXECUTABLES_FOLDER_PATH=Runner.app/Executables
export EXECUTABLE_FOLDER_PATH=Runner.app
export EXECUTABLE_NAME=Runner
export EXECUTABLE_PATH=Runner.app/Runner
export EXPANDED_CODE_SIGN_IDENTITY=-
export EXPANDED_CODE_SIGN_IDENTITY_NAME=-
export
FILE_LIST=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFileList
export
FIXED_FILES_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
export FLUTTER_SUPPRESS_ANALYTICS=true
export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks
export FRAMEWORK_FLAG_PREFIX=-framework
export FRAMEWORK_SEARCH_PATHS="/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/BoringSSL-GRPC"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseAuth" "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCore"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCoreDiagnostics" "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseDatabase"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseFirestore" "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseInstallations"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GTMSessionFetcher" "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransport"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransportCCTSupport" "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleUtilities"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/PromisesObjC" "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/abseil"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_auth" "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_core"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database" "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core" "/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb" "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/../Flutter"
"/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/FirebaseAnalytics/Frameworks" "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/GoogleAppMeasurement/Frameworks"
/Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter"
export FRAMEWORK_VERSION=A
export FULL_PRODUCT_NAME=Runner.app
export GCC3_VERSION=3.3
export GCC_C_LANGUAGE_STANDARD=gnu99
export GCC_DYNAMIC_NO_PIC=NO
export GCC_INLINES_ARE_PRIVATE_EXTERN=YES
export GCC_NO_COMMON_BLOCKS=YES
export GCC_OBJC_LEGACY_DISPATCH=YES
export GCC_OPTIMIZATION_LEVEL=0
export GCC_PFE_FILE_C_DIALECTS="c objective-c c++ objective-c++"
export GCC_PREPROCESSOR_DEFINITIONS="DEBUG=1 COCOAPODS=1 DEBUG=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1"
export GCC_SYMBOLS_PRIVATE_EXTERN=NO
export GCC_TREAT_WARNINGS_AS_ERRORS=NO
export GCC_VERSION=com.apple.compilers.llvm.clang.1_0
export GCC_VERSION_IDENTIFIER=com_apple_compilers_llvm_clang_1_0
export GCC_WARN_64_TO_32_BIT_CONVERSION=YES
export GCC_WARN_ABOUT_RETURN_TYPE=YES_ERROR
export GCC_WARN_UNDECLARED_SELECTOR=YES
export GCC_WARN_UNINITIALIZED_AUTOS=YES_AGGRESSIVE
export GCC_WARN_UNUSED_FUNCTION=YES
export GCC_WARN_UNUSED_VARIABLE=YES
export GENERATE_MASTER_OBJECT_FILE=NO
export GENERATE_PKGINFO_FILE=YES
export GENERATE_PROFILING_CODE=NO
export GENERATE_TEXT_BASED_STUBS=NO
export GID=20
export GROUP=staff
export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT=YES
export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES=YES
export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS=YES
export HEADERMAP_INCLUDES_PROJECT_HEADERS=YES
export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES=YES
export HEADERMAP_USES_VFS=NO
export HEADER_SEARCH_PATHS="/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/include
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/BoringSSL-GRPC/openssl_grpc.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseAuth/FirebaseAuth.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCore/FirebaseCore.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseCoreDiagnostics/FirebaseCoreDiagnostics.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseDatabase/FirebaseDatabase.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseFirestore/FirebaseFirestore.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/FirebaseInstallations/FirebaseInstallations.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GTMSessionFetcher/GTMSessionFetcher.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransport/GoogleDataTransport.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleDataTransportCCTSupport/GoogleDataTransportCCTSupport.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/GoogleUtilities/GoogleUtilities.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/PromisesObjC/FBLPromises.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/abseil/absl.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_auth/firebase_auth.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_core/firebase_core.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/firebase_database/firebase_database.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-C++/grpcpp.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/gRPC-Core/grpc.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/leveldb-library/leveldb.framework/Headers"
"/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/nanopb/nanopb.framework/Headers" "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public"
"/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/Firebase" "/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseAuthInterop"
"/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Headers/Public/FirebaseCoreDiagnosticsInterop" /Users/llongo/Desktop/APPS/sendo_magro/ios/Pods/Firebase/CoreOnly/Sources
"/Sources/FBLPromises/include""
export HIDE_BITCODE_SYMBOLS=YES
export HOME=/Users/llongo
export ICONV=/usr/bin/iconv
export INFOPLIST_EXPAND_BUILD_SETTINGS=YES
export INFOPLIST_FILE=Runner/Info.plist
export INFOPLIST_OUTPUT_FORMAT=binary
export INFOPLIST_PATH=Runner.app/Info.plist
export INFOPLIST_PREPROCESS=NO
export INFOSTRINGS_PATH=Runner.app/en.lproj/InfoPlist.strings
export INLINE_PRIVATE_FRAMEWORKS=NO
export INSTALLHDRS_COPY_PHASE=NO
export INSTALLHDRS_SCRIPT_PHASE=NO
export INSTALL_DIR=/tmp/Runner.dst/Applications
export INSTALL_GROUP=staff
export INSTALL_MODE_FLAG=u+w,go-w,a+rX
export INSTALL_OWNER=llongo
export INSTALL_PATH=/Applications
export INSTALL_ROOT=/tmp/Runner.dst
export IPHONEOS_DEPLOYMENT_TARGET=8.0
export JAVAC_DEFAULT_FLAGS="-J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8"
export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
export JAVA_ARCHIVE_CLASSES=YES
export JAVA_ARCHIVE_TYPE=JAR
export JAVA_COMPILER=/usr/bin/javac
export JAVA_FOLDER_PATH=Runner.app/Java
export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources
export JAVA_JAR_FLAGS=cv
export JAVA_SOURCE_SUBDIR=.
export JAVA_USE_DEPENDENCIES=YES
export JAVA_ZIP_FLAGS=-urg
export JIKES_DEFAULT_FLAGS="+E +OLDCSO"
export KEEP_PRIVATE_EXTERNS=NO
export

LD_DEPENDENCY_INFO_FILE=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_a
rch/Runner_dependency_info.dat
export

LD_ENTITLEMENTS_SECTION=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner.app-Simulated.xcent
export LD_GENERATE_MAP_FILE=NO
export

LD_MAP_FILE_PATH=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Runner-LinkMap-normal-undefined_a
rch.txt
export LD_NO_PIE=NO
export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES
export LD_RUNPATH_SEARCH_PATHS=" '@executable_path/Frameworks' '@loader_path/Frameworks' @executable_path/Frameworks"
export LEGACY_DEVELOPER_DIR=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
export LEX=lex
export LIBRARY_DEXT_INSTALL_PATH=/Library/DriverExtensions
export LIBRARY_FLAG_NOSPACE=YES
export LIBRARY_FLAG_PREFIX=-l
export LIBRARY_KEXT_INSTALL_PATH=/Library/Extensions
export LIBRARY_SEARCH_PATHS="/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator /Users/llongo/Desktop/APPS/sendo_magro/ios/Flutter"
export LINKER_DISPLAYS_MANGLED_NAMES=NO
export

LINK_FILE_LIST_normal_x86_64=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/x86_64
/Runner.LinkFileList
export LINK_WITH_STANDARD_LIBRARIES=YES
export LLVM_TARGET_TRIPLE_OS_VERSION=ios8.0
export LLVM_TARGET_TRIPLE_SUFFIX=-simulator
export LLVM_TARGET_TRIPLE_VENDOR=apple
export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/en.lproj
export LOCALIZED_STRING_MACRO_NAMES="NSLocalizedString CFCopyLocalizedString"
export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES
export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities
export LOCAL_APPS_DIR=/Applications
export LOCAL_DEVELOPER_DIR=/Library/Developer
export LOCAL_LIBRARY_DIR=/Library
export LOCROOT=/Users/llongo/Desktop/APPS/sendo_magro/ios
export LOCSYMROOT=/Users/llongo/Desktop/APPS/sendo_magro/ios
export MACH_O_TYPE=mh_execute
export MAC_OS_X_PRODUCT_BUILD_VERSION=19D76
export MAC_OS_X_VERSION_ACTUAL=101503
export MAC_OS_X_VERSION_MAJOR=101500
export MAC_OS_X_VERSION_MINOR=1503
export METAL_LIBRARY_FILE_BASE=default
export METAL_LIBRARY_OUTPUT_DIR=/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/Runner.app
export MODULES_FOLDER_PATH=Runner.app/Modules
export MODULE_CACHE_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
export MTL_ENABLE_DEBUG_INFO=YES
export NATIVE_ARCH=i386
export NATIVE_ARCH_32_BIT=i386
export NATIVE_ARCH_64_BIT=x86_64
export NATIVE_ARCH_ACTUAL=x86_64
export NO_COMMON=YES
export OBJC_ABI_VERSION=2
export OBJECT_FILE_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects
export
OBJECT_FILE_DIR_normal=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
export OBJROOT=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex
export ONLY_ACTIVE_ARCH=YES
export OS=MACOS
export OSAC=/usr/bin/osacompile
export OTHER_LDFLAGS=" -ObjC -l"c++" -l"icucore" -l"sqlite3" -l"z" -framework "CFNetwork" -framework "FBLPromises" -framework "FIRAnalyticsConnector" -framework "FirebaseAnalytics" -framework
"FirebaseAuth"
-framework "FirebaseCore" -framework "FirebaseCoreDiagnostics" -framework "FirebaseDatabase" -framework "FirebaseFirestore" -framework "FirebaseInstallations" -framework "Flutter" -framework
"Foundation"
-framework "GTMSessionFetcher" -framework "GoogleAppMeasurement" -framework "GoogleDataTransport" -framework "GoogleDataTransportCCTSupport" -framework "GoogleUtilities" -framework
"MobileCoreServices" -framework
"SafariServices" -framework "Security" -framework "StoreKit" -framework "SystemConfiguration" -framework "UIKit" -framework "absl" -framework "firebase_auth" -framework "firebase_core"
-framework
"firebase_database" -framework "grpc" -framework "grpcpp" -framework "leveldb" -framework "nanopb" -framework "openssl_grpc""
export PACKAGE_TYPE=com.apple.package-type.wrapper.application
export PASCAL_STRINGS=YES
export

PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Con

tents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSim

ulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Develope

r/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/export/content/granular/bin:/usr/local/lin
kedin/bin:/export/content/linkedin/bin:/Users/llongo/Documents/flutter/bin
export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES="/usr/include /usr/local/include /System/Library/Frameworks /System/Library/PrivateFrameworks
/Applications/Xcode.app/Contents/Developer/Headers
/Applications/Xcode.app/Contents/Developer/SDKs /Applications/Xcode.app/Contents/Developer/Platforms"
export PBDEVELOPMENTPLIST_PATH=Runner.app/pbdevelopment.plist
export

PER_ARCH_OBJECT_FILE_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/undefined_
arch
export
PER_VARIANT_OBJECT_FILE_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
export
PKGINFO_FILE_PATH=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
export PKGINFO_PATH=Runner.app/PkgInfo
export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
export PLATFORM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
export PLATFORM_DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library
export PLATFORM_DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
export PLATFORM_DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
export PLATFORM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
export PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
export PLATFORM_DISPLAY_NAME="iOS Simulator"
export PLATFORM_NAME=iphonesimulator
export PLATFORM_PREFERRED_ARCH=x86_64
export PLATFORM_PRODUCT_BUILD_VERSION=17B102
export PLIST_FILE_OUTPUT_FORMAT=binary
export PLUGINS_FOLDER_PATH=Runner.app/PlugIns
export PODS_BUILD_DIR=/Users/llongo/Desktop/APPS/sendo_magro/build/ios
export PODS_CONFIGURATION_BUILD_DIR=/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator
export PODS_PODFILE_DIR_PATH=/Users/llongo/Desktop/APPS/sendo_magro/ios/.
export PODS_ROOT=/Users/llongo/Desktop/APPS/sendo_magro/ios/Pods
export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES
export
PRECOMP_DESTINATION_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO
export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders
export PRODUCT_BUNDLE_IDENTIFIER=br.com.adrianacarioba.sendomagro
export PRODUCT_BUNDLE_PACKAGE_TYPE=APPL
export PRODUCT_MODULE_NAME=Runner
export PRODUCT_NAME=Runner
export PRODUCT_SETTINGS_PATH=/Users/llongo/Desktop/APPS/sendo_magro/ios/Runner/Info.plist
export PRODUCT_TYPE=com.apple.product-type.application
export PROFILING_CODE=NO
export PROJECT=Runner
export PROJECT_DERIVED_FILE_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/DerivedSources
export PROJECT_DIR=/Users/llongo/Desktop/APPS/sendo_magro/ios
export PROJECT_FILE_PATH=/Users/llongo/Desktop/APPS/sendo_magro/ios/Runner.xcodeproj
export PROJECT_NAME=Runner
export PROJECT_TEMP_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build
export PROJECT_TEMP_ROOT=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex
export PUBLIC_HEADERS_FOLDER_PATH=Runner.app/Headers
export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS=YES
export REMOVE_CVS_FROM_RESOURCES=YES
export REMOVE_GIT_FROM_RESOURCES=YES
export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES=YES
export REMOVE_HG_FROM_RESOURCES=YES
export REMOVE_SVN_FROM_RESOURCES=YES
export
REZ_COLLECTOR_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources
export

REZ_OBJECTS_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/ResourceManagerResources/Objects
export REZ_SEARCH_PATHS="/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator "
export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO
export SCRIPTS_FOLDER_PATH=Runner.app/Scripts
export SCRIPT_INPUT_FILE_COUNT=0
export SCRIPT_INPUT_FILE_LIST_COUNT=0
export SCRIPT_OUTPUT_FILE_COUNT=0
export SCRIPT_OUTPUT_FILE_LIST_COUNT=0
export SCRIPT_OUTPUT_STREAM_FILE=/var/folders/9f/lfp0vqxj7bz10vpdp2f5kxsm000pj1/T/flutter_build_log_pipe.yBkDEU/pipe_to_stdout
export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk
export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk
export SDK_DIR_iphonesimulator13_2=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator13.2.sdk
export SDK_NAME=iphonesimulator13.2
export SDK_NAMES=iphonesimulator13.2
export SDK_PRODUCT_BUILD_VERSION=17B102
export SDK_VERSION=13.2
export SDK_VERSION_ACTUAL=130200
export SDK_VERSION_MAJOR=130000
export SDK_VERSION_MINOR=200
export SED=/usr/bin/sed
export SEPARATE_STRIP=NO
export SEPARATE_SYMBOL_EDIT=NO
export SET_DIR_MODE_OWNER_GROUP=YES
export SET_FILE_MODE_OWNER_GROUP=NO
export SHALLOW_BUNDLE=YES
export SHARED_DERIVED_FILE_DIR=/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator/DerivedSources
export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks
export SHARED_PRECOMPS_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/PrecompiledHeaders
export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport
export SKIP_INSTALL=NO
export SOURCE_ROOT=/Users/llongo/Desktop/APPS/sendo_magro/ios
export SRCROOT=/Users/llongo/Desktop/APPS/sendo_magro/ios
export STRINGS_FILE_OUTPUT_ENCODING=binary
export STRIP_BITCODE_FROM_COPIED_FILES=NO
export STRIP_INSTALLED_PRODUCT=YES
export STRIP_STYLE=all
export STRIP_SWIFT_SYMBOLS=YES
export SUPPORTED_DEVICE_FAMILIES=1,2
export SUPPORTED_PLATFORMS="iphoneos iphonesimulator"
export SUPPORTS_TEXT_BASED_API=NO
export SWIFT_OBJC_BRIDGING_HEADER=Runner/Runner-Bridging-Header.h
export SWIFT_OPTIMIZATION_LEVEL=-Onone
export SWIFT_PLATFORM_TARGET_PREFIX=ios
export

SWIFT_RESPONSE_FILE_PATH_normal_x86_64=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Objects-nor
mal/x86_64/Runner.SwiftFileList
export SWIFT_VERSION=5.0
export SYMROOT=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Products
export SYSTEM_ADMIN_APPS_DIR=/Applications/Utilities
export SYSTEM_APPS_DIR=/Applications
export SYSTEM_CORE_SERVICES_DIR=/System/Library/CoreServices
export SYSTEM_DEMOS_DIR=/Applications/Extras
export SYSTEM_DEVELOPER_APPS_DIR=/Applications/Xcode.app/Contents/Developer/Applications
export SYSTEM_DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin
export SYSTEM_DEVELOPER_DEMOS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built Examples"
export SYSTEM_DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer
export SYSTEM_DEVELOPER_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library"
export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools"
export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Java Tools"
export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR="/Applications/Xcode.app/Contents/Developer/Applications/Performance Tools"
export SYSTEM_DEVELOPER_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes"
export SYSTEM_DEVELOPER_TOOLS=/Applications/Xcode.app/Contents/Developer/Tools
export SYSTEM_DEVELOPER_TOOLS_DOC_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools"
export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR="/Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools"
export SYSTEM_DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr
export SYSTEM_DEVELOPER_UTILITIES_DIR=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
export SYSTEM_DEXT_INSTALL_PATH=/System/Library/DriverExtensions
export SYSTEM_DOCUMENTATION_DIR=/Library/Documentation
export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions
export SYSTEM_LIBRARY_DIR=/System/Library
export TAPI_VERIFY_MODE=ErrorsOnly
export TARGETED_DEVICE_FAMILY=1,2
export TARGETNAME=Runner
export TARGET_BUILD_DIR=/Users/llongo/Desktop/APPS/sendo_magro/build/ios/Debug-iphonesimulator
export TARGET_DEVICE_IDENTIFIER=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder
export TARGET_NAME=Runner
export TARGET_TEMP_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILES_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_FILE_DIR=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build
export TEMP_ROOT=/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex
export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault
export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO
export TeamIdentifierPrefix=49RSWYZQ93.
export UID=23073
export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app
export UNSTRIPPED_PRODUCT=NO
export USER=llongo
export USER_APPS_DIR=/Users/llongo/Applications
export USER_LIBRARY_DIR=/Users/llongo/Library
export USE_DYNAMIC_NO_PIC=YES
export USE_HEADERMAP=YES
export USE_HEADER_SYMLINKS=NO
export USE_LLVM_TARGET_TRIPLES=YES
export USE_LLVM_TARGET_TRIPLES_FOR_CLANG=YES
export USE_LLVM_TARGET_TRIPLES_FOR_LD=YES
export USE_LLVM_TARGET_TRIPLES_FOR_TAPI=YES
export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES=YES
export VALIDATE_DEVELOPMENT_ASSET_PATHS=YES_ERROR
export VALIDATE_PRODUCT=NO
export VALIDATE_WORKSPACE=NO
export VALID_ARCHS="i386 x86_64"
export VERBOSE_PBXCP=NO
export VERBOSE_SCRIPT_LOGGING=YES
export VERSIONING_SYSTEM=apple-generic
export VERSIONPLIST_PATH=Runner.app/version.plist
export VERSION_INFO_BUILDER=llongo
export VERSION_INFO_FILE=Runner_vers.c
export VERSION_INFO_STRING=""@(#)PROGRAM:Runner PROJECT:Runner-""
export WRAPPER_EXTENSION=app
export WRAPPER_NAME=Runner.app
export WRAPPER_SUFFIX=.app
export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO
export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode
export XCODE_PRODUCT_BUILD_VERSION=11C504
export XCODE_VERSION_ACTUAL=1130
export XCODE_VERSION_MAJOR=1100
export XCODE_VERSION_MINOR=1130
export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices
export YACC=yacc
export arch=undefined_arch
export variant=normal
/bin/sh -c
/Users/llongo/Library/Developer/Xcode/DerivedData/Runner-ddzbupeaudxbtzhjhdvsltrlckfq/Build/Intermediates.noindex/Runner.build/Debug-iphonesimulator/Runner.build/Script-3B06AD1E1E4923F5004D2608.sh
The path does not exist
Command PhaseScriptExecution failed with a nonzero exit code

[+8876 ms] Could not build the application for the simulator.
[ +2 ms] Error launching application on iPhone 11.
[ +3 ms] "flutter run" took 127,546ms.

#0 throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
#1 RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:568:7)

#2 FlutterCommand.verifyThenRunCommand (package:flutter_tools/src/runner/flutter_command.dart:711:18)
#3 _rootRunUnary (dart:async/zone.dart:1134:38)
#4 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#5 _FutureListener.handleValue (dart:async/future_impl.dart:140:18)
#6 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#7 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#8 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#9 _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:34:15)
#10 _completeOnAsyncReturn (dart:async-patch/async_patch.dart:293:13)
#11 RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
#12 _rootRunUnary (dart:async/zone.dart:1134:38)
#13 _CustomZone.runUnary (dart:async/zone.dart:1031:19)
#14 _FutureListener.handleValue (dart:async/future_impl.dart:140:18)
#15 Future._propagateToListeners.handleValueCallback (dart:async/future_impl.dart:682:45)
#16 Future._propagateToListeners (dart:async/future_impl.dart:711:32)
#17 Future._completeWithValue (dart:async/future_impl.dart:526:5)
#18 Future._asyncComplete. (dart:async/future_impl.dart:556:7)
#19 _rootRun (dart:async/zone.dart:1126:13)
#20 _CustomZone.run (dart:async/zone.dart:1023:19)
#21 _CustomZone.runGuarded (dart:async/zone.dart:925:7)
#22 _CustomZone.bindCallbackGuarded. (dart:async/zone.dart:965:23)
#23 _microtaskLoop (dart:async/schedule_microtask.dart:43:21)
#24 _startMicrotaskLoop (dart:async/schedule_microtask.dart:52:5)
#25 _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
#26 _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)

llongo@llongo-mn2 sendo_magro %
-->

@Julian367
Copy link

Did you try to run your app directly from xcode?

@longol
Copy link
Author

longol commented Mar 11, 2020 via email

@Julian367
Copy link

@longol In my situation I can compile my app in Xcode but not using flutter. My error is :

6 warnings generated.
    === BUILD TARGET Runner OF PROJECT Runner WITH CONFIGURATION Debug ===
    The path  does not exist
    Command /bin/sh failed with exit code 255

@iapicca
Copy link
Contributor

iapicca commented Mar 11, 2020

Hi @longol
if the you are experiencing the issue with firebase_core
it might be relate to this issue
Thank you

@iapicca iapicca added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 6, 2020
@jmagman jmagman removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label May 19, 2020
@jmagman jmagman added the P2 Important issues not at the top of the work list label Aug 18, 2020
@flutter-triage-bot flutter-triage-bot bot added multiteam-retriage-candidate team-ios Owned by iOS platform team triaged-ios Triaged by iOS platform team labels Jul 8, 2023
@jmagman
Copy link
Member

jmagman commented Feb 8, 2024

This code has been re-written in the last few years. If anyone is still seeing some form of this, please file a new issue and completely fill out the template. Thank you!

@jmagman jmagman closed this as completed Feb 8, 2024
Tools - Xcode review automation moved this from Awaiting triage to Engineer reviewed Feb 8, 2024
Copy link

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 22, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
c: crash Stack traces logged to the console P2 Important issues not at the top of the work list platform-ios iOS applications specifically platform-mac Building on or for macOS specifically team-ios Owned by iOS platform team tool Affects the "flutter" command-line tool. See also t: labels. triaged-ios Triaged by iOS platform team
Projects
Tools - Xcode review
  
Engineer reviewed
Development

No branches or pull requests

6 participants