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 "Could not build the application for the simulator." (iOS) #64881

Closed
andrespd99 opened this issue Aug 30, 2020 · 12 comments
Closed

Flutter "Could not build the application for the simulator." (iOS) #64881

andrespd99 opened this issue Aug 30, 2020 · 12 comments

Comments

@andrespd99
Copy link

andrespd99 commented Aug 30, 2020

UPDATE!!! (09/01/20): The problem only happens when creating project from terminal (or if creating it with VSC command palette, after closing VSC the first time and then trying to run the app again). flutter clean fixes the problem.

Recently, I've had a persistent bug with Flutter when compiling apps. The first time the app is compiled, there's no error, but once I stop the app and try to compile it again, the next message will always pop up:

Launching lib/main.dart on iPhone 11 in debug mode...
Xcode build done.                                           12.3s
Failed to build iOS app
Exited (sigterm)
Could not build the application for the simulator.
Error launching application on iPhone 11.

The only fix that really worked for me is doing flutter clean once and then compile; but if I stop running the app, close the simulator, close VSCode, or anything that stops the app from running, the same error will appear again and I am forced to do flutter clean once again before compiling.

So far, the workaround is not that bad, but it should be fixed soon as I had a really rough time trying to figure out how to compile the app. In other posts I found fixes like locking the keychain and then unlocking it (which didn't work for me). I only have this bug in MacOS Catalina 10.15.5 with XCode 11.6.

flutter doctor -v

[✓] Flutter (Channel stable, 1.20.1, on Mac OS X 10.15.5 19F101, locale en-US)
    • Flutter version 1.20.1 at /Users/andrespacheco/Development/flutter
    • Framework revision 2ae34518b8 (3 weeks ago), 2020-08-05 19:53:19 -0700
    • Engine revision c8e3b94853
    • Dart version 2.9.0

 
[✓] Android toolchain - develop for Android devices (Android SDK version 30.0.1)
    • Android SDK at /Users/andrespacheco/Library/Android/sdk
    • Platform android-30, build-tools 30.0.1
    • Java binary at: /Applications/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

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

[✓] Android Studio (version 4.0)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 48.0.2
    • Dart plugin version 193.7361
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6222593)

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

[✓] Connected device (1 available)
    • iPhone 11 (mobile) • 208BC4B9-4934-462A-B7C8-9CBC7ABD5B48 • ios •
      com.apple.CoreSimulator.SimRuntime.iOS-13-6 (simulator)
@jonahwilliams
Copy link
Member

@andrespd99 can you attach the verbose logs flutter run -v when this happens?

@jonahwilliams jonahwilliams added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 30, 2020
@shameemreza
Copy link

YEsterday, i faced same issue. Check your Flutter folder under IOS and check there is Debug.xcconfig and Release.xcconfig generated or not.

@andrespd99
Copy link
Author

Yes, I have both files under that directory. What did you do to fix it?

@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 Aug 31, 2020
@andrespd99
Copy link
Author

@jonahwilliams

https://pastebin.com/EB4dAXZG

Also, the last lines with the error:

               CodeSign

/Users/andrespacheco/Documents/Development/Flutter/langaw/build/ios/Debug-iphonesimulator/Pods_R
               unner.framework (in target 'Pods-Runner' from project 'Pods')
                   cd /Users/andrespacheco/Documents/Development/Flutter/langaw/ios/Pods
                   export

CODESIGN_ALLOCATE=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolc
                   hain/usr/bin/codesign_allocate
           
               Signing Identity:     "-"
           
                   /usr/bin/codesign --force --sign - --timestamp=none

/Users/andrespacheco/Documents/Development/Flutter/langaw/build/ios/Debug-iphonesimulator/Po
                   ds_Runner.framework

/Users/andrespacheco/Documents/Development/Flutter/langaw/build/ios/Debug-iphonesimulator/Pods_R
               unner.framework: replacing existing signature

/Users/andrespacheco/Documents/Development/Flutter/langaw/build/ios/Debug-iphonesimulator/Pods_R
               unner.framework: resource fork, Finder information, or similar detritus not allowed
               Command CodeSign failed with a nonzero exit code
           
           
[    8 ms] Could not build the application for the simulator.
[    2 ms] Error launching application on iPhone 11.
[    4 ms] "flutter run" took 19,046ms.
[   10 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:14:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:591:7)
           <asynchronous suspension>
           #2      FlutterCommand.verifyThenRunCommand
           (package:flutter_tools/src/runner/flutter_command.dart:860:18)
           #3      _rootRunUnary (dart:async/zone.dart:1198:47)
           #4      _CustomZone.runUnary (dart:async/zone.dart:1100:19)
           #5      _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
           #6      Future._propagateToListeners.handleValueCallback
(dart:async/future_impl.dart:696:45)
           #7      Future._propagateToListeners (dart:async/future_impl.dart:725:32)
           #8      Future._completeWithValue (dart:async/future_impl.dart:529:5)
           #9      _AsyncAwaitCompleter.complete (dart:async-patch/async_patch.dart:40:15)
           #10     _completeOnAsyncReturn (dart:async-patch/async_patch.dart:311:13)
           #11     RunCommand.usageValues (package:flutter_tools/src/commands/run.dart)
           #12     _rootRunUnary (dart:async/zone.dart:1198:47)
           #13     _CustomZone.runUnary (dart:async/zone.dart:1100:19)
           #14     _FutureListener.handleValue (dart:async/future_impl.dart:143:18)
           #15     Future._propagateToListeners.handleValueCallback
(dart:async/future_impl.dart:696:45)
           #16     Future._propagateToListeners (dart:async/future_impl.dart:725:32)
           #17     Future._completeWithValue (dart:async/future_impl.dart:529:5)
           #18     Future._asyncCompleteWithValue.<anonymous closure>
(dart:async/future_impl.dart:567:7)
           #19     _rootRun (dart:async/zone.dart:1190:13)
           #20     _CustomZone.run (dart:async/zone.dart:1093:19)
           #21     _CustomZone.runGuarded (dart:async/zone.dart:997:7)
           #22     _CustomZone.bindCallbackGuarded.<anonymous closure>
(dart:async/zone.dart:1037:23)
           #23     _microtaskLoop (dart:async/schedule_microtask.dart:41:21)
           #24     _startMicrotaskLoop (dart:async/schedule_microtask.dart:50:5)
           #25     _runPendingImmediateCallback (dart:isolate-patch/isolate_patch.dart:118:13)
           #26     _RawReceivePortImpl._handleMessage (dart:isolate-patch/isolate_patch.dart:169:5)
           
           
[  260 ms] ensureAnalyticsSent: 253ms
[    1 ms] Running shutdown hooks
[        ] Shutdown hook priority 4
[    1 ms] Shutdown hooks complete
[        ] exiting with code 1

@TahaTesser
Copy link
Member

TahaTesser commented Aug 31, 2020

Hi @andrespd99
Have you checked your Signing & Capabilities section, do you modify bundle iD?
Can you reproduce this issue in a new project by executing flutter create myapp and run it on the simulator
Thank you

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Aug 31, 2020
@andrespd99
Copy link
Author

Hi @TahaTesser
I have tried both with a modified bundle ID and an unmodified one. In both cases, the problem persists.

@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 Sep 1, 2020
@TahaTesser
Copy link
Member

TahaTesser commented Sep 1, 2020

Hi @andrespd99
If the issue reproduces with a new project with flutter create myapp

Can you please provide flutter run --verbose logs, and a minimal complete reproducible code sample in a repository
Thank you

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Sep 1, 2020
@andrespd99
Copy link
Author

andrespd99 commented Sep 1, 2020

Hi @TahaTesser . Thank you for your response.

I made a new project with flutter create mapp and the problem persists. (I'll link you the repository below)

Some things I noticed when trying to reproduce the error:

  • Creating the app from terminal (not VSC command palette) results in the error appearing the first time I try to run the app.

  • If I create the project from VSC command palette, the error appears not the first time I compile the app, but only after the first time I close Visual Studio Code. So, for instance, if I do flutter create mapp and run the app, it works. It still works after closing the simulator or just stopping the app from running (BUT ONLY IF VSC IS NEVER CLOSED). The problem starts when I close VSC window with the project folder and open it again and try to run the app.

  • Running flutter clean solves the problem.

  • Changing Signing ID does not solve the problem.

flutter run --verbose logs: https://pastebin.com/2DKnBGaA

I think this problem might be linked to a MacOS or XCode bug because it is independent of code.

Just to point this out in case it is useful for someone: this did not happen in my older MBP 2012, but in a MBP 13 2020. Same OS versions.

Repository: https://github.com/andrespd99/mapp (this is just a base flutter project, nothing was changed).

@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 Sep 1, 2020
@TahaTesser
Copy link
Member

Hi @andrespd99

I made a new project with flutter create myapp and the problem persists. (I'll link you the repository below)

The app runs with no issues when created terminal and running on simulator
termanl_logs.txt

Creating an app from VSC command palette

Launching lib/main.dart on iPhone SE (2nd generation) in debug mode...
Xcode build done.                                           29.2s
Connecting to VM Service at ws://127.0.0.1:51646/0nNOCpnx7B0=/ws
flutter: null

Using your core sample, it runs fine

tahatesser@Tahas-MacBook-Pro AndroidStudioProjects % cd mapp 
tahatesser@Tahas-MacBook-Pro mapp % flutters run -d iphone 
Running "flutter pub get" in mapp...                                0.4s
Launching lib/main.dart on iPhone SE (2nd generation) in debug mode...
 
Running Xcode build...                                                  
                                                   
 └─Compiling, linking and signing...                        11.6s
Xcode build done.                                           25.2s
Waiting for iPhone SE (2nd generation) to report its views...          4ms
flutter: null                                                           
Syncing files to device iPhone SE (2nd generation)...              264ms

Flutter run key commands.
r Hot reload. 🔥🔥🔥
R Hot restart.
h Repeat this help message.
d Detach (terminate "flutter run" but leave application running).
c Clear the screen
q Quit (terminate the application on the device).
An Observatory debugger and profiler on iPhone SE (2nd generation) is available
at: http://127.0.0.1:51878/Jr1SOJkM-VQ=/

I am running on the latest stable

flutter doctor -v
[✓] Flutter (Channel stable, 1.20.2, on Mac OS X 10.15.6 19G2021, locale en-GB)
    • Flutter version 1.20.2 at /Users/tahatesser/Code/flutter_stable
    • Framework revision bbfbf1770c (3 weeks ago), 2020-08-13 08:33:09 -0700
    • Engine revision 9d5b21729f
    • Dart version 2.9.1

 
[✓] Android toolchain - develop for Android devices (Android SDK version 29.0.2)
    • Android SDK at /Users/tahatesser/Code/sdk
    • Platform android-29, build-tools 29.0.2
    • ANDROID_HOME = /Users/tahatesser/Code/sdk
    • Java binary at: /Applications/Android
      Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6222593)
    • All Android licenses accepted.

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

[✓] Android Studio (version 4.0)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin version 48.1.2
    • Dart plugin version 193.7547
    • Java version OpenJDK Runtime Environment (build
      1.8.0_242-release-1644-b3-6222593)

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

[✓] Connected device (2 available)
    • Taha’s iPhone (mobile)              • 00008020-001059882212002E
      • ios • iOS 13.7
    • iPhone SE (2nd generation) (mobile) • BD7D9D82-BC62-4525-9546-6E222655183E
      • ios • com.apple.CoreSimulator.SimRuntime.iOS-13-7 (simulator)

• No issues found!

Can you upgrade to stableand try again
flutter channel stable
flutter upgrade --force
flutter doctor -v

@TahaTesser TahaTesser added the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Sep 2, 2020
@pedromassangocode
Copy link

Without additional information, we are unfortunately not sure how to resolve this issue.
We are therefore reluctantly going to close this bug for now.
Please don't hesitate to comment on the bug if you have any more information for us; we will reopen it right away!
Thanks for your contribution.

Could everyone who still has this problem please file a new issue with the exact description of what happens, logs, and the output of flutter doctor -v.
All system setups can be slightly different, so it's always better to open new issues and reference related issues.

@pedromassangocode pedromassangocode removed the waiting for customer response The Flutter team cannot make further progress on this issue until the original reporter responds label Oct 21, 2020
@AryunaFerreraNakamura
Copy link

@andrespd99 can you attach the verbose logs flutter run -v when this happens?

-MacBook-Pro ios % flutter run -v
[ 150 ms] executing: sysctl hw.optional.arm64
[ 35 ms] Exit code 0 from: sysctl hw.optional.arm64
[ 3 ms] hw.optional.arm64: 1
[ 11 ms] executing: [/Users/aryunaferreranakamura/StudioProjects/flutter/] git -c
log.showSignature=false log -n 1 --pretty=format:%H
[ 22 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[ ] f4abaa0
[ 1 ms] executing: [/Users/aryunaferreranakamura/StudioProjects/flutter/] git tag
--points-at f4abaa0
[ 47 ms] Exit code 0 from: git tag --points-at
f4abaa0
[ ] 2.2.3
[ 18 ms] executing: [/Users/aryunaferreranakamura/StudioProjects/flutter/] git
rev-parse --abbrev-ref --symbolic @{u}
[ 16 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[ ] origin/stable
[ ] executing: [/Users/aryunaferreranakamura/StudioProjects/flutter/] git
ls-remote --get-url origin
[ 11 ms] Exit code 0 from: git ls-remote --get-url origin
[ ] https://github.com/flutter/flutter.git
[ 136 ms] executing: [/Users/aryunaferreranakamura/StudioProjects/flutter/] git
rev-parse --abbrev-ref HEAD
[ 24 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[ ] stable
[ 8 ms] executing: sw_vers -productName
[ 41 ms] Exit code 0 from: sw_vers -productName
[ ] macOS
[ ] executing: sw_vers -productVersion
[ 21 ms] Exit code 0 from: sw_vers -productVersion
[ ] 11.5
[ ] executing: sw_vers -buildVersion
[ 17 ms] Exit code 0 from: sw_vers -buildVersion
[ ] 20G71
[ 76 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required,
skipping update.
[ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update.
[ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update.
[ 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.
[ 1 ms] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping
update.
[ 49 ms] executing:
/Users/aryunaferreranakamura/Library/Android/sdk/platform-tools/adb devices -l
[ 21 ms] executing: sysctl hw.optional.arm64
[ 11 ms] Exit code 0 from: sysctl hw.optional.arm64
[ ] hw.optional.arm64: 1
[ ] executing: /usr/bin/arch -arm64e xcrun xcodebuild -version
[ 628 ms] Exit code 0 from: /usr/bin/arch -arm64e xcrun xcodebuild -version
[ 1 ms] Xcode 12.5.1
Build version 12E507
[ 5 ms] executing: /usr/bin/arch -arm64e xcrun xcdevice list --timeout 2
[ 6 ms] /usr/bin/arch -arm64e xcrun simctl list --json devices
[ ] executing: /usr/bin/arch -arm64e xcrun simctl list --json devices
[ 78 ms] List of devices attached
[ 56 ms] {
"devices" : {
"com.apple.CoreSimulator.SimRuntime.iOS-14-4" : [
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/D7956CCE-648E-4E27-A7A2-390410F512CC/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/D7956C
CE-648E-4E27-A7A2-390410F512CC",
"udid" : "D7956CCE-648E-4E27-A7A2-390410F512CC",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"state" : "Shutdown",
"name" : "iPhone 8"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/35E96EAA-DECF-4D7D-96A1-CE8AB43DC093/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/35E96E
AA-DECF-4D7D-96A1-CE8AB43DC093",
"udid" : "35E96EAA-DECF-4D7D-96A1-CE8AB43DC093",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"state" : "Shutdown",
"name" : "iPhone 8 Plus"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/78B3EF00-89BA-4AE2-9755-87D8F22F2B0B/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/78B3EF
00-89BA-4AE2-9755-87D8F22F2B0B",
"udid" : "78B3EF00-89BA-4AE2-9755-87D8F22F2B0B",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"state" : "Shutdown",
"name" : "iPhone 11"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/F8421729-C437-4331-884F-37A036AB7A62/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/F84217
29-C437-4331-884F-37A036AB7A62",
"udid" : "F8421729-C437-4331-884F-37A036AB7A62",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"state" : "Shutdown",
"name" : "iPhone 11 Pro"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/95559848-4BB6-4EE6-A98E-8FBFA44BAB9B/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/955598
48-4BB6-4EE6-A98E-8FBFA44BAB9B",
"udid" : "95559848-4BB6-4EE6-A98E-8FBFA44BAB9B",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
"state" : "Shutdown",
"name" : "iPhone 11 Pro Max"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/20CB8B20-6EEB-42E1-91EC-98E7FF578DB0/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/20CB8B
20-6EEB-42E1-91EC-98E7FF578DB0",
"udid" : "20CB8B20-6EEB-42E1-91EC-98E7FF578DB0",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
"state" : "Shutdown",
"name" : "iPhone SE (2nd generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/BE7E3CCF-0E37-4B65-AE15-88AB1C1A311B/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/BE7E3C
CF-0E37-4B65-AE15-88AB1C1A311B",
"udid" : "BE7E3CCF-0E37-4B65-AE15-88AB1C1A311B",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
"state" : "Shutdown",
"name" : "iPhone 12 mini"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/C9BEA4F5-3328-475A-B888-9B0A50163369/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/C9BEA4
F5-3328-475A-B888-9B0A50163369",
"udid" : "C9BEA4F5-3328-475A-B888-9B0A50163369",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-12",
"state" : "Shutdown",
"name" : "iPhone 12"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/33C6204C-4DF4-4094-8A4F-FE98F97D9B1F/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/33C620
4C-4DF4-4094-8A4F-FE98F97D9B1F",
"udid" : "33C6204C-4DF4-4094-8A4F-FE98F97D9B1F",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
"state" : "Shutdown",
"name" : "iPhone 12 Pro"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/EF5870AE-2E54-4CA7-9D27-AF23A099D7F6/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/EF5870
AE-2E54-4CA7-9D27-AF23A099D7F6",
"udid" : "EF5870AE-2E54-4CA7-9D27-AF23A099D7F6",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
"state" : "Shutdown",
"name" : "iPhone 12 Pro Max"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/B4150D24-947D-483D-9ACA-C83DA3B2A540/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/B4150D
24-947D-483D-9ACA-C83DA3B2A540",
"udid" : "B4150D24-947D-483D-9ACA-C83DA3B2A540",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
"state" : "Shutdown",
"name" : "iPod touch (7th generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/1B86C4C1-A55A-47CE-B35D-42B590F518D7/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/1B86C4
C1-A55A-47CE-B35D-42B590F518D7",
"udid" : "1B86C4C1-A55A-47CE-B35D-42B590F518D7",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
"state" : "Shutdown",
"name" : "iPad Pro (9.7-inch)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/0360713F-2F5E-4DCF-97AA-BF730F3408FA/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/036071
3F-2F5E-4DCF-97AA-BF730F3408FA",
"udid" : "0360713F-2F5E-4DCF-97AA-BF730F3408FA",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad-Pro--11-inch---2nd-genera
tion-",
"state" : "Shutdown",
"name" : "iPad Pro (11-inch) (2nd generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/2D9D8AB4-1DC6-4423-8B66-AEBEB9802335/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/2D9D8A
B4-1DC6-4423-8B66-AEBEB9802335",
"udid" : "2D9D8AB4-1DC6-4423-8B66-AEBEB9802335",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad-Pro--12-9-inch---4th-gene
ration-",
"state" : "Shutdown",
"name" : "iPad Pro (12.9-inch) (4th generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/6A7B2A7D-AE84-4FCF-9DC6-BFAB78A7DD6D/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/6A7B2A
7D-AE84-4FCF-9DC6-BFAB78A7DD6D",
"udid" : "6A7B2A7D-AE84-4FCF-9DC6-BFAB78A7DD6D",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
"state" : "Shutdown",
"name" : "iPad (8th generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/C671BDCD-FD85-4D83-985B-1007C31C689D/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/C671BD
CD-FD85-4D83-985B-1007C31C689D",
"udid" : "C671BDCD-FD85-4D83-985B-1007C31C689D",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
"state" : "Shutdown",
"name" : "iPad Air (4th generation)"
}
],
"com.apple.CoreSimulator.SimRuntime.tvOS-14-5" : [
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/C91DEFA7-5EF9-4338-940F-FBBFA5DB3DDD/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/C91DEF
A7-5EF9-4338-940F-FBBFA5DB3DDD",
"udid" : "C91DEFA7-5EF9-4338-940F-FBBFA5DB3DDD",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p",
"state" : "Shutdown",
"name" : "Apple TV"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/6E57A93A-D649-4AA4-967F-65861D1F5AF3/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/6E57A9
3A-D649-4AA4-967F-65861D1F5AF3",
"udid" : "6E57A93A-D649-4AA4-967F-65861D1F5AF3",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-4K"
,
"state" : "Shutdown",
"name" : "Apple TV 4K (2nd generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/7F700CB5-4B30-4052-A73E-9C466FD7D337/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/7F700C
B5-4B30-4052-A73E-9C466FD7D337",
"udid" : "7F700CB5-4B30-4052-A73E-9C466FD7D337",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.Apple-TV-4K-2nd-generation-108
0p",
"state" : "Shutdown",
"name" : "Apple TV 4K (at 1080p) (2nd generation)"
}
],
"com.apple.CoreSimulator.SimRuntime.watchOS-7-4" : [
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/2614FFBE-EC6A-49A3-AE8F-575656E02A23/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/2614FF
BE-EC6A-49A3-AE8F-575656E02A23",
"udid" : "2614FFBE-EC6A-49A3-AE8F-575656E02A23",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-40mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 5 - 40mm"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/309A0243-788C-4266-82F8-CE101D843F0B/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/309A02
43-788C-4266-82F8-CE101D843F0B",
"udid" : "309A0243-788C-4266-82F8-CE101D843F0B",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-5-44mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 5 - 44mm"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/00DF4D31-BEE2-434E-BE9C-EBCCE38B6ACC/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/00DF4D
31-BEE2-434E-BE9C-EBCCE38B6ACC",
"udid" : "00DF4D31-BEE2-434E-BE9C-EBCCE38B6ACC",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-40mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 6 - 40mm"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/2443A02F-8823-401D-949C-9486DABD9D03/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/2443A0
2F-8823-401D-949C-9486DABD9D03",
"udid" : "2443A02F-8823-401D-949C-9486DABD9D03",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.Apple-Watch-Series-6-44mm",
"state" : "Shutdown",
"name" : "Apple Watch Series 6 - 44mm"
}
],
"com.apple.CoreSimulator.SimRuntime.iOS-14-5" : [
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/58863FD8-DCC0-4CB1-8165-DC07C944B193/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/58863F
D8-DCC0-4CB1-8165-DC07C944B193",
"udid" : "58863FD8-DCC0-4CB1-8165-DC07C944B193",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-8",
"state" : "Shutdown",
"name" : "iPhone 8"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/2A3BED1B-61C7-4359-BFE4-D8201E50B1B4/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/2A3BED
1B-61C7-4359-BFE4-D8201E50B1B4",
"udid" : "2A3BED1B-61C7-4359-BFE4-D8201E50B1B4",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-8-Plus",
"state" : "Shutdown",
"name" : "iPhone 8 Plus"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/AA4057B6-2D69-455F-A9FC-22A23CA3CF3C/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/AA4057
B6-2D69-455F-A9FC-22A23CA3CF3C",
"udid" : "AA4057B6-2D69-455F-A9FC-22A23CA3CF3C",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-11",
"state" : "Shutdown",
"name" : "iPhone 11"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/FE24BF10-2E53-480B-9A34-F6D2963210E5/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/FE24BF
10-2E53-480B-9A34-F6D2963210E5",
"udid" : "FE24BF10-2E53-480B-9A34-F6D2963210E5",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro",
"state" : "Shutdown",
"name" : "iPhone 11 Pro"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/EC8C2823-9D57-46F1-A77A-F1C4B8DC2949/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/EC8C28
23-9D57-46F1-A77A-F1C4B8DC2949",
"udid" : "EC8C2823-9D57-46F1-A77A-F1C4B8DC2949",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-11-Pro-Max",
"state" : "Shutdown",
"name" : "iPhone 11 Pro Max"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/8E3DA50E-C6F5-4123-A9D3-4002952476C3/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/8E3DA5
0E-C6F5-4123-A9D3-4002952476C3",
"udid" : "8E3DA50E-C6F5-4123-A9D3-4002952476C3",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-SE--2nd-generation-",
"state" : "Shutdown",
"name" : "iPhone SE (2nd generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/FD3ED841-269F-458E-AD44-B914E2A6BC24/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/FD3ED8
41-269F-458E-AD44-B914E2A6BC24",
"udid" : "FD3ED841-269F-458E-AD44-B914E2A6BC24",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-12-mini",
"state" : "Shutdown",
"name" : "iPhone 12 mini"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/7CC4C881-797D-4796-A51C-1A1FA8BD86D9/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/7CC4C8
81-797D-4796-A51C-1A1FA8BD86D9",
"udid" : "7CC4C881-797D-4796-A51C-1A1FA8BD86D9",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-12",
"state" : "Shutdown",
"name" : "iPhone 12"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/F9BB174E-CC40-4277-9F8E-71E9FFBDD571/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/F9BB17
4E-CC40-4277-9F8E-71E9FFBDD571",
"udid" : "F9BB174E-CC40-4277-9F8E-71E9FFBDD571",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro",
"state" : "Shutdown",
"name" : "iPhone 12 Pro"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/2C477970-09FB-4C92-BE13-EB16D9D570C5/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/2C4779
70-09FB-4C92-BE13-EB16D9D570C5",
"udid" : "2C477970-09FB-4C92-BE13-EB16D9D570C5",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPhone-12-Pro-Max",
"state" : "Booted",
"name" : "iPhone 12 Pro Max"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/D85169F3-128E-4DBC-A68C-091EE45DBBBD/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/D85169
F3-128E-4DBC-A68C-091EE45DBBBD",
"udid" : "D85169F3-128E-4DBC-A68C-091EE45DBBBD",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPod-touch--7th-generation-",
"state" : "Shutdown",
"name" : "iPod touch (7th generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/71094546-259A-4082-860E-4C336779BC68/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/710945
46-259A-4082-860E-4C336779BC68",
"udid" : "71094546-259A-4082-860E-4C336779BC68",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad-Pro--9-7-inch-",
"state" : "Shutdown",
"name" : "iPad Pro (9.7-inch)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/4744964C-04CF-4D41-9B18-8E8CCA6AB536/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/474496
4C-04CF-4D41-9B18-8E8CCA6AB536",
"udid" : "4744964C-04CF-4D41-9B18-8E8CCA6AB536",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad--8th-generation-",
"state" : "Shutdown",
"name" : "iPad (8th generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/663D8B48-B9DF-4F51-B165-CD176F9A5968/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/663D8B
48-B9DF-4F51-B165-CD176F9A5968",
"udid" : "663D8B48-B9DF-4F51-B165-CD176F9A5968",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad-Air--4th-generation-",
"state" : "Shutdown",
"name" : "iPad Air (4th generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/A08CF597-033A-4D1F-971C-CC6703563CD2/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/A08CF5
97-033A-4D1F-971C-CC6703563CD2",
"udid" : "A08CF597-033A-4D1F-971C-CC6703563CD2",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad-Pro-11-inch-3rd-generatio
n",
"state" : "Shutdown",
"name" : "iPad Pro (11-inch) (3rd generation)"
},
{
"dataPath" :
"/Users/aryunaferreranakamura/Library/Developer/CoreSimulator/D
evices/F0F478E1-DC02-410B-BB6B-37D3060026B3/data",
"logPath" :
"/Users/aryunaferreranakamura/Library/Logs/CoreSimulator/F0F478
E1-DC02-410B-BB6B-37D3060026B3",
"udid" : "F0F478E1-DC02-410B-BB6B-37D3060026B3",
"isAvailable" : true,
"deviceTypeIdentifier" :
"com.apple.CoreSimulator.SimDeviceType.iPad-Pro-12-9-inch-5th-generat
ion",
"state" : "Shutdown",
"name" : "iPad Pro (12.9-inch) (5th generation)"
}
]
}
}
[ 2802 ms] [
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18L191)",
"available" : true,
"platform" : "com.apple.platform.appletvsimulator",
"modelCode" : "AppleTV11,1",
"identifier" : "6E57A93A-D649-4AA4-967F-65861D1F5AF3",
"architecture" : "arm64",
"modelUTI" : "com.apple.apple-tv-4k-2nd",
"modelName" : "Apple TV 4K (2nd generation)",
"name" : "Apple TV 4K (2nd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone13,2",
"identifier" : "7CC4C881-797D-4796-A51C-1A1FA8BD86D9",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-12-1",
"modelName" : "iPhone 12",
"name" : "iPhone 12"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad6,4",
"identifier" : "71094546-259A-4082-860E-4C336779BC68",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
"modelName" : "iPad Pro (9.7-inch)",
"name" : "iPad Pro (9.7-inch)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone13,3",
"identifier" : "F9BB174E-CC40-4277-9F8E-71E9FFBDD571",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-12-pro-1",
"modelName" : "iPhone 12 Pro",
"name" : "iPhone 12 Pro"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone13,2",
"identifier" : "C9BEA4F5-3328-475A-B888-9B0A50163369",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-12-1",
"modelName" : "iPhone 12",
"name" : "iPhone 12"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPod9,1",
"identifier" : "D85169F3-128E-4DBC-A68C-091EE45DBBBD",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipod-touch-7-2",
"modelName" : "iPod touch (7th generation)",
"name" : "iPod touch (7th generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad6,4",
"identifier" : "1B86C4C1-A55A-47CE-B35D-42B590F518D7",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-pro-9point7-a1674-b9b7ba",
"modelName" : "iPad Pro (9.7-inch)",
"name" : "iPad Pro (9.7-inch)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad13,5",
"identifier" : "A08CF597-033A-4D1F-971C-CC6703563CD2",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-pro-11-3rd-1",
"modelName" : "iPad Pro (11-inch) (3rd generation)",
"name" : "iPad Pro (11-inch) (3rd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad8,9",
"identifier" : "0360713F-2F5E-4DCF-97AA-BF730F3408FA",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-pro-11-2nd-1",
"modelName" : "iPad Pro (11-inch) (2nd generation)",
"name" : "iPad Pro (11-inch) (2nd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone13,1",
"identifier" : "BE7E3CCF-0E37-4B65-AE15-88AB1C1A311B",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-12-mini-1",
"modelName" : "iPhone 12 mini",
"name" : "iPhone 12 mini"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad11,7",
"identifier" : "4744964C-04CF-4D41-9B18-8E8CCA6AB536",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-8-wwan-1",
"modelName" : "iPad (8th generation)",
"name" : "iPad (8th generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,5",
"identifier" : "95559848-4BB6-4EE6-A98E-8FBFA44BAB9B",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-11-pro-max-1",
"modelName" : "iPhone 11 Pro Max",
"name" : "iPhone 11 Pro Max"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad13,10",
"identifier" : "F0F478E1-DC02-410B-BB6B-37D3060026B3",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-pro-12point9-5th-1",
"modelName" : "iPad Pro (12.9-inch) (5th generation)",
"name" : "iPad Pro (12.9-inch) (5th generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "7.4 (18T187)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch6,1",
"identifier" : "00DF4D31-BEE2-434E-BE9C-EBCCE38B6ACC",
"architecture" : "arm64",
"modelUTI" : "com.apple.watch-series6-1",
"modelName" : "Apple Watch Series 6 - 40mm",
"name" : "Apple Watch Series 6 - 40mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,8",
"identifier" : "20CB8B20-6EEB-42E1-91EC-98E7FF578DB0",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-se-1",
"modelName" : "iPhone SE (2nd generation)",
"name" : "iPhone SE (2nd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone13,4",
"identifier" : "EF5870AE-2E54-4CA7-9D27-AF23A099D7F6",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-12-pro-max-1",
"modelName" : "iPhone 12 Pro Max",
"name" : "iPhone 12 Pro Max"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad13,2",
"identifier" : "663D8B48-B9DF-4F51-B165-CD176F9A5968",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-air4-1",
"modelName" : "iPad Air (4th generation)",
"name" : "iPad Air (4th generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,1",
"identifier" : "78B3EF00-89BA-4AE2-9755-87D8F22F2B0B",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-11-1",
"modelName" : "iPhone 11",
"name" : "iPhone 11"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18L191)",
"available" : true,
"platform" : "com.apple.platform.appletvsimulator",
"modelCode" : "AppleTV11,1",
"identifier" : "7F700CB5-4B30-4052-A73E-9C466FD7D337",
"architecture" : "arm64",
"modelUTI" : "com.apple.apple-tv-4k-2nd",
"modelName" : "Apple TV 4K (at 1080p) (2nd generation)",
"name" : "Apple TV 4K (at 1080p) (2nd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone13,3",
"identifier" : "33C6204C-4DF4-4094-8A4F-FE98F97D9B1F",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-12-pro-1",
"modelName" : "iPhone 12 Pro",
"name" : "iPhone 12 Pro"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone13,4",
"identifier" : "2C477970-09FB-4C92-BE13-EB16D9D570C5",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-12-pro-max-1",
"modelName" : "iPhone 12 Pro Max",
"name" : "iPhone 12 Pro Max"
},
{
"simulator" : true,
"operatingSystemVersion" : "7.4 (18T187)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch5,3",
"identifier" : "2614FFBE-EC6A-49A3-AE8F-575656E02A23",
"architecture" : "arm64",
"modelUTI" : "com.apple.watch-series5-1",
"modelName" : "Apple Watch Series 5 - 40mm",
"name" : "Apple Watch Series 5 - 40mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "7.4 (18T187)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch6,2",
"identifier" : "2443A02F-8823-401D-949C-9486DABD9D03",
"architecture" : "arm64",
"modelUTI" : "com.apple.watch-series6-1",
"modelName" : "Apple Watch Series 6 - 44mm",
"name" : "Apple Watch Series 6 - 44mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,5",
"identifier" : "EC8C2823-9D57-46F1-A77A-F1C4B8DC2949",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-11-pro-max-1",
"modelName" : "iPhone 11 Pro Max",
"name" : "iPhone 11 Pro Max"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,1",
"identifier" : "AA4057B6-2D69-455F-A9FC-22A23CA3CF3C",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-11-1",
"modelName" : "iPhone 11",
"name" : "iPhone 11"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone10,4",
"identifier" : "D7956CCE-648E-4E27-A7A2-390410F512CC",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-8-2",
"modelName" : "iPhone 8",
"name" : "iPhone 8"
},
{
"simulator" : true,
"operatingSystemVersion" : "7.4 (18T187)",
"available" : true,
"platform" : "com.apple.platform.watchsimulator",
"modelCode" : "Watch5,4",
"identifier" : "309A0243-788C-4266-82F8-CE101D843F0B",
"architecture" : "arm64",
"modelUTI" : "com.apple.watch-series5-1",
"modelName" : "Apple Watch Series 5 - 44mm",
"name" : "Apple Watch Series 5 - 44mm"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad11,7",
"identifier" : "6A7B2A7D-AE84-4FCF-9DC6-BFAB78A7DD6D",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-8-wwan-1",
"modelName" : "iPad (8th generation)",
"name" : "iPad (8th generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,8",
"identifier" : "8E3DA50E-C6F5-4123-A9D3-4002952476C3",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-se-1",
"modelName" : "iPhone SE (2nd generation)",
"name" : "iPhone SE (2nd generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18L191)",
"available" : true,
"platform" : "com.apple.platform.appletvsimulator",
"modelCode" : "AppleTV5,3",
"identifier" : "C91DEFA7-5EF9-4338-940F-FBBFA5DB3DDD",
"architecture" : "arm64",
"modelUTI" : "com.apple.apple-tv-4",
"modelName" : "Apple TV",
"name" : "Apple TV"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone10,5",
"identifier" : "2A3BED1B-61C7-4359-BFE4-D8201E50B1B4",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-8-plus-2",
"modelName" : "iPhone 8 Plus",
"name" : "iPhone 8 Plus"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone10,5",
"identifier" : "35E96EAA-DECF-4D7D-96A1-CE8AB43DC093",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-8-plus-2",
"modelName" : "iPhone 8 Plus",
"name" : "iPhone 8 Plus"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPod9,1",
"identifier" : "B4150D24-947D-483D-9ACA-C83DA3B2A540",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipod-touch-7-2",
"modelName" : "iPod touch (7th generation)",
"name" : "iPod touch (7th generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone10,4",
"identifier" : "58863FD8-DCC0-4CB1-8165-DC07C944B193",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-8-2",
"modelName" : "iPhone 8",
"name" : "iPhone 8"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone13,1",
"identifier" : "FD3ED841-269F-458E-AD44-B914E2A6BC24",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-12-mini-1",
"modelName" : "iPhone 12 mini",
"name" : "iPhone 12 mini"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,3",
"identifier" : "F8421729-C437-4331-884F-37A036AB7A62",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-11-pro-1",
"modelName" : "iPhone 11 Pro",
"name" : "iPhone 11 Pro"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad13,2",
"identifier" : "C671BDCD-FD85-4D83-985B-1007C31C689D",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-air4-1",
"modelName" : "iPad Air (4th generation)",
"name" : "iPad Air (4th generation)"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.5 (18E182)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPhone12,3",
"identifier" : "FE24BF10-2E53-480B-9A34-F6D2963210E5",
"architecture" : "arm64",
"modelUTI" : "com.apple.iphone-11-pro-1",
"modelName" : "iPhone 11 Pro",
"name" : "iPhone 11 Pro"
},
{
"simulator" : true,
"operatingSystemVersion" : "14.4 (18D46)",
"available" : true,
"platform" : "com.apple.platform.iphonesimulator",
"modelCode" : "iPad8,12",
"identifier" : "2D9D8AB4-1DC6-4423-8B66-AEBEB9802335",
"architecture" : "arm64",
"modelUTI" : "com.apple.ipad-pro-12point9-4th-1",
"modelName" : "iPad Pro (12.9-inch) (4th generation)",
"name" : "iPad Pro (12.9-inch) (4th generation)"
}
]

                objc[82602]: Class AMSupportURLConnectionDelegate is implemented in
                both /usr/lib/libauthinstall.dylib (0x20c29bad8) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x102a6c2b8). One of the two will be used. Which one
                is undefined.
                objc[82602]: Class AMSupportURLSession is implemented in both
                /usr/lib/libauthinstall.dylib (0x20c29bb28) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x102a6c308). One of the two will be used. Which one
                is undefined.

[ 97 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping
update.
[ ] Artifact Instance of 'AndroidInternalBuildArtifacts' 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.
[ 26 ms] Changing current working directory to:
/Users/aryunaferreranakamura/StudioProjects/Uniyo
[ 93 ms] Skipping pub get: version match.
[ 25 ms] Found plugin cloud_firestore at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_firestore-2.4.0/
[ 8 ms] Found plugin cloud_firestore_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_firestore_web-2.3.0/
[ 2 ms] Found plugin cloud_functions at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_functions-3.0.0/
[ 3 ms] Found plugin cloud_functions_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_functions_web-4.0.10/
[ 7 ms] Found plugin firebase_analytics at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_analytics-8.2.0/
[ 2 ms] Found plugin firebase_analytics_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_analytics_web-0.3.0 1/
[ 1 ms] Found plugin firebase_auth at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_auth-3.0.1/
[ 2 ms] Found plugin firebase_auth_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_auth_web-3.0.0/
[ 1 ms] Found plugin firebase_core at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_core-1.4.0/
[ 2 ms] Found plugin firebase_core_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_core_web-1.1.0/
[ 1 ms] Found plugin firebase_storage at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_storage-10.0.1/
[ 6 ms] Found plugin firebase_storage_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_storage_web-3.0.0/
[ 1 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/flutter_plugin_android_lifecycle-2.0.2/
[ 3 ms] Found plugin google_maps_flutter at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/google_maps_flutter-0.4.0/
[ 4 ms] Found plugin image_picker at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/image_picker-0.7.5 4/
[ 1 ms] Found plugin image_picker_for_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/image_picker_for_web-2.1.1/
[ 17 ms] Found plugin stripe_payment at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/stripe_payment-1.1.4/
[ 116 ms] Found plugin cloud_firestore at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_firestore-2.4.0/
[ 3 ms] Found plugin cloud_firestore_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_firestore_web-2.3.0/
[ ] Found plugin cloud_functions at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_functions-3.0.0/
[ ] Found plugin cloud_functions_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_functions_web-4.0.10/
[ 5 ms] Found plugin firebase_analytics at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_analytics-8.2.0/
[ 1 ms] Found plugin firebase_analytics_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_analytics_web-0.3.0 1/
[ ] Found plugin firebase_auth at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_auth-3.0.1/
[ 3 ms] Found plugin firebase_auth_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_auth_web-3.0.0/
[ 1 ms] Found plugin firebase_core at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_core-1.4.0/
[ 1 ms] Found plugin firebase_core_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_core_web-1.1.0/
[ 6 ms] Found plugin firebase_storage at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_storage-10.0.1/
[ 2 ms] Found plugin firebase_storage_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_storage_web-3.0.0/
[ 1 ms] Found plugin flutter_plugin_android_lifecycle at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/flutter_plugin_android_lifecycle-2.0.2/
[ 1 ms] Found plugin google_maps_flutter at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/google_maps_flutter-0.4.0/
[ 1 ms] Found plugin image_picker at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/image_picker-0.7.5 4/
[ 1 ms] Found plugin image_picker_for_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/image_picker_for_web-2.1.1/
[ 6 ms] Found plugin stripe_payment at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/stripe_payment-1.1.4/
[ 26 ms] Generating
/Users/aryunaferreranakamura/StudioProjects/Uniyo/android/app/src/main/java/io/flutter/p
lugins/GeneratedPluginRegistrant.java
[ 219 ms] Initializing file store
[ 11 ms] Skipping target: gen_localizations
[ 5 ms] complete
[ 5 ms] Launching lib/main.dart on iPhone 12 Pro Max in debug mode...
[ 6 ms]
/Users/aryunaferreranakamura/StudioProjects/flutter/bin/cache/dart-sdk/bin/dart
--disable-dart-dev
/Users/aryunaferreranakamura/StudioProjects/flutter/bin/cache/artifacts/engine/darwin-x6
4/frontend_server.dart.snapshot --sdk-root
/Users/aryunaferreranakamura/StudioProjects/flutter/bin/cache/artifacts/engine/common/fl
utter_patched_sdk/ --incremental --target=flutter --debugger-module-names
--experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill
/var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools.5qNvdC/flutter_tool.bcIZR
e/app.dill --packages
/Users/aryunaferreranakamura/StudioProjects/Uniyo/.dart_tool/package_config.json
-Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation
--filesystem-scheme org-dartlang-root --initialize-from-dill
build/3c113a45063dc6628e68a4111abcacad.cache.dill.track.dill
--enable-experiment=alternative-invalidation-strategy
[ 13 ms] executing: /usr/bin/plutil -convert json -o -
/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner/Info.plist
[ 42 ms] Exit code 0 from: /usr/bin/plutil -convert json -o -
/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner/Info.plist
[ ] {"NSLocationWhenInUseUsageDescription":"The app might request location
services while in use due to an SDK to be used in the future to provide a better user
experience.","CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBundleInfoDictionary
Version":"6.0","UIMainStoryboardFile":"Main","CFBundleVersion":"$(FLUTTER_BUILD_NUMBER)"
,"UILaunchStoryboardName":"LaunchScreen","CFBundleExecutable":"$(EXECUTABLE_NAME)","LSRe
quiresIPhoneOS":true,"UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientationPor
trait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLandscapeLeft",
"UIInterfaceOrientationLandscapeRight"],"UISupportedInterfaceOrientations":["UIInterface
OrientationPortrait"],"CFBundleDisplayName":"Uniyo","CFBundleShortVersionString":"$(FLUT
TER_BUILD_NAME)","UIViewControllerBasedStatusBarAppearance":false,"NSPhotoLibraryUsageDe
scription":"The app requests access to the user's photo library to give the user the
ability to change their profile picture and publish listings with service specific
photos.","CFBundlePackageType":"APPL","CFBundleSignature":"????","CFBundleDevelopmentReg
ion":"$(DEVELOPMENT_LANGUAGE)","ITSAppUsesNonExemptEncryption":false,"CFBundleName":"uni
yo"}
[ 5 ms] executing: [/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/]
/usr/bin/arch -arm64e xcrun xcodebuild -list
[ 35 ms] <- compile package:uniyo/main.dart
[ 1735 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
-list

                User defaults from command line:
                    IDEPackageSupportUseBuiltinSCM = YES

                Information about project "Runner":
                    Targets:
                        Runner

                    Build Configurations:
                        Debug
                        Release
                        Profile

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

                    Schemes:
                        Runner


                objc[82615]: Class AMSupportURLConnectionDelegate is implemented in
                both /usr/lib/libauthinstall.dylib (0x20c29bad8) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x11aeb82b8). One of the two will be used. Which one
                is undefined.
                objc[82615]: Class AMSupportURLSession is implemented in both
                /usr/lib/libauthinstall.dylib (0x20c29bb28) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x11aeb8308). One of the two will be used. Which one
                is undefined.

⣽[ 12 ms] executing:
[/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner.xcodeproj/] /usr/bin/arch
-arm64e xcrun xcodebuild -project
/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner.xcodeproj -scheme Runner
-showBuildSettings
[ ] executing:
[/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner.xcodeproj/] /usr/bin/arch
-arm64e xcrun xcodebuild -project
/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner.xcodeproj -scheme Runner
-showBuildSettings ⢿[ 1803 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
-project
/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner.xco
deproj -scheme Runner -showBuildSettings

                User defaults from command line:
                    IDEPackageSupportUseBuiltinSCM = YES

                Build settings for action build and target Runner:
                    ACTION = build
                    AD_HOC_CODE_SIGNING_ALLOWED = NO
                    ALTERNATE_GROUP = staff
                    ALTERNATE_MODE = u w,go-w,a rX
                    ALTERNATE_OWNER = aryunaferreranakamura
                    ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
                    ALWAYS_SEARCH_USER_PATHS = NO
                    ALWAYS_USE_SEPARATE_HEADERMAPS = NO
                    APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
                    APPLE_INTERNAL_DIR = /AppleInternal
                    APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
                    APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
                    APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
                    APPLICATION_EXTENSION_API_ONLY = NO
                    APPLY_RULES_IN_COPY_FILES = NO
                    APPLY_RULES_IN_COPY_HEADERS = NO
                    ARCHS = arm64
                    ARCHS_STANDARD = arm64
                    ARCHS_STANDARD_32_64_BIT = armv7 arm64
                    ARCHS_STANDARD_32_BIT = armv7
                    ARCHS_STANDARD_64_BIT = arm64
                    ARCHS_STANDARD_INCLUDING_64_BIT = arm64
                    ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
                    ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
                    AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos
                    iphonesimulator macosx watchos watchsimulator
                    BITCODE_GENERATION_MODE = marker
                    BUILD_ACTIVE_RESOURCES_ONLY = NO
                    BUILD_COMPONENTS = headers build
                    BUILD_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products
                    BUILD_LIBRARY_FOR_DISTRIBUTION = NO
                    BUILD_ROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products
                    BUILD_STYLE = 
                    BUILD_VARIANTS = normal
                    BUILT_PRODUCTS_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products/Release-ipho
                    neos
                    BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
                    BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
                    BUNDLE_FORMAT = shallow
                    BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks
                    BUNDLE_PLUGINS_FOLDER_PATH = PlugIns
                    BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders
                    BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers
                    CACHE_ROOT =
                    /var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/C/com.apple.Devel
                    operTools/12.5.1-12E507/Xcode
                    CCHROOT =
                    /var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/C/com.apple.Devel
                    operTools/12.5.1-12E507/Xcode
                    CHMOD = /bin/chmod
                    CHOWN = /usr/sbin/chown
                    CLANG_ANALYZER_NONNULL = YES
                    CLANG_CXX_LANGUAGE_STANDARD = gnu  0x
                    CLANG_CXX_LIBRARY = libc  
                    CLANG_ENABLE_MODULES = YES
                    CLANG_ENABLE_OBJC_ARC = YES
                    CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
                    CLANG_WARN_BOOL_CONVERSION = YES
                    CLANG_WARN_COMMA = YES
                    CLANG_WARN_CONSTANT_CONVERSION = YES
                    CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
                    CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
                    CLANG_WARN_EMPTY_BODY = YES
                    CLANG_WARN_ENUM_CONVERSION = YES
                    CLANG_WARN_INFINITE_RECURSION = YES
                    CLANG_WARN_INT_CONVERSION = YES
                    CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
                    CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
                    CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
                    CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
                    CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES
                    CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
                    CLANG_WARN_STRICT_PROTOTYPES = YES
                    CLANG_WARN_SUSPICIOUS_MOVE = YES
                    CLANG_WARN_UNREACHABLE_CODE = YES
                    CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
                    CLASS_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/JavaClasses
                    CLEAN_PRECOMPS = YES
                    CLONE_HEADERS = NO
                    CODESIGNING_FOLDER_PATH =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products/Release-ipho
                    neos/Runner.app
                    CODE_SIGNING_ALLOWED = YES
                    CODE_SIGNING_REQUIRED = YES
                    CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
                    CODE_SIGN_IDENTITY = iPhone Developer
                    CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
                    COLOR_DIAGNOSTICS = NO
                    COMBINE_HIDPI_IMAGES = NO
                    COMPILER_INDEX_STORE_ENABLE = Default
                    COMPOSITE_SDK_DIRS =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /CompositeSDKs
                    COMPRESS_PNG_FILES = YES
                    CONFIGURATION = Release
                    CONFIGURATION_BUILD_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products/Release-ipho
                    neos
                    CONFIGURATION_TEMP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos
                    CONTENTS_FOLDER_PATH = Runner.app
                    COPYING_PRESERVES_HFS_DATA = NO
                    COPY_HEADERS_RUN_UNIFDEF = NO
                    COPY_PHASE_STRIP = NO
                    COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
                    CORRESPONDING_SIMULATOR_PLATFORM_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform
                    CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
                    CORRESPONDING_SIMULATOR_SDK_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk
                    CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator14.5
                    CP = /bin/cp
                    CREATE_INFOPLIST_SECTION_IN_BINARY = NO
                    CURRENT_ARCH = arm64
                    CURRENT_VARIANT = normal
                    DEAD_CODE_STRIPPING = YES
                    DEBUGGING_SYMBOLS = YES
                    DEBUG_INFORMATION_FORMAT = dwarf-with-dsym
                    DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
                    DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                    DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
                    DEFINES_MODULE = NO
                    DEPLOYMENT_LOCATION = NO
                    DEPLOYMENT_POSTPROCESSING = NO
                    DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                    DEPLOYMENT_TARGET_CLANG_FLAG_NAME = miphoneos-version-min
                    DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX = -miphoneos-version-min=
                    DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                    DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_version_min
                    DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
                    DEPLOYMENT_TARGET_SUGGESTED_VALUES = 9.0 9.2 10.0 10.2 11.0 11.2
                    11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.5
                    DERIVED_FILES_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/DerivedSources
                    DERIVED_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/DerivedSources
                    DERIVED_SOURCES_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/DerivedSources
                    DEVELOPER_APPLICATIONS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Applications
                    DEVELOPER_BIN_DIR =
                    /Applications/Xcode.app/Contents/Developer/usr/bin
                    DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
                    DEVELOPER_FRAMEWORKS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                    DEVELOPER_FRAMEWORKS_DIR_QUOTED =
                    /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                    DEVELOPER_LIBRARY_DIR =
                    /Applications/Xcode.app/Contents/Developer/Library
                    DEVELOPER_SDK_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.plat
                    form/Developer/SDKs
                    DEVELOPER_TOOLS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Tools
                    DEVELOPER_USR_DIR =
                    /Applications/Xcode.app/Contents/Developer/usr
                    DEVELOPMENT_LANGUAGE = en
                    DEVELOPMENT_TEAM = LC4XPK75W2
                    DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
                    DONT_GENERATE_INFOPLIST_FILE = NO
                    DO_HEADER_SCANNING_IN_JAM = NO
                    DSTROOT = /tmp/Runner.dst
                    DT_TOOLCHAIN_DIR =
                    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefau
                    lt.xctoolchain
                    DWARF_DSYM_FILE_NAME = Runner.app.dSYM
                    DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
                    DWARF_DSYM_FOLDER_PATH =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products/Release-ipho
                    neos
                    EFFECTIVE_PLATFORM_NAME = -iphoneos
                    EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
                    EMBEDDED_PROFILE_NAME = embedded.mobileprovision
                    EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
                    ENABLE_BITCODE = NO
                    ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
                    ENABLE_HARDENED_RUNTIME = NO
                    ENABLE_HEADER_DEPENDENCIES = YES
                    ENABLE_NS_ASSERTIONS = NO
                    ENABLE_ON_DEMAND_RESOURCES = YES
                    ENABLE_STRICT_OBJC_MSGSEND = YES
                    ENABLE_TESTABILITY = NO
                    ENABLE_TESTING_SEARCH_PATHS = NO
                    ENTITLEMENTS_ALLOWED = YES
                    ENTITLEMENTS_DESTINATION = Signature
                    ENTITLEMENTS_REQUIRED = YES
                    EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git
                    .hg CVS
                    EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj
                    *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn
                    .git .hg *.pbproj *.pbxproj
                    EXECUTABLES_FOLDER_PATH = Runner.app/Executables
                    EXECUTABLE_FOLDER_PATH = Runner.app
                    EXECUTABLE_NAME = Runner
                    EXECUTABLE_PATH = Runner.app/Runner
                    EXPANDED_CODE_SIGN_IDENTITY = 
                    EXPANDED_CODE_SIGN_IDENTITY_NAME = 
                    EXPANDED_PROVISIONING_PROFILE = 
                    FILE_LIST =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/Objects/LinkFileList
                    FIXED_FILES_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/FixedFiles
                    FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
                    FRAMEWORK_FLAG_PREFIX = -framework
                    FRAMEWORK_SEARCH_PATHS =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/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_SYMBOLS_PRIVATE_EXTERN = YES
                    GCC_THUMB_SUPPORT = YES
                    GCC_TREAT_WARNINGS_AS_ERRORS = NO
                    GCC_VERSION = com.apple.compilers.llvm.clang.1_0
                    GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
                    GCC_WARN_64_TO_32_BIT_CONVERSION = YES
                    GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
                    GCC_WARN_UNDECLARED_SELECTOR = YES
                    GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
                    GCC_WARN_UNUSED_FUNCTION = YES
                    GCC_WARN_UNUSED_VARIABLE = YES
                    GENERATED_MODULEMAP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /GeneratedModuleMaps-iphoneos
                    GENERATE_MASTER_OBJECT_FILE = NO
                    GENERATE_PKGINFO_FILE = YES
                    GENERATE_PROFILING_CODE = NO
                    GENERATE_TEXT_BASED_STUBS = NO
                    GID = 20
                    GROUP = staff
                    HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
                    HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
                    HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
                    HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
                    HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
                    HEADERMAP_USES_VFS = NO
                    HIDE_BITCODE_SYMBOLS = YES
                    HOME = /Users/aryunaferreranakamura
                    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 = aryunaferreranakamura
                    INSTALL_PATH = /Applications
                    INSTALL_ROOT = /tmp/Runner.dst
                    IPHONEOS_DEPLOYMENT_TARGET = 14.5
                    JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M
                    -J-Dfile.encoding=UTF8
                    JAVA_APP_STUB =
                    /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/Java
                    ApplicationStub
                    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/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/Objects-normal/arm64
                    /Runner_dependency_info.dat
                    LD_GENERATE_MAP_FILE = NO
                    LD_MAP_FILE_PATH =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/Runner-LinkMap-norma
                    l-arm64.txt
                    LD_NO_PIE = NO
                    LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
                    LD_RUNPATH_SEARCH_PATHS =  @executable_path/Frameworks
                    LEGACY_DEVELOPER_DIR =
                    /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Co
                    ntents/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/aryunaferreranakamura/StudioProjects/Uniyo/ios/Flutter
                    LINKER_DISPLAYS_MANGLED_NAMES = NO
                    LINK_FILE_LIST_normal_arm64 = 
                    LINK_WITH_STANDARD_LIBRARIES = YES
                    LLVM_TARGET_TRIPLE_OS_VERSION = ios14.5
                    LLVM_TARGET_TRIPLE_VENDOR = apple
                    LOCALIZABLE_CONTENT_DIR = 
                    LOCALIZATION_EXPORT_SUPPORTED = YES
                    LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj
                    LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString
                    CFCopyLocalizedString
                    LOCALIZED_STRING_SWIFTUI_SUPPORT = YES
                    LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
                    LOCAL_APPS_DIR = /Applications
                    LOCAL_DEVELOPER_DIR = /Library/Developer
                    LOCAL_LIBRARY_DIR = /Library
                    LOCROOT = 
                    LOCSYMROOT = 
                    MACH_O_TYPE = mh_execute
                    MAC_OS_X_PRODUCT_BUILD_VERSION = 20G71
                    MAC_OS_X_VERSION_ACTUAL = 110500
                    MAC_OS_X_VERSION_MAJOR = 110000
                    MAC_OS_X_VERSION_MINOR = 110500
                    METAL_LIBRARY_FILE_BASE = default
                    METAL_LIBRARY_OUTPUT_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products/Release-ipho
                    neos/Runner.app
                    MODULES_FOLDER_PATH = Runner.app/Modules
                    MODULE_CACHE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /ModuleCache.noindex
                    MTL_ENABLE_DEBUG_INFO = NO
                    NATIVE_ARCH = armv7
                    NATIVE_ARCH_32_BIT = i386
                    NATIVE_ARCH_64_BIT = arm64e
                    NATIVE_ARCH_ACTUAL = arm64e
                    NO_COMMON = YES
                    OBJECT_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/Objects
                    OBJECT_FILE_DIR_normal =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/Objects-normal
                    OBJROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    ONLY_ACTIVE_ARCH = NO
                    OS = MACOS
                    OSAC = /usr/bin/osacompile
                    PACKAGE_TYPE = com.apple.package-type.wrapper.application
                    PASCAL_STRINGS = YES
                    PATH =
                    /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/aryuna
                    ferreranakamura/Library/Android/sdk/emulator:/Users/aryunaferrer
                    anakamura/Library/Android/sdk/tools:/opt/homebrew/bin:/opt/homeb
                    rew/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/us
                    r/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/aryunaf
                    erreranakamura/StudioProjects/flutter/bin:/Users/aryunaferrerana
                    kamura/developer/flutter/bin:/Users/aryunaferreranakamura/develo
                    per/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/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/PkgInfo
                    PKGINFO_PATH = Runner.app/PkgInfo
                    PLATFORM_DEVELOPER_APPLICATIONS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/Applications
                    PLATFORM_DEVELOPER_BIN_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/usr/bin
                    PLATFORM_DEVELOPER_LIBRARY_DIR =
                    /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Co
                    ntents/SharedSupport/Developer/Library
                    PLATFORM_DEVELOPER_SDK_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/SDKs
                    PLATFORM_DEVELOPER_TOOLS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/Tools
                    PLATFORM_DEVELOPER_USR_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/usr
                    PLATFORM_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform
                    PLATFORM_DISPLAY_NAME = iOS
                    PLATFORM_NAME = iphoneos
                    PLATFORM_PREFERRED_ARCH = arm64
                    PLATFORM_PRODUCT_BUILD_VERSION = 18E182
                    PLIST_FILE_OUTPUT_FORMAT = binary
                    PLUGINS_FOLDER_PATH = Runner.app/PlugIns
                    PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
                    PRECOMP_DESTINATION_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/PrefixHeaders
                    PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
                    PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
                    PRODUCT_BUNDLE_IDENTIFIER = com.developer.uniyo
                    PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
                    PRODUCT_MODULE_NAME = Runner
                    PRODUCT_NAME = Runner
                    PRODUCT_SETTINGS_PATH =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner/Inf
                    o.plist
                    PRODUCT_TYPE = com.apple.product-type.application
                    PROFILING_CODE = NO
                    PROJECT = Runner
                    PROJECT_DERIVED_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/DerivedSources
                    PROJECT_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios
                    PROJECT_FILE_PATH =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner.xco
                    deproj
                    PROJECT_NAME = Runner
                    PROJECT_TEMP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build
                    PROJECT_TEMP_ROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    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/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/ResourceManagerResou
                    rces
                    REZ_OBJECTS_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build/ResourceManagerResou
                    rces/Objects
                    SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
                    SCRIPTS_FOLDER_PATH = Runner.app/Scripts
                    SDKROOT =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/SDKs/iPhoneOS14.5.sdk
                    SDK_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/SDKs/iPhoneOS14.5.sdk
                    SDK_DIR_iphoneos14_5 =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/SDKs/iPhoneOS14.5.sdk
                    SDK_NAME = iphoneos14.5
                    SDK_NAMES = iphoneos14.5
                    SDK_PRODUCT_BUILD_VERSION = 18E182
                    SDK_VERSION = 14.5
                    SDK_VERSION_ACTUAL = 140500
                    SDK_VERSION_MAJOR = 140000
                    SDK_VERSION_MINOR = 140500
                    SED = /usr/bin/sed
                    SEPARATE_STRIP = NO
                    SEPARATE_SYMBOL_EDIT = NO
                    SET_DIR_MODE_OWNER_GROUP = YES
                    SET_FILE_MODE_OWNER_GROUP = NO
                    SHALLOW_BUNDLE = YES
                    SHARED_DERIVED_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products/Release-ipho
                    neos/DerivedSources
                    SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
                    SHARED_PRECOMPS_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /PrecompiledHeaders
                    SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
                    SKIP_INSTALL = NO
                    SOURCE_ROOT =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios
                    SRCROOT = /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios
                    STRINGS_FILE_INFOPLIST_RENAME = YES
                    STRINGS_FILE_OUTPUT_ENCODING = binary
                    STRIP_BITCODE_FROM_COPIED_FILES = YES
                    STRIP_INSTALLED_PRODUCT = YES
                    STRIP_STYLE = all
                    STRIP_SWIFT_SYMBOLS = YES
                    SUPPORTED_DEVICE_FAMILIES = 1,2
                    SUPPORTED_PLATFORMS = iphoneos
                    SUPPORTS_MACCATALYST = NO
                    SUPPORTS_TEXT_BASED_API = NO
                    SWIFT_COMPILATION_MODE = wholemodule
                    SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
                    SWIFT_OPTIMIZATION_LEVEL = -O
                    SWIFT_PLATFORM_TARGET_PREFIX = ios
                    SWIFT_VERSION = 5.0
                    SYMROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products
                    SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
                    SYSTEM_APPS_DIR = /Applications
                    SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
                    SYSTEM_DEMOS_DIR = /Applications/Extras
                    SYSTEM_DEVELOPER_APPS_DIR =
                    /Applications/Xcode.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/Utilitie
                    s/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/Performa
                    nce 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/Utilitie
                    s
                    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
                    TARGETNAME = Runner
                    TARGET_BUILD_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Products/Release-ipho
                    neos
                    TARGET_NAME = Runner
                    TARGET_TEMP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build
                    TEMP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build
                    TEMP_FILES_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build
                    TEMP_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    /Runner.build/Release-iphoneos/Runner.build
                    TEMP_ROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gwleamalzosdznbdkatqrqlrxllx/Build/Intermediates.noindex
                    TEST_FRAMEWORK_SEARCH_PATHS =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/Library/Frameworks
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/SDKs/iPhoneOS14.5.sdk/Developer/Library/Framewo
                    rks
                    TEST_LIBRARY_SEARCH_PATHS =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/usr/lib
                    TOOLCHAIN_DIR =
                    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefau
                    lt.xctoolchain
                    TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
                    UID = 501
                    UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
                    UNSTRIPPED_PRODUCT = NO
                    USER = aryunaferreranakamura
                    USER_APPS_DIR = /Users/aryunaferreranakamura/Applications
                    USER_LIBRARY_DIR = /Users/aryunaferreranakamura/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
                    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 = aryunaferreranakamura
                    VERSION_INFO_FILE = Runner_vers.c
                    VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-"
                    WRAPPER_EXTENSION = app
                    WRAPPER_NAME = Runner.app
                    WRAPPER_SUFFIX = .app
                    WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
                    XCODE_APP_SUPPORT_DIR =
                    /Applications/Xcode.app/Contents/Developer/Library/Xcode
                    XCODE_PRODUCT_BUILD_VERSION = 12E507
                    XCODE_VERSION_ACTUAL = 1251
                    XCODE_VERSION_MAJOR = 1200
                    XCODE_VERSION_MINOR = 1250
                    XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
                    YACC = yacc
                    arch = arm64
                    variant = normal


                objc[82621]: Class AMSupportURLConnectionDelegate is implemented in
                both /usr/lib/libauthinstall.dylib (0x20c29bad8) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x1183b82b8). One of the two will be used. Which one
                is undefined.
                objc[82621]: Class AMSupportURLSession is implemented in both
                /usr/lib/libauthinstall.dylib (0x20c29bb28) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x1183b8308). One of the two will be used. Which one
                is undefined.                                                      [  212 ms] Building Runner.app for 2C477970-09FB-4C92-BE13-EB16D9D570C5.

[ 15 ms] Xcode workspace settings not found, skipping build system migration
[ 9 ms] executing: xattr -r -d com.apple.FinderInfo
/Users/aryunaferreranakamura/StudioProjects/Uniyo
[ 4 ms] executing: /usr/bin/arch -arm64e xcrun simctl spawn
2C477970-09FB-4C92-BE13-EB16D9D570C5 log stream --style json --predicate eventType =
logEvent AND processImagePath ENDSWITH "Runner" AND (senderImagePath ENDSWITH "/Flutter"
OR senderImagePath ENDSWITH "/libswiftCore.dylib" OR processImageUUID ==
senderImageUUID) AND NOT(eventMessage CONTAINS ": could not find icon for representation
-> com.apple.") AND NOT(eventMessage BEGINSWITH "assertion failed: ") AND
NOT(eventMessage CONTAINS " libxpc.dylib ")
[ 497 ms] Failed to remove xattr com.apple.FinderInfo from
/Users/aryunaferreranakamura/StudioProjects/Uniyo
[ 61 ms] Found plugin cloud_firestore at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_firestore-2.4.0/
[ 1 ms] Found plugin cloud_firestore_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_firestore_web-2.3.0/
[ 1 ms] Found plugin cloud_functions at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_functions-3.0.0/
[ ] Found plugin cloud_functions_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/cloud_functions_web-4.0.10/
[ 2 ms] Found plugin firebase_analytics at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_analytics-8.2.0/
[ 1 ms] Found plugin firebase_analytics_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_analytics_web-0.3.0 1/
[ ] Found plugin firebase_auth at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_auth-3.0.1/
[ 1 ms] Found plugin firebase_auth_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_auth_web-3.0.0/
[ ] Found plugin firebase_core at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_core-1.4.0/
[ ] Found plugin firebase_core_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_core_web-1.1.0/
[ ] Found plugin firebase_storage at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_storage-10.0.1/
[ ] Found plugin firebase_storage_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/firebase_storage_web-3.0.0/
[ ] Found plugin flutter_plugin_android_lifecycle at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/flutter_plugin_android_lifecycle-2.0.2/
[ 1 ms] Found plugin google_maps_flutter at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/google_maps_flutter-0.4.0/
[ ] Found plugin image_picker at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/image_picker-0.7.5 4/
[ ] Found plugin image_picker_for_web at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/image_picker_for_web-2.1.1/
[ 5 ms] Found plugin stripe_payment at
/Users/aryunaferreranakamura/Documents/Developer/flutter/.pub-cache/hosted/pub.dartlang.
org/stripe_payment-1.1.4/
[ 19 ms] executing: which pod
[ 25 ms] executing: pod --version
[ 850 ms] 1.10.2
[ 5 ms] Running pod install...
[ 10033 ms] Running pod install... (completed in 10.0s)
[ 10 ms] CocoaPods' output:

[ 27 ms] Preparing

           Analyzing dependencies
       
           Inspecting targets to integrate
             Using `ARCHS` setting to build architectures of target `Pods-Runner`:

(``)

           Finding Podfile changes
             - Flutter
             - cloud_firestore
             - cloud_functions
             - firebase_analytics
             - firebase_auth
             - firebase_core
             - firebase_storage
             - google_maps_flutter
             - image_picker
             - stripe_payment
       
           Fetching external sources
           -> Fetching podspec for `Flutter` from `Flutter`
           -> Fetching podspec for `cloud_firestore` from
           `.symlinks/plugins/cloud_firestore/ios`
           cloud_firestore: Using Firebase SDK version '8.3.0' defined in

'firebase_core'
-> Fetching podspec for cloud_functions from
.symlinks/plugins/cloud_functions/ios
cloud_functions: Using Firebase SDK version '8.3.0' defined in
'firebase_core'
-> Fetching podspec for firebase_analytics from
.symlinks/plugins/firebase_analytics/ios
firebase_analytics: Using Firebase SDK version '8.3.0' defined in
'firebase_core'
-> Fetching podspec for firebase_auth from
.symlinks/plugins/firebase_auth/ios
firebase_auth: Using Firebase SDK version '8.3.0' defined in
'firebase_core'
-> Fetching podspec for firebase_core from
.symlinks/plugins/firebase_core/ios
firebase_core: Using Firebase SDK version '8.3.0' defined in
'firebase_core'
-> Fetching podspec for firebase_storage from
.symlinks/plugins/firebase_storage/ios
firebase_storage: Using Firebase SDK version '8.3.0' defined in
'firebase_core'
-> Fetching podspec for google_maps_flutter from
.symlinks/plugins/google_maps_flutter/ios
-> Fetching podspec for image_picker from
.symlinks/plugins/image_picker/ios
-> Fetching podspec for stripe_payment from
.symlinks/plugins/stripe_payment/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_c_e_7.txt exists! Returning
local
because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/e/7/Stripe/21.7.0/Stripe.podspec.json
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/8.4.0/Firebase.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/3/5/Firebase/8.3.0/Firebase.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/3/5/Firebase/8.3.0/Firebase.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/3/5/Firebase/8.3.0/Firebase.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/3/5/Firebase/8.3.0/Firebase.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/3/5/Firebase/8.3.0/Firebase.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_a_d_d.txt exists! Returning
local
because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/a/d/d/GoogleMaps/5.1.0/GoogleMaps.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/0/3/5/Firebase/8.3.0/Firebase.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_3_c_c.txt exists! Returning
local
because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/3/c/c/FirebaseStorage/8.4.0/FirebaseStorage.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/3/c/c/FirebaseStorage/8.3.0/FirebaseStorage.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/8.4.0/FirebaseCore.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.6.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.6.1/GTMSessionFetcher.podspec.json
exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: all_pods_versions_c_5_4.txt exists! Returning
local
because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/c/5/4/FirebaseFunctions/8.4.0/FirebaseFunctions.podspec.json
exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/c/5/4/FirebaseFunctions/8.3.0/FirebaseFunctions.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/8.4.0/FirebaseAuth.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/0/3/5/Firebase/8.3.0/Firebase.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path: Specs/c/e/7/Stripe/19.4.1/Stripe.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/8.4.0/FirebaseFirestore.podspec.json
exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/a/d/d/GoogleMaps/5.1.0/GoogleMaps.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/a/d/d/GoogleMaps/5.1.0/GoogleMaps.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/8/b/d/FirebaseCore/8.3.0/FirebaseCore.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/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.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/8.4.0/FirebaseCoreDiagnostics.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/8/b/d/FirebaseCore/8.3.0/FirebaseCore.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/8.4.0/FirebaseAnalytics.podspec.json
exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/a/d/d/GoogleMaps/5.1.0/GoogleMaps.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/2.0.0/PromisesObjC.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/6/3/6/FirebaseAuth/8.3.0/FirebaseAuth.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:

Specs/8/3/c/FirebaseCoreDiagnostics/8.4.0/FirebaseCoreDiagnostics.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/9.1.0/GoogleDataTransport.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/2.30908.0/nanopb.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/9/f/FirebaseFirestore/8.3.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.20210324.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.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.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.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.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.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.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.20200225.0/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.39.0-pre1/gRPC-C .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.1/leveldb-library.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/6/a/GoogleDataTransport/9.1.0/GoogleDataTransport.podspec.json
exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/6/1/e/nanopb/2.30908.0/nanopb.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/6/1/e/nanopb/2.30908.0/nanopb.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/6/1/e/nanopb/2.30908.0/nanopb.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/3/8/6/abseil/0.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.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.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.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.20200225.0/abseil.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/c/8/7/gRPC-C /1.28.2/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 /1.28.2/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 /1.28.2/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.39.0-pre1/gRPC-Core.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/3/8/6/abseil/0.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.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.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.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.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.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.20200225.0/abseil.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/0/b/5/PromisesObjC/2.0.0/PromisesObjC.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/3/8/6/abseil/0.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.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.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.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.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.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.20200225.0/abseil.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/e/2/1/FirebaseAnalytics/8.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/8.4.0/FirebaseInstallations.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/e/2/1/FirebaseAnalytics/8.3.0/FirebaseAnalytics.podspec.json
exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/3/8/6/abseil/0.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.20200225.0/abseil.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/3/8/6/abseil/0.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.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.20200225.0/abseil.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:

Specs/2/f/7/FirebaseInstallations/8.4.0/FirebaseInstallations.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/0/8/4/GoogleUtilities/7.5.0/GoogleUtilities.podspec.json exists!
Returning
local because checking is only perfomed in repo update
CDN: trunk Relative path:
Specs/3/8/6/abseil/0.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.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.20200225.0/abseil.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.1/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.20200225.0/abseil.podspec.json
exists! Returning local because checking is only perfomed in repo
update
CDN: trunk Relative path:
Specs/9/1/0/gRPC-Core/1.28.2/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.28.2/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.28.2/gRPC-Core.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/8.4.0/GoogleAppMeasurement.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:

Specs/e/3/b/GoogleAppMeasurement/8.3.0/GoogleAppMeasurement.podspec.json exists!
Returning local because checking is only perfomed in repo update
CDN: trunk Relative path:

Specs/e/3/b/GoogleAppMeasurement/8.3.0/GoogleAppMeasurement.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.19/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.7/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.7/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.7/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
             - FirebaseCore
             - FirebaseCoreDiagnostics
             - FirebaseFirestore
             - FirebaseFunctions
             - FirebaseInstallations
             - FirebaseStorage
             - Flutter
             - GTMSessionFetcher
             - GoogleAppMeasurement
             - GoogleDataTransport
             - GoogleMaps
             - GoogleUtilities
             - PromisesObjC
             - Stripe
             - abseil
             - cloud_firestore
             - cloud_functions
             - firebase_analytics
             - firebase_auth
             - firebase_core
             - firebase_storage
             - gRPC-C  
             - gRPC-Core
             - google_maps_flutter
             - image_picker
             - leveldb-library
             - nanopb
             - stripe_payment
       
           Downloading dependencies
       
           -> Using BoringSSL-GRPC (0.0.7)
       
           -> Using Firebase (8.3.0)
       
           -> Using FirebaseAnalytics (8.3.0)
       
           -> Using FirebaseAuth (8.3.0)
       
           -> Using FirebaseCore (8.3.0)
       
           -> Using FirebaseCoreDiagnostics (8.4.0)
       
           -> Using FirebaseFirestore (8.3.0)
       
           -> Using FirebaseFunctions (8.3.0)
       
           -> Using FirebaseInstallations (8.4.0)
       
           -> Using FirebaseStorage (8.3.0)
       
           -> Using Flutter (1.0.0)
       
           -> Using GTMSessionFetcher (1.6.1)
       
           -> Using GoogleAppMeasurement (8.3.0)
       
           -> Using GoogleDataTransport (9.1.0)
       
           -> Using GoogleMaps (5.1.0)
       
           -> Using GoogleUtilities (7.5.0)
       
           -> Using PromisesObjC (2.0.0)
       
           -> Using Stripe (19.4.1)
       
           -> Using abseil (0.20200225.0)
       
           -> Using cloud_firestore (2.4.0)
       
           -> Using cloud_functions (3.0.0)
       
           -> Using firebase_analytics (8.2.0)
       
           -> Using firebase_auth (3.0.1)
       
           -> Using firebase_core (1.4.0)
       
           -> Using firebase_storage (10.0.1)
       
           -> Using gRPC-C   (1.28.2)
       
           -> Using gRPC-Core (1.28.2)
       
           -> Using google_maps_flutter (0.0.1)
       
           -> Using image_picker (0.0.1)
       
           -> Using leveldb-library (1.22.1)
       
           -> Using nanopb (2.30908.0)
       
           -> Using stripe_payment (1.0.0)
             - 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 10.0
               - Installing target `FirebaseAnalytics` iOS 9.0
               - Installing target `FirebaseAuth` iOS 10.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 `FirebaseCore` iOS 9.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 9.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 `FirebaseFirestore` iOS 10.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 `FirebaseFunctions` iOS 10.0
                 - Generating module map file at `Pods/Target Support
                 Files/FirebaseFunctions/FirebaseFunctions.modulemap`
                 - Generating umbrella header at `Pods/Target Support
                 Files/FirebaseFunctions/FirebaseFunctions-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support
                 Files/FirebaseFunctions/FirebaseFunctions-Info.plist`
                 - Generating dummy source at `Pods/Target Support
                 Files/FirebaseFunctions/FirebaseFunctions-dummy.m`
               - Installing target `FirebaseInstallations` iOS 9.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 `FirebaseStorage` iOS 10.0
                 - Generating module map file at `Pods/Target Support
                 Files/FirebaseStorage/FirebaseStorage.modulemap`
                 - Generating umbrella header at `Pods/Target Support
                 Files/FirebaseStorage/FirebaseStorage-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support
                 Files/FirebaseStorage/FirebaseStorage-Info.plist`
                 - Generating dummy source at `Pods/Target Support
                 Files/FirebaseStorage/FirebaseStorage-dummy.m`
               - Installing target `Flutter` iOS 8.0
               - Installing target `GTMSessionFetcher` iOS 9.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 9.0
               - Installing target `GoogleDataTransport` iOS 9.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 `GoogleMaps` iOS 11.0
               - Installing target `GoogleUtilities` iOS 9.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 9.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 `Stripe` iOS 10.0
                 - Generating Info.plist file at `Pods/Target Support
                 Files/Stripe/ResourceBundle-Stripe-Stripe-Info.plist`
                 - Generating module map file at `Pods/Target Support
                 Files/Stripe/Stripe.modulemap`
                 - Generating umbrella header at `Pods/Target Support
                 Files/Stripe/Stripe-umbrella.h`
                 - Generating Info.plist file at `Pods/Target Support
                 Files/Stripe/Stripe-Info.plist`
                 - Generating dummy source at `Pods/Target Support

Files/Stripe/Stripe-dummy.m- Installing targetabseiliOS 8.0 - Generating module map file atPods/Target Support
Files/abseil/abseil.modulemap- Generating umbrella header atPods/Target Support
Files/abseil/abseil-umbrella.h- Generating Info.plist file atPods/Target Support
Files/abseil/abseil-Info.plist- Generating dummy source atPods/Target Support
Files/abseil/abseil-dummy.m- Installing targetcloud_firestoreiOS 10.0 - Generating module map file atPods/Target Support
Files/cloud_firestore/cloud_firestore.modulemap- Generating umbrella header atPods/Target Support
Files/cloud_firestore/cloud_firestore-umbrella.h- Generating Info.plist file atPods/Target Support
Files/cloud_firestore/cloud_firestore-Info.plist- Generating dummy source atPods/Target Support
Files/cloud_firestore/cloud_firestore-dummy.m- Installing targetcloud_functionsiOS 10.0 - Generating module map file atPods/Target Support
Files/cloud_functions/cloud_functions.modulemap- Generating umbrella header atPods/Target Support
Files/cloud_functions/cloud_functions-umbrella.h- Generating Info.plist file atPods/Target Support
Files/cloud_functions/cloud_functions-Info.plist- Generating dummy source atPods/Target Support
Files/cloud_functions/cloud_functions-dummy.m- Installing targetfirebase_analyticsiOS 10.0 - Generating module map file atPods/Target Support
Files/firebase_analytics/firebase_analytics.modulemap- Generating umbrella header atPods/Target Support
Files/firebase_analytics/firebase_analytics-umbrella.h- Generating Info.plist file atPods/Target Support
Files/firebase_analytics/firebase_analytics-Info.plist- Generating dummy source atPods/Target Support
Files/firebase_analytics/firebase_analytics-dummy.m- Installing targetfirebase_authiOS 10.0 - Generating module map file atPods/Target Support
Files/firebase_auth/firebase_auth.modulemap- Generating umbrella header atPods/Target Support
Files/firebase_auth/firebase_auth-umbrella.h- Generating Info.plist file atPods/Target Support
Files/firebase_auth/firebase_auth-Info.plist- Generating dummy source atPods/Target Support
Files/firebase_auth/firebase_auth-dummy.m- Installing targetfirebase_coreiOS 10.0 - Generating module map file atPods/Target Support
Files/firebase_core/firebase_core.modulemap- Generating umbrella header atPods/Target Support
Files/firebase_core/firebase_core-umbrella.h- Generating Info.plist file atPods/Target Support
Files/firebase_core/firebase_core-Info.plist- Generating dummy source atPods/Target Support
Files/firebase_core/firebase_core-dummy.m- Installing targetfirebase_storageiOS 10.0 - Generating module map file atPods/Target Support
Files/firebase_storage/firebase_storage.modulemap- Generating umbrella header atPods/Target Support
Files/firebase_storage/firebase_storage-umbrella.h- Generating Info.plist file atPods/Target Support
Files/firebase_storage/firebase_storage-Info.plist- Generating dummy source atPods/Target Support
Files/firebase_storage/firebase_storage-dummy.m- Installing targetgRPC-C iOS 8.0 - Generating Info.plist file atPods/Target Support

Files/gRPC-C /ResourceBundle-gRPCCertificates-Cpp-gRPC-C -Info.plist- Generating module map file atPods/Target Support
Files/gRPC-C /gRPC-C .modulemap- Generating umbrella header atPods/Target Support
Files/gRPC-C /gRPC-C -umbrella.h- Generating Info.plist file atPods/Target Support
Files/gRPC-C /gRPC-C -Info.plist- Generating dummy source atPods/Target Support
Files/gRPC-C /gRPC-C -dummy.m- Installing targetgRPC-CoreiOS 8.0 - Copying module map file toPods/Target Support
Files/gRPC-Core/gRPC-Core.modulemap- Generating Info.plist file atPods/Target Support
Files/gRPC-Core/gRPC-Core-Info.plist- Generating dummy source atPods/Target Support
Files/gRPC-Core/gRPC-Core-dummy.m- Installing targetgoogle_maps_flutteriOS 8.0 - Generating module map file atPods/Target Support
Files/google_maps_flutter/google_maps_flutter.modulemap- Generating umbrella header atPods/Target Support
Files/google_maps_flutter/google_maps_flutter-umbrella.h- Generating Info.plist file atPods/Target Support
Files/google_maps_flutter/google_maps_flutter-Info.plist- Generating dummy source atPods/Target Support
Files/google_maps_flutter/google_maps_flutter-dummy.m- Installing targetimage_pickeriOS 8.0 - Generating module map file atPods/Target Support
Files/image_picker/image_picker.modulemap- Generating umbrella header atPods/Target Support
Files/image_picker/image_picker-umbrella.h- Generating Info.plist file atPods/Target Support
Files/image_picker/image_picker-Info.plist- Generating dummy source atPods/Target Support
Files/image_picker/image_picker-dummy.m- Installing targetleveldb-libraryiOS 8.0 - Generating module map file atPods/Target Support
Files/leveldb-library/leveldb-library.modulemap- Generating umbrella header atPods/Target Support
Files/leveldb-library/leveldb-library-umbrella.h- Generating Info.plist file atPods/Target Support
Files/leveldb-library/leveldb-library-Info.plist- Generating dummy source atPods/Target Support
Files/leveldb-library/leveldb-library-dummy.m- Installing targetnanopbiOS 9.0 - Generating module map file atPods/Target Support
Files/nanopb/nanopb.modulemap- Generating umbrella header atPods/Target Support
Files/nanopb/nanopb-umbrella.h- Generating Info.plist file atPods/Target Support
Files/nanopb/nanopb-Info.plist- Generating dummy source atPods/Target Support
Files/nanopb/nanopb-dummy.m- Installing targetstripe_paymentiOS 10.0 - Generating module map file atPods/Target Support
Files/stripe_payment/stripe_payment.modulemap- Generating umbrella header atPods/Target Support
Files/stripe_payment/stripe_payment-umbrella.h- Generating Info.plist file atPods/Target Support
Files/stripe_payment/stripe_payment-Info.plist- Generating dummy source atPods/Target Support
Files/stripe_payment/stripe_payment-dummy.m- Installing Aggregate Targets - Installing targetPods-RunneriOS 14.5 - Generating Info.plist file atPods/Target Support
Files/Pods-Runner/Pods-Runner-Info.plist- Generating module map file atPods/Target Support
Files/Pods-Runner/Pods-Runner.modulemap- Generating umbrella header atPods/Target Support
Files/Pods-Runner/Pods-Runner-umbrella.h- Generating dummy source atPods/Target Support
Files/Pods-Runner/Pods-Runner-dummy.m`
- Integrating targets

           Integrating target `FirebaseAnalytics`
               Adding Build Phase '[CP] Copy XCFrameworks' to project.
       
           Integrating target `GoogleAppMeasurement`
               Adding Build Phase '[CP] Copy XCFrameworks' to project.
             - Generating deterministic UUIDs
             - Stabilizing target UUIDs
             - Running post install hooks
               - Podfile
             - Writing Xcode project file to `Pods/Pods.xcodeproj`
             Cleaning up sandbox directory
       
           Integrating client project
       
           Integrating target `Pods-Runner` (`Runner.xcodeproj` project)
             - Running post integrate hooks
             - Writing Lockfile in `Podfile.lock`
             - Writing Manifest in `Pods/Manifest.lock`
             CDN: trunk Relative path: CocoaPods-version.yml exists! Returning local

because
checking is only perfomed in repo update

           -> Pod installation complete! There are 10 dependencies from the Podfile

and 32
total pods installed.

[ 231 ms] Error output from CocoaPods:

[ 1 ms]
[!] Automatically assigning platform iOS with version 14.5 on target
Runner
because no platform was specified. Please specify a platform for this
target in your
Podfile. See https://guides.cocoapods.org/syntax/podfile.html#platform.

           [!] CocoaPods did not set the base configuration of your project because

your
project already has a custom config set. In order for CocoaPods
integration to work
at all, please either set the base configurations of the target Runner
to Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig or include the
Target Support Files/Pods-Runner/Pods-Runner.debug.xcconfig in your build configuration
(Flutter/Debug.xcconfig).

           [!] CocoaPods did not set the base configuration of your project because

your
project already has a custom config set. In order for CocoaPods
integration to work
at all, please either set the base configurations of the target Runner
to Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig or include the
Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig in your build
configuration
(Flutter/Release.xcconfig).

           [!] CocoaPods did not set the base configuration of your project because

your
project already has a custom config set. In order for CocoaPods
integration to work
at all, please either set the base configurations of the target Runner
to Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig or include the
Target Support Files/Pods-Runner/Pods-Runner.profile.xcconfig in your build
configuration
(Flutter/Release.xcconfig).

[ 57 ms] Fingerprint write error: FileSystemException: Cannot open file, path =
'build/ios/pod_inputs.fingerprint' (OS Error: No such file or directory, errno = 2)
[ 7 ms] executing: /usr/bin/plutil -convert json -o -
/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner/Info.plist
[ 23 ms] Exit code 0 from: /usr/bin/plutil -convert json -o -
/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner/Info.plist
[ ] {"NSLocationWhenInUseUsageDescription":"The app might request location
services while in use due to an SDK to be used in the future to provide a better user
experience.","CFBundleIdentifier":"$(PRODUCT_BUNDLE_IDENTIFIER)","CFBundleInfoDictionary
Version":"6.0","UIMainStoryboardFile":"Main","CFBundleVersion":"$(FLUTTER_BUILD_NUMBER)"
,"UILaunchStoryboardName":"LaunchScreen","CFBundleExecutable":"$(EXECUTABLE_NAME)","LSRe
quiresIPhoneOS":true,"UISupportedInterfaceOrientations~ipad":["UIInterfaceOrientationPor
trait","UIInterfaceOrientationPortraitUpsideDown","UIInterfaceOrientationLandscapeLeft",
"UIInterfaceOrientationLandscapeRight"],"UISupportedInterfaceOrientations":["UIInterface
OrientationPortrait"],"CFBundleDisplayName":"Uniyo","CFBundleShortVersionString":"$(FLUT
TER_BUILD_NAME)","UIViewControllerBasedStatusBarAppearance":false,"NSPhotoLibraryUsageDe
scription":"The app requests access to the user's photo library to give the user the
ability to change their profile picture and publish listings with service specific
photos.","CFBundlePackageType":"APPL","CFBundleSignature":"????","CFBundleDevelopmentReg
ion":"$(DEVELOPMENT_LANGUAGE)","ITSAppUsesNonExemptEncryption":false,"CFBundleName":"uni
yo"}
[ 8 ms] executing: mkfifo
/var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools.5qNvdC/flutter_build_log_
pipe.roALqj/pipe_to_stdout
[ 15 ms] Exit code 0 from: mkfifo
/var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools.5qNvdC/flutter_build_log_
pipe.roALqj/pipe_to_stdout
[ 5 ms] Running Xcode build...
[ 1 ms] executing: [/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/]
/usr/bin/arch -arm64e xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES
-workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios -sdk
iphonesimulator
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools
.5qNvdC/flutter_build_log_pipe.roALqj/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
COMPILER_INDEX_STORE_ENABLE=NO
[ 3204 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
-configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace
Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/aryunaferreranakamura/StudioProjects/Uniyo/buil
d/ios -sdk iphonesimulator
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/f4/k3xry7rn7w55tv89c9hft6
5m0000gn/T/flutter_tools.5qNvdC/flutter_build_log_pipe.roALqj/pi
pe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
COMPILER_INDEX_STORE_ENABLE=NO

                User defaults from command line:
                    IDEPackageSupportUseBuiltinSCM = YES

                Build settings from command line:
                    BUILD_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios
                    COMPILER_INDEX_STORE_ENABLE = NO
                    FLUTTER_SUPPRESS_ANALYTICS = true
                    SCRIPT_OUTPUT_STREAM_FILE =
                    /var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools.5
                    qNvdC/flutter_build_log_pipe.roALqj/pipe_to_stdout
                    SDKROOT = iphonesimulator14.5
                    VERBOSE_SCRIPT_LOGGING = YES

                note: Using new build system
                note: Building targets in parallel
                note: Planning build
                note: Analyzing workspace
                note: Constructing build description
                note: Build preparation complete
                /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Flutter/Debug.
                xcconfig:1:1: error: unable to open file (in target "Runner" in
                project "Runner")
                /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Flutter/Debug.
                xcconfig:1:1: error: unable to open file (in target "Runner" in
                project "Runner")
                /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Flutter/Debug.
                xcconfig:1:1: error: unable to open file (in target "Runner" in
                project "Runner")
                warning: Unable to read contents of XCFileList '/Target Support
                Files/Pods-Runner/Pods-Runner-resources-Debug-output-files.xcfilelis
                t' (in target 'Runner' from project 'Runner')
                warning: Unable to read contents of XCFileList '/Target Support
                Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfileli
                st' (in target 'Runner' from project 'Runner')
                error: Unable to load contents of file list: '/Target Support
                Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelis
                t' (in target 'Runner' from project 'Runner')
                error: Unable to load contents of file list: '/Target Support
                Files/Pods-Runner/Pods-Runner-resources-Debug-input-files.xcfilelist
                ' (in target 'Runner' from project 'Runner')
                error: Unable to load contents of file list: '/Target Support
                Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfileli
                st' (in target 'Runner' from project 'Runner')
                error: Unable to load contents of file list: '/Target Support
                Files/Pods-Runner/Pods-Runner-resources-Debug-output-files.xcfilelis
                t' (in target 'Runner' from project 'Runner')


                objc[82678]: Class AMSupportURLConnectionDelegate is implemented in
                both /usr/lib/libauthinstall.dylib (0x20c29bad8) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x1141a82b8). One of the two will be used. Which one
                is undefined.
                objc[82678]: Class AMSupportURLSession is implemented in both
                /usr/lib/libauthinstall.dylib (0x20c29bb28) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x1141a8308). One of the two will be used. Which one
                is undefined.
                ** BUILD FAILED **

[ 25 ms] Running Xcode build... (completed in 3.2s)
[ 1 ms] Xcode build done. 3.2s
[ 11 ms] executing: [/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/]
/usr/bin/arch -arm64e xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES
-workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios -sdk
iphonesimulator
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools
.5qNvdC/flutter_build_log_pipe.roALqj/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[ ] executing: [/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/]
/usr/bin/arch -arm64e xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES
-workspace Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios -sdk
iphonesimulator
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools
.5qNvdC/flutter_build_log_pipe.roALqj/pipe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[ 1946 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
-configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace
Runner.xcworkspace -scheme Runner
BUILD_DIR=/Users/aryunaferreranakamura/StudioProjects/Uniyo/buil
d/ios -sdk iphonesimulator
SCRIPT_OUTPUT_STREAM_FILE=/var/folders/f4/k3xry7rn7w55tv89c9hft6
5m0000gn/T/flutter_tools.5qNvdC/flutter_build_log_pipe.roALqj/pi
pe_to_stdout FLUTTER_SUPPRESS_ANALYTICS=true
COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings

                User defaults from command line:
                    IDEPackageSupportUseBuiltinSCM = YES

                Build settings from command line:
                    BUILD_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios
                    COMPILER_INDEX_STORE_ENABLE = NO
                    FLUTTER_SUPPRESS_ANALYTICS = true
                    SCRIPT_OUTPUT_STREAM_FILE =
                    /var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools.5
                    qNvdC/flutter_build_log_pipe.roALqj/pipe_to_stdout
                    SDKROOT = iphonesimulator14.5
                    VERBOSE_SCRIPT_LOGGING = YES

                Build settings for action build and target Runner:
                    ACTION = build
                    AD_HOC_CODE_SIGNING_ALLOWED = YES
                    ALTERNATE_GROUP = staff
                    ALTERNATE_MODE = u w,go-w,a rX
                    ALTERNATE_OWNER = aryunaferreranakamura
                    ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO
                    ALWAYS_SEARCH_USER_PATHS = NO
                    ALWAYS_USE_SEPARATE_HEADERMAPS = NO
                    APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer
                    APPLE_INTERNAL_DIR = /AppleInternal
                    APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation
                    APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library
                    APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools
                    APPLICATION_EXTENSION_API_ONLY = NO
                    APPLY_RULES_IN_COPY_FILES = NO
                    APPLY_RULES_IN_COPY_HEADERS = NO
                    ARCHS = arm64
                    ARCHS_STANDARD = arm64 x86_64
                    ARCHS_STANDARD_32_64_BIT = arm64 i386 x86_64
                    ARCHS_STANDARD_32_BIT = i386
                    ARCHS_STANDARD_64_BIT = arm64 x86_64
                    ARCHS_STANDARD_INCLUDING_64_BIT = arm64 x86_64
                    ARCHS_UNIVERSAL_IPHONE_OS = arm64 i386 x86_64
                    ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
                    AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos
                    iphonesimulator macosx watchos watchsimulator
                    BITCODE_GENERATION_MODE = marker
                    BUILD_ACTIVE_RESOURCES_ONLY = NO
                    BUILD_COMPONENTS = headers build
                    BUILD_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios
                    BUILD_LIBRARY_FOR_DISTRIBUTION = NO
                    BUILD_ROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Products
                    BUILD_STYLE = 
                    BUILD_VARIANTS = normal
                    BUILT_PRODUCTS_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios/Debu
                    g-iphonesimulator
                    BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
                    BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
                    BUNDLE_FORMAT = shallow
                    BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks
                    BUNDLE_PLUGINS_FOLDER_PATH = PlugIns
                    BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders
                    BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers
                    CACHE_ROOT =
                    /var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/C/com.apple.Devel
                    operTools/12.5.1-12E507/Xcode
                    CCHROOT =
                    /var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/C/com.apple.Devel
                    operTools/12.5.1-12E507/Xcode
                    CHMOD = /bin/chmod
                    CHOWN = /usr/sbin/chown
                    CLANG_ANALYZER_NONNULL = YES
                    CLANG_CXX_LANGUAGE_STANDARD = gnu  0x
                    CLANG_CXX_LIBRARY = libc  
                    CLANG_ENABLE_MODULES = YES
                    CLANG_ENABLE_OBJC_ARC = YES
                    CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
                    CLANG_WARN_BOOL_CONVERSION = YES
                    CLANG_WARN_COMMA = YES
                    CLANG_WARN_CONSTANT_CONVERSION = YES
                    CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
                    CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
                    CLANG_WARN_EMPTY_BODY = YES
                    CLANG_WARN_ENUM_CONVERSION = YES
                    CLANG_WARN_INFINITE_RECURSION = YES
                    CLANG_WARN_INT_CONVERSION = YES
                    CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
                    CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
                    CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
                    CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
                    CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES
                    CLANG_WARN_RANGE_LOOP_ANALYSIS = YES
                    CLANG_WARN_STRICT_PROTOTYPES = YES
                    CLANG_WARN_SUSPICIOUS_MOVE = YES
                    CLANG_WARN_UNREACHABLE_CODE = YES
                    CLANG_WARN__DUPLICATE_METHOD_MATCH = YES
                    CLASS_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/JavaClasses
                    CLEAN_PRECOMPS = YES
                    CLONE_HEADERS = NO
                    CODESIGNING_FOLDER_PATH =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios/Debu
                    g-iphonesimulator/Runner.app
                    CODE_SIGNING_ALLOWED = YES
                    CODE_SIGNING_REQUIRED = YES
                    CODE_SIGN_CONTEXT_CLASS = XCiPhoneSimulatorCodeSignContext
                    CODE_SIGN_IDENTITY = -
                    CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
                    COLOR_DIAGNOSTICS = NO
                    COMBINE_HIDPI_IMAGES = NO
                    COMPILER_INDEX_STORE_ENABLE = NO
                    COMPOSITE_SDK_DIRS =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /CompositeSDKs
                    COMPRESS_PNG_FILES = YES
                    CONFIGURATION = Debug
                    CONFIGURATION_BUILD_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios/Debu
                    g-iphonesimulator
                    CONFIGURATION_TEMP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator
                    CONTENTS_FOLDER_PATH = Runner.app
                    COPYING_PRESERVES_HFS_DATA = NO
                    COPY_HEADERS_RUN_UNIFDEF = NO
                    COPY_PHASE_STRIP = NO
                    COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
                    CORRESPONDING_DEVICE_PLATFORM_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform
                    CORRESPONDING_DEVICE_PLATFORM_NAME = iphoneos
                    CORRESPONDING_DEVICE_SDK_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.pl
                    atform/Developer/SDKs/iPhoneOS14.5.sdk
                    CORRESPONDING_DEVICE_SDK_NAME = iphoneos14.5
                    CP = /bin/cp
                    CREATE_INFOPLIST_SECTION_IN_BINARY = NO
                    CURRENT_ARCH = arm64
                    CURRENT_VARIANT = normal
                    DEAD_CODE_STRIPPING = YES
                    DEBUGGING_SYMBOLS = YES
                    DEBUG_INFORMATION_FORMAT = dwarf
                    DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
                    DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
                    DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
                    DEFINES_MODULE = NO
                    DEPLOYMENT_LOCATION = NO
                    DEPLOYMENT_POSTPROCESSING = NO
                    DEPLOYMENT_TARGET_CLANG_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                    DEPLOYMENT_TARGET_CLANG_FLAG_NAME = mios-simulator-version-min
                    DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX =
                    -mios-simulator-version-min=
                    DEPLOYMENT_TARGET_LD_ENV_NAME = IPHONEOS_DEPLOYMENT_TARGET
                    DEPLOYMENT_TARGET_LD_FLAG_NAME = ios_simulator_version_min
                    DEPLOYMENT_TARGET_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET
                    DEPLOYMENT_TARGET_SUGGESTED_VALUES = 9.0 9.2 10.0 10.2 11.0 11.2
                    11.4 12.1 12.3 13.0 13.2 13.4 13.6 14.1 14.3 14.5
                    DERIVED_FILES_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
                    DERIVED_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
                    DERIVED_SOURCES_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/DerivedSources
                    DEVELOPER_APPLICATIONS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Applications
                    DEVELOPER_BIN_DIR =
                    /Applications/Xcode.app/Contents/Developer/usr/bin
                    DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
                    DEVELOPER_FRAMEWORKS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                    DEVELOPER_FRAMEWORKS_DIR_QUOTED =
                    /Applications/Xcode.app/Contents/Developer/Library/Frameworks
                    DEVELOPER_LIBRARY_DIR =
                    /Applications/Xcode.app/Contents/Developer/Library
                    DEVELOPER_SDK_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.plat
                    form/Developer/SDKs
                    DEVELOPER_TOOLS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Tools
                    DEVELOPER_USR_DIR =
                    /Applications/Xcode.app/Contents/Developer/usr
                    DEVELOPMENT_LANGUAGE = en
                    DEVELOPMENT_TEAM = LC4XPK75W2
                    DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
                    DONT_GENERATE_INFOPLIST_FILE = NO
                    DO_HEADER_SCANNING_IN_JAM = NO
                    DSTROOT = /tmp/Runner.dst
                    DT_TOOLCHAIN_DIR =
                    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefau
                    lt.xctoolchain
                    DWARF_DSYM_FILE_NAME = Runner.app.dSYM
                    DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
                    DWARF_DSYM_FOLDER_PATH =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios/Debu
                    g-iphonesimulator
                    EFFECTIVE_PLATFORM_NAME = -iphonesimulator
                    EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
                    EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
                    ENABLE_BITCODE = NO
                    ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
                    ENABLE_HARDENED_RUNTIME = NO
                    ENABLE_HEADER_DEPENDENCIES = YES
                    ENABLE_ON_DEMAND_RESOURCES = YES
                    ENABLE_STRICT_OBJC_MSGSEND = YES
                    ENABLE_TESTABILITY = YES
                    ENABLE_TESTING_SEARCH_PATHS = NO
                    ENTITLEMENTS_DESTINATION = __entitlements
                    ENTITLEMENTS_REQUIRED = YES
                    EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git
                    .hg CVS
                    EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj
                    *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn
                    .git .hg *.pbproj *.pbxproj
                    EXECUTABLES_FOLDER_PATH = Runner.app/Executables
                    EXECUTABLE_FOLDER_PATH = Runner.app
                    EXECUTABLE_NAME = Runner
                    EXECUTABLE_PATH = Runner.app/Runner
                    EXPANDED_CODE_SIGN_IDENTITY = 
                    EXPANDED_CODE_SIGN_IDENTITY_NAME = 
                    EXPANDED_PROVISIONING_PROFILE = 
                    FILE_LIST =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/Objects/LinkFil
                    eList
                    FIXED_FILES_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/FixedFiles
                    FLUTTER_SUPPRESS_ANALYTICS = true
                    FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
                    FRAMEWORK_FLAG_PREFIX = -framework
                    FRAMEWORK_SEARCH_PATHS =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Flutter
                    FRAMEWORK_VERSION = A
                    FULL_PRODUCT_NAME = Runner.app
                    GCC3_VERSION = 3.3
                    GCC_C_LANGUAGE_STANDARD = gnu99
                    GCC_DYNAMIC_NO_PIC = NO
                    GCC_INLINES_ARE_PRIVATE_EXTERN = YES
                    GCC_NO_COMMON_BLOCKS = YES
                    GCC_OBJC_LEGACY_DISPATCH = YES
                    GCC_OPTIMIZATION_LEVEL = 0
                    GCC_PFE_FILE_C_DIALECTS = c objective-c c   objective-c  
                    GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 
                    GCC_SYMBOLS_PRIVATE_EXTERN = NO
                    GCC_TREAT_WARNINGS_AS_ERRORS = NO
                    GCC_VERSION = com.apple.compilers.llvm.clang.1_0
                    GCC_VERSION_IDENTIFIER = com_apple_compilers_llvm_clang_1_0
                    GCC_WARN_64_TO_32_BIT_CONVERSION = YES
                    GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR
                    GCC_WARN_UNDECLARED_SELECTOR = YES
                    GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE
                    GCC_WARN_UNUSED_FUNCTION = YES
                    GCC_WARN_UNUSED_VARIABLE = YES
                    GENERATED_MODULEMAP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /GeneratedModuleMaps-iphonesimulator
                    GENERATE_MASTER_OBJECT_FILE = NO
                    GENERATE_PKGINFO_FILE = YES
                    GENERATE_PROFILING_CODE = NO
                    GENERATE_TEXT_BASED_STUBS = NO
                    GID = 20
                    GROUP = staff
                    HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT = YES
                    HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES = YES
                    HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS = YES
                    HEADERMAP_INCLUDES_PROJECT_HEADERS = YES
                    HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES = YES
                    HEADERMAP_USES_VFS = NO
                    HIDE_BITCODE_SYMBOLS = YES
                    HOME = /Users/aryunaferreranakamura
                    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 = aryunaferreranakamura
                    INSTALL_PATH = /Applications
                    INSTALL_ROOT = /tmp/Runner.dst
                    IPHONEOS_DEPLOYMENT_TARGET = 14.5
                    JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M
                    -J-Dfile.encoding=UTF8
                    JAVA_APP_STUB =
                    /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/Java
                    ApplicationStub
                    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
                    KEEP_PRIVATE_EXTERNS = NO
                    LD_DEPENDENCY_INFO_FILE =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal/
                    arm64/Runner_dependency_info.dat
                    LD_GENERATE_MAP_FILE = NO
                    LD_MAP_FILE_PATH =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/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
                    LEGACY_DEVELOPER_DIR =
                    /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Co
                    ntents/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/aryunaferreranakamura/StudioProjects/Uniyo/ios/Flutter
                    LINKER_DISPLAYS_MANGLED_NAMES = NO
                    LINK_FILE_LIST_normal_arm64 = 
                    LINK_WITH_STANDARD_LIBRARIES = YES
                    LLVM_TARGET_TRIPLE_OS_VERSION = ios14.5
                    LLVM_TARGET_TRIPLE_SUFFIX = -simulator
                    LLVM_TARGET_TRIPLE_VENDOR = apple
                    LOCALIZABLE_CONTENT_DIR = 
                    LOCALIZATION_EXPORT_SUPPORTED = YES
                    LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj
                    LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString
                    CFCopyLocalizedString
                    LOCALIZED_STRING_SWIFTUI_SUPPORT = YES
                    LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
                    LOCAL_APPS_DIR = /Applications
                    LOCAL_DEVELOPER_DIR = /Library/Developer
                    LOCAL_LIBRARY_DIR = /Library
                    LOCROOT = 
                    LOCSYMROOT = 
                    MACH_O_TYPE = mh_execute
                    MAC_OS_X_PRODUCT_BUILD_VERSION = 20G71
                    MAC_OS_X_VERSION_ACTUAL = 110500
                    MAC_OS_X_VERSION_MAJOR = 110000
                    MAC_OS_X_VERSION_MINOR = 110500
                    METAL_LIBRARY_FILE_BASE = default
                    METAL_LIBRARY_OUTPUT_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios/Debu
                    g-iphonesimulator/Runner.app
                    MODULES_FOLDER_PATH = Runner.app/Modules
                    MODULE_CACHE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /ModuleCache.noindex
                    MTL_ENABLE_DEBUG_INFO = YES
                    NATIVE_ARCH = arm64e
                    NATIVE_ARCH_32_BIT = i386
                    NATIVE_ARCH_64_BIT = arm64e
                    NATIVE_ARCH_ACTUAL = arm64e
                    NO_COMMON = YES
                    OBJC_ABI_VERSION = 2
                    OBJECT_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/Objects
                    OBJECT_FILE_DIR_normal =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/Objects-normal
                    OBJROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    ONLY_ACTIVE_ARCH = YES
                    OS = MACOS
                    OSAC = /usr/bin/osacompile
                    PACKAGE_TYPE = com.apple.package-type.wrapper.application
                    PASCAL_STRINGS = YES
                    PATH =
                    /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/aryuna
                    ferreranakamura/Library/Android/sdk/emulator:/Users/aryunaferrer
                    anakamura/Library/Android/sdk/tools:/opt/homebrew/bin:/opt/homeb
                    rew/sbin:/opt/homebrew/bin:/opt/homebrew/sbin:/usr/local/bin:/us
                    r/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/aryunaf
                    erreranakamura/StudioProjects/flutter/bin:/Users/aryunaferrerana
                    kamura/developer/flutter/bin:/Users/aryunaferreranakamura/develo
                    per/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/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/PkgInfo
                    PKGINFO_PATH = Runner.app/PkgInfo
                    PLATFORM_DEVELOPER_APPLICATIONS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/Applications
                    PLATFORM_DEVELOPER_BIN_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/usr/bin
                    PLATFORM_DEVELOPER_LIBRARY_DIR =
                    /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Co
                    ntents/SharedSupport/Developer/Library
                    PLATFORM_DEVELOPER_SDK_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/SDKs
                    PLATFORM_DEVELOPER_TOOLS_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/Tools
                    PLATFORM_DEVELOPER_USR_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/usr
                    PLATFORM_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform
                    PLATFORM_DISPLAY_NAME = iOS Simulator
                    PLATFORM_NAME = iphonesimulator
                    PLATFORM_PREFERRED_ARCH = x86_64
                    PLATFORM_PRODUCT_BUILD_VERSION = 18E182
                    PLIST_FILE_OUTPUT_FORMAT = binary
                    PLUGINS_FOLDER_PATH = Runner.app/PlugIns
                    PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
                    PRECOMP_DESTINATION_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/PrefixHeaders
                    PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
                    PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
                    PRODUCT_BUNDLE_IDENTIFIER = com.developer.uniyo
                    PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
                    PRODUCT_MODULE_NAME = Runner
                    PRODUCT_NAME = Runner
                    PRODUCT_SETTINGS_PATH =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner/Inf
                    o.plist
                    PRODUCT_TYPE = com.apple.product-type.application
                    PROFILING_CODE = NO
                    PROJECT = Runner
                    PROJECT_DERIVED_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/DerivedSources
                    PROJECT_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios
                    PROJECT_FILE_PATH =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Runner.xco
                    deproj
                    PROJECT_NAME = Runner
                    PROJECT_TEMP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build
                    PROJECT_TEMP_ROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers
                    RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES
                    REMOVE_CVS_FROM_RESOURCES = YES
                    REMOVE_GIT_FROM_RESOURCES = YES
                    REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES
                    REMOVE_HG_FROM_RESOURCES = YES
                    REMOVE_SVN_FROM_RESOURCES = YES
                    REZ_COLLECTOR_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/ResourceManager
                    Resources
                    REZ_OBJECTS_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build/ResourceManager
                    Resources/Objects
                    SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
                    SCRIPTS_FOLDER_PATH = Runner.app/Scripts
                    SCRIPT_OUTPUT_STREAM_FILE =
                    /var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools.5
                    qNvdC/flutter_build_log_pipe.roALqj/pipe_to_stdout
                    SDKROOT =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk
                    SDK_DIR =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk
                    SDK_DIR_iphonesimulator14_5 =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk
                    SDK_NAME = iphonesimulator14.5
                    SDK_NAMES = iphonesimulator14.5
                    SDK_PRODUCT_BUILD_VERSION = 18E182
                    SDK_VERSION = 14.5
                    SDK_VERSION_ACTUAL = 140500
                    SDK_VERSION_MAJOR = 140000
                    SDK_VERSION_MINOR = 140500
                    SED = /usr/bin/sed
                    SEPARATE_STRIP = NO
                    SEPARATE_SYMBOL_EDIT = NO
                    SET_DIR_MODE_OWNER_GROUP = YES
                    SET_FILE_MODE_OWNER_GROUP = NO
                    SHALLOW_BUNDLE = YES
                    SHARED_DERIVED_FILE_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios/Debu
                    g-iphonesimulator/DerivedSources
                    SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
                    SHARED_PRECOMPS_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /PrecompiledHeaders
                    SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
                    SKIP_INSTALL = NO
                    SOURCE_ROOT =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios
                    SRCROOT = /Users/aryunaferreranakamura/StudioProjects/Uniyo/ios
                    STRINGS_FILE_INFOPLIST_RENAME = YES
                    STRINGS_FILE_OUTPUT_ENCODING = binary
                    STRIP_BITCODE_FROM_COPIED_FILES = NO
                    STRIP_INSTALLED_PRODUCT = YES
                    STRIP_STYLE = all
                    STRIP_SWIFT_SYMBOLS = YES
                    SUPPORTED_DEVICE_FAMILIES = 1,2
                    SUPPORTED_PLATFORMS = iphonesimulator iphoneos
                    SUPPORTS_TEXT_BASED_API = NO
                    SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h
                    SWIFT_OPTIMIZATION_LEVEL = -Onone
                    SWIFT_PLATFORM_TARGET_PREFIX = ios
                    SWIFT_VERSION = 5.0
                    SYMROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Products
                    SYSTEM_ADMIN_APPS_DIR = /Applications/Utilities
                    SYSTEM_APPS_DIR = /Applications
                    SYSTEM_CORE_SERVICES_DIR = /System/Library/CoreServices
                    SYSTEM_DEMOS_DIR = /Applications/Extras
                    SYSTEM_DEVELOPER_APPS_DIR =
                    /Applications/Xcode.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/Utilitie
                    s/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/Performa
                    nce 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/Utilitie
                    s
                    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
                    TARGETNAME = Runner
                    TARGET_BUILD_DIR =
                    /Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios/Debu
                    g-iphonesimulator
                    TARGET_NAME = Runner
                    TARGET_TEMP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build
                    TEMP_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build
                    TEMP_FILES_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build
                    TEMP_FILE_DIR =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    /Runner.build/Debug-iphonesimulator/Runner.build
                    TEMP_ROOT =
                    /Users/aryunaferreranakamura/Library/Developer/Xcode/DerivedData
                    /Runner-gasjoofbxuyrzwejofhjbnhydocx/Build/Intermediates.noindex
                    TEST_FRAMEWORK_SEARCH_PATHS =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/Library/Frameworks
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk/Developer/L
                    ibrary/Frameworks
                    TEST_LIBRARY_SEARCH_PATHS =
                    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimul
                    ator.platform/Developer/usr/lib
                    TOOLCHAIN_DIR =
                    /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefau
                    lt.xctoolchain
                    TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
                    UID = 501
                    UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
                    UNSTRIPPED_PRODUCT = NO
                    USER = aryunaferreranakamura
                    USER_APPS_DIR = /Users/aryunaferreranakamura/Applications
                    USER_LIBRARY_DIR = /Users/aryunaferreranakamura/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
                    VALIDATE_PRODUCT = NO
                    VALIDATE_WORKSPACE = NO
                    VALID_ARCHS = arm64 arm64e i386 x86_64
                    VERBOSE_PBXCP = NO
                    VERBOSE_SCRIPT_LOGGING = YES
                    VERSIONING_SYSTEM = apple-generic
                    VERSIONPLIST_PATH = Runner.app/version.plist
                    VERSION_INFO_BUILDER = aryunaferreranakamura
                    VERSION_INFO_FILE = Runner_vers.c
                    VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-"
                    WRAPPER_EXTENSION = app
                    WRAPPER_NAME = Runner.app
                    WRAPPER_SUFFIX = .app
                    WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES = NO
                    XCODE_APP_SUPPORT_DIR =
                    /Applications/Xcode.app/Contents/Developer/Library/Xcode
                    XCODE_PRODUCT_BUILD_VERSION = 12E507
                    XCODE_VERSION_ACTUAL = 1251
                    XCODE_VERSION_MAJOR = 1200
                    XCODE_VERSION_MINOR = 1250
                    XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices
                    YACC = yacc
                    arch = arm64
                    variant = normal


                objc[82693]: Class AMSupportURLConnectionDelegate is implemented in
                both /usr/lib/libauthinstall.dylib (0x20c29bad8) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x11876c2b8). One of the two will be used. Which one
                is undefined.
                objc[82693]: Class AMSupportURLSession is implemented in both
                /usr/lib/libauthinstall.dylib (0x20c29bb28) and
                /System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/
                MobileDevice (0x11876c308). One of the two will be used. Which one
                is undefined.

[ 190 ms] Failed to build iOS app
[ ] Error output from Xcode build:

[ ] objc[82678]: Class AMSupportURLConnectionDelegate is implemented in both
/usr/lib/libauthinstall.dylib (0x20c29bad8) and

/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
(0x1141a82b8). One of the two will be used. Which one is undefined.
objc[82678]: Class AMSupportURLSession is implemented in both
/usr/lib/libauthinstall.dylib (0x20c29bb28) and

/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice
(0x1141a8308). One of the two will be used. Which one is undefined.
** BUILD FAILED **

[ ] Xcode's output:

[ 2 ms] Command line invocation:
/Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild
-configuration
Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace
-scheme Runner
BUILD_DIR=/Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios
-sdk
iphonesimulator

SCRIPT_OUTPUT_STREAM_FILE=/var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutt
er_tools.5qNvdC/flutter_build_log_pipe.roALqj/pipe_to_stdout
FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO

           User defaults from command line:
               IDEPackageSupportUseBuiltinSCM = YES
       
           Build settings from command line:
               BUILD_DIR =

/Users/aryunaferreranakamura/StudioProjects/Uniyo/build/ios
COMPILER_INDEX_STORE_ENABLE = NO
FLUTTER_SUPPRESS_ANALYTICS = true
SCRIPT_OUTPUT_STREAM_FILE =

/var/folders/f4/k3xry7rn7w55tv89c9hft65m0000gn/T/flutter_tools.5qNvdC/flutter_bu
ild_log_pipe.roALqj/pipe_to_stdout
SDKROOT = iphonesimulator14.5
VERBOSE_SCRIPT_LOGGING = YES

           note: Using new build system
           note: Building targets in parallel
           note: Planning build
           note: Analyzing workspace
           note: Constructing build description
           note: Build preparation complete

/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Flutter/Debug.xcconfig:1:1:
error: unable to open file (in target "Runner" in project "Runner")

/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Flutter/Debug.xcconfig:1:1:
error: unable to open file (in target "Runner" in project "Runner")

/Users/aryunaferreranakamura/StudioProjects/Uniyo/ios/Flutter/Debug.xcconfig:1:1:
error: unable to open file (in target "Runner" in project "Runner")
warning: Unable to read contents of XCFileList '/Target Support
Files/Pods-Runner/Pods-Runner-resources-Debug-output-files.xcfilelist'
(in target
'Runner' from project 'Runner')
warning: Unable to read contents of XCFileList '/Target Support
Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelist'
(in target
'Runner' from project 'Runner')
error: Unable to load contents of file list: '/Target Support
Files/Pods-Runner/Pods-Runner-frameworks-Debug-input-files.xcfilelist'
(in target
'Runner' from project 'Runner')
error: Unable to load contents of file list: '/Target Support
Files/Pods-Runner/Pods-Runner-resources-Debug-input-files.xcfilelist' (in
target
'Runner' from project 'Runner')
error: Unable to load contents of file list: '/Target Support
Files/Pods-Runner/Pods-Runner-frameworks-Debug-output-files.xcfilelist'
(in target
'Runner' from project 'Runner')
error: Unable to load contents of file list: '/Target Support
Files/Pods-Runner/Pods-Runner-resources-Debug-output-files.xcfilelist'
(in target
'Runner' from project 'Runner')

[ 654 ms] Could not build the application for the simulator.
[ 8 ms] Error launching application on iPhone 12 Pro Max.
[ 22 ms] "flutter run" took 26,307ms.
[ 19 ms]
#0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
#1 RunCommand.runCommand
(package:flutter_tools/src/commands/run.dart:663:9)

#2 FlutterCommand.run.
(package:flutter_tools/src/runner/flutter_command.dart:1043:27)

#3 AppContext.run.
(package:flutter_tools/src/base/context.dart:150:19)

#4 CommandRunner.runCommand (package:args/command_runner.dart:196:13)

#5 FlutterCommandRunner.runCommand.
(package:flutter_tools/src/runner/flutter_command_runner.dart:284:9)

#6 AppContext.run.
(package:flutter_tools/src/base/context.dart:150:19)

#7 FlutterCommandRunner.runCommand
(package:flutter_tools/src/runner/flutter_command_runner.dart:232:5)

#8 run..
(package:flutter_tools/runner.dart:62:9)

#9 AppContext.run.
(package:flutter_tools/src/base/context.dart:150:19)

#10 main (package:flutter_tools/executable.dart:91:3)

[ 180 ms] ensureAnalyticsSent: 91ms
[ 1 ms] Running shutdown hooks
[ ] Shutdown hooks complete
[ ] exiting with code 1
aryunaferreranakamura@aryunas-MacBook-Pro ios %

@github-actions
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 Aug 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants