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

Error running on iPhone. IOS 14.6 #86123

Closed
Gastrolize opened this issue Jul 8, 2021 · 6 comments
Closed

Error running on iPhone. IOS 14.6 #86123

Gastrolize opened this issue Jul 8, 2021 · 6 comments
Labels
r: duplicate Issue is closed as a duplicate of an existing issue

Comments

@Gastrolize
Copy link

Gastrolize commented Jul 8, 2021

Hello,

if I try to run my Project on my iPad or iPhone iOS 14.6 it crashes with the following error:

[+30015 ms] Error launching application on iPhone.
[   +2 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:563:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1043:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:196:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:284:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:232:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:91:3)
           <asynchronous suspension>

On my iPad Pro 14.6 does it work.

My Plugins:

pubspec.yaml
flutter:
    sdk: flutter
  smooth_star_rating: ^1.1.1
  http: ^0.13.0
  connectivity: ^3.0.2
  flutter_screenutil: ^5.0.0+2
  google_sign_in: ^5.0.4
  shimmer: ^2.0.0
  flutter_facebook_login: ^3.0.0
  banners: ^0.3.0
  apple_sign_in: ^0.1.0
  device_info: ^2.0.0
  data_connection_checker: ^0.3.4
  cached_network_image: ^3.0.0
  cloud_firestore: ^2.3.0
  firebase_crashlytics: ^2.0.1
  firebase_core: ^1.0.4
  firebase_storage: ^9.0.0
  firebase_auth: ^2.0.0
  geolocator: ^7.0.1
  location: ^4.1.1
  imei_plugin: ^1.2.0
  flutter_svg: ^0.22.0
  shared_preferences: ^2.0.6
  local_auth: ^1.1.0
  modal_bottom_sheet: ^2.0.0
  overlay_support: ^1.2.1
  flutter_slidable: ^0.6.0
  keyboard_avoider: ^0.1.2
  uni_links: ^0.5.1
  flutter_statusbarcolor: ^0.2.3
  path_provider: ^2.0.1
  intl: ^0.17.0
  onesignal_flutter: ^3.0.0
  permission_handler: ^8.1.2
  map_launcher: ^2.1.1
  flutter_spinkit: ^5.0.0
  geocoder: ^0.2.1
  transformer_page_view: ^0.1.6
  pinput: ^1.0.0
  google_maps_webservice: ^0.0.18
  majascan: ^0.4.0
  mailer: ^5.0.0
  scroll_to_index: ^2.0.0
  mollie: ^0.8.2
  carousel_pro: ^1.0.0
  flutter_cache_manager: ^3.1.2
  qr_flutter: ^4.0.0
  http_auth: ^1.0.0
  google_maps_flutter: ^2.0.1
  apple_maps_flutter: ^1.0.1
  flutter_countdown_timer: ^4.1.0
  flutter_staggered_animations: "^1.0.0"
  dropdown_below: ^0.0.8
  quiver: ^3.0.1
  animated_widgets: ^1.1.0
  vibrate: ^0.0.4
  flutter_cupertino_localizations: ^1.0.1
  badges: ^2.0.1
  simple_animations: ^3.1.1
  url_launcher: ^6.0.2
  encrypt: ^5.0.0-beta.1
  uuid: ^3.0.0
  crypto: ^3.0.0
  plugin_platform_interface: ^2.0.0


  # The following adds the Cupertino Icons font to your application.
  # Use with the CupertinoIcons class for iOS style icons.
  cupertino_icons: ^1.0.3`

Flutter Doctor:

Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 2.2.3, on macOS 11.4 20F71 darwin-x64, locale de-DE)
[!] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    ✗ Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.
[✓] Xcode - develop for iOS and macOS
[✓] Chrome - develop for the web
[✓] Android Studio (version 4.1)
[✓] Android Studio (version 4.2)
[✓] IntelliJ IDEA Ultimate Edition (version 2021.1.2)
[✓] Connected device (3 available)

! Doctor found issues in 1 category.

I tried:

flutter clean
rm -rf Flutter/Framework

reinstalled Xcode
reinstalled flutter

made a restart on my Mac (Big Sur)

tried diff IDE, pod cache clean, cocoa pods ffi gems installed nothing worked.

@TahaTesser TahaTesser added the in triage Presently being triaged by the triage team label Jul 9, 2021
@TahaTesser
Copy link
Member

Hi @Gastrolize
Thanks for filing the issue, unfortunately, your flutter run -v is incomplete and there is no reproducible code sample

Can you please provide your flutter doctor -v (with verbose), a complete reproducible minimal code sample without third-party packages, and complete flutter run --verbose logs running the minimal code sample?
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 Jul 9, 2021
@Gastrolize
Copy link
Author

Gastrolize commented Jul 9, 2021

Hi @TahaTesser

I created a new Flutter Project without any Third Partys and the same issue happened.

Flutter Doctor -V:

flutter doctor -v
sobhihammoud@Sobhis-iMac testFlutter % flutter doctor -v
[✓] Flutter (Channel stable, 2.2.3, on macOS 11.4 20F71 darwin-x64, locale de-DE)
    • Flutter version 2.2.3 at /Users/sobhihammoud/flutter
    • Framework revision f4abaa0735 (8 days ago), 2021-07-01 12:46:11 -0700
    • Engine revision 241c87ad80
    • Dart version 2.13.4

[!] Android toolchain - develop for Android devices (Android SDK version 30.0.3)
    • Android SDK at /Users/sobhihammoud/Library/Android/sdk
    • Platform android-30, build-tools 30.0.3
    • ANDROID_HOME = /Users/sobhihammoud/Library/Android/sdk
    • Java binary at: /Users/sobhihammoud/Library/Application
      Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/202.7351085/Android Studio.app/Contents/jre/jdk/Contents/Home/bin/java
    • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264)
    ✗ Android license status unknown.
      Run `flutter doctor --android-licenses` to accept the SDK licenses.
      See https://flutter.dev/docs/get-started/install/macos#android-setup for more details.

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

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

[✓] Android Studio (version 4.1)
    • Android Studio at /Applications/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 1.8.0_242-release-1644-b3-6915495)

[✓] Android Studio (version 4.2)
    • Android Studio at /Users/sobhihammoud/Library/Application
      Support/JetBrains/Toolbox/apps/AndroidStudio/ch-0/202.7351085/Android Studio.app/Contents
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart
    • Java version OpenJDK Runtime Environment (build 11.0.8+10-b944.6916264)

[✓] IntelliJ IDEA Ultimate Edition (version 2021.1.2)
    • IntelliJ at /Users/sobhihammoud/Applications/JetBrains Toolbox/IntelliJ IDEA Ultimate.app
    • Flutter plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/9212-flutter
    • Dart plugin can be installed from:
      🔨 https://plugins.jetbrains.com/plugin/6351-dart

[✓] Connected device (3 available)
    • iPhone (mobile) • 00008101-001E4DA20A29003A • ios            • iOS 14.6
    • macOS (desktop) • macos                     • darwin-x64     • macOS 11.4 20F71 darwin-x64
    • Chrome (web)    • chrome                    • web-javascript • Google Chrome 91.0.4472.114

! Doctor found issues in 1 category.

Flutter Run --verbose:

logs
[  +82 ms] executing: sysctl hw.optional.arm64
[  +15 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[   +5 ms] executing: [/Users/sobhihammoud/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H
[  +11 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H
[        ] f4abaa0735eba4dfd8f33f73363911d63931fe03
[        ] executing: [/Users/sobhihammoud/flutter/] git tag --points-at f4abaa0735eba4dfd8f33f73363911d63931fe03
[  +15 ms] Exit code 0 from: git tag --points-at f4abaa0735eba4dfd8f33f73363911d63931fe03
[        ] 2.2.3
[   +5 ms] executing: [/Users/sobhihammoud/flutter/] git rev-parse --abbrev-ref --symbolic @{u}
[  +10 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{u}
[        ] origin/stable
[        ] executing: [/Users/sobhihammoud/flutter/] git ls-remote --get-url origin
[   +9 ms] Exit code 0 from: git ls-remote --get-url origin
[        ] https://github.com/flutter/flutter.git
[  +79 ms] executing: [/Users/sobhihammoud/flutter/] git rev-parse --abbrev-ref HEAD
[  +10 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD
[        ] stable
[   +4 ms] executing: sw_vers -productName
[  +11 ms] Exit code 0 from: sw_vers -productName
[        ] macOS
[        ] executing: sw_vers -productVersion
[  +10 ms] Exit code 0 from: sw_vers -productVersion
[        ] 11.4
[        ] executing: sw_vers -buildVersion
[   +9 ms] Exit code 0 from: sw_vers -buildVersion
[        ] 20F71
[  +47 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.
[   +1 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update.
[        ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update.
[  +33 ms] executing: /Users/sobhihammoud/Library/Android/sdk/platform-tools/adb devices -l
[   +9 ms] executing: sysctl hw.optional.arm64
[   +3 ms] Exit code 1 from: sysctl hw.optional.arm64
[        ] sysctl: unknown oid 'hw.optional.arm64'
[        ] executing: xcrun xcodebuild -version
[ +495 ms] Exit code 0 from: xcrun xcodebuild -version
[   +1 ms] Xcode 12.5.1
           Build version 12E507
[   +2 ms] executing: xcrun xcdevice list --timeout 2
[   +3 ms] xcrun simctl list --json devices
[        ] executing: xcrun simctl list --json devices
[  +34 ms] List of devices attached


           CopySwiftLibs /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app (in target 'Runner' from project 'Runner')
               cd /Users/sobhihammoud/gastrolize/testFlutter/test/ios
               export CODESIGN_ALLOCATE\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate
               export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
               export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
               builtin-swiftStdLibTool --copy --verbose --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --scan-executable /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Runner --scan-folder /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks --scan-folder /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/PlugIns --platform iphoneos --toolchain /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks --strip-bitcode --strip-bitcode-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/SwiftStdLibToolInputDependencies.dep
           libswiftObjectiveC.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
           libswiftCoreImage.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
           libswiftos.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
           libswiftCore.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
           libswiftCoreGraphics.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
           libswiftCoreFoundation.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
           libswiftMetal.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
           libswiftDarwin.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
           libswiftFoundation.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
           libswiftUIKit.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
           libswiftQuartzCore.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
           libswiftCoreMedia.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
           libswiftDispatch.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
           libswiftCoreAudio.dylib is up to date at /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftObjectiveC.dylib is unchanged; keeping original
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
           Codesigning /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
           /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --verbose /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftos.dylib is unchanged; keeping original
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreAudio.dylib is unchanged; keeping original
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreImage.dylib is unchanged; keeping original
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftUIKit.dylib is unchanged; keeping original
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftQuartzCore.dylib is unchanged; keeping original
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreMedia.dylib is unchanged; keeping original
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDarwin.dylib is unchanged; keeping original
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftDispatch.dylib is unchanged; keeping original
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreFoundation.dylib is unchanged; keeping original
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftMetal.dylib is unchanged; keeping original
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCoreGraphics.dylib is unchanged; keeping original
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib
           Probing signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
           /usr/bin/codesign -r- --display /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftFoundation.dylib is unchanged; keeping original
           Code signature of /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app/Frameworks/libswiftCore.dylib is unchanged; keeping original

           CodeSign /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app (in target 'Runner' from project 'Runner')
               cd /Users/sobhihammoud/gastrolize/testFlutter/test/ios
               export CODESIGN_ALLOCATE\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

               Signing Identity:     "Apple Development: Sobhi Hammoud (3LARZM3FU5)"
               Provisioning Profile: "iOS Team Provisioning Profile: *"
                                     (787a33dc-f183-48fe-882e-424205298649)

               /usr/bin/codesign --force --sign D50DEE267E598832C5B9C06CC08714AEF8A70CD1 --entitlements /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent --timestamp\=none /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app

           Validate /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app (in target 'Runner' from project 'Runner')
               cd /Users/sobhihammoud/gastrolize/testFlutter/test/ios
               builtin-validationUtility /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app

           ** BUILD SUCCEEDED **


           2021-07-09 12:15:28.298 xcodebuild[52719:368151] CFURLRequestSetHTTPCookieStorageAcceptPolicy_block_invoke: no longer implemented and should not be called
[  +17 ms] Xcode build done.                                            5,3s
[   +1 ms] executing: [/Users/sobhihammoud/gastrolize/testFlutter/test/ios/] xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES DEVELOPMENT_TEAM=DVNYRDPYXT -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/sobhihammoud/gastrolize/testFlutter/test/build/ios -sdk iphoneos ONLY_ACTIVE_ARCH=YES ARCHS=arm64 FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[        ] executing: [/Users/sobhihammoud/gastrolize/testFlutter/test/ios/] xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES DEVELOPMENT_TEAM=DVNYRDPYXT -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/sobhihammoud/gastrolize/testFlutter/test/build/ios -sdk iphoneos ONLY_ACTIVE_ARCH=YES ARCHS=arm64 FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings
[+1164 ms] Command line invocation:
               /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES DEVELOPMENT_TEAM=DVNYRDPYXT -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/sobhihammoud/gastrolize/testFlutter/test/build/ios -sdk iphoneos ONLY_ACTIVE_ARCH=YES ARCHS=arm64 FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO -showBuildSettings

           User defaults from command line:
               IDEPackageSupportUseBuiltinSCM = YES

           Build settings from command line:
               ARCHS = arm64
               BUILD_DIR = /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios
               COMPILER_INDEX_STORE_ENABLE = NO
               DEVELOPMENT_TEAM = DVNYRDPYXT
               FLUTTER_SUPPRESS_ANALYTICS = true
               ONLY_ACTIVE_ARCH = YES
               SDKROOT = iphoneos14.5
               VERBOSE_SCRIPT_LOGGING = 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 = sobhihammoud
               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 armv7
               ARCHS_STANDARD_32_64_BIT = armv7 arm64
               ARCHS_STANDARD_32_BIT = armv7
               ARCHS_STANDARD_64_BIT = arm64
               ARCHS_STANDARD_INCLUDING_64_BIT = arm64 armv7
               ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64
               ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon
               AVAILABLE_PLATFORMS = appletvos appletvsimulator iphoneos iphonesimulator macosx watchos watchsimulator
               BITCODE_GENERATION_MODE = marker
               BUILD_ACTIVE_RESOURCES_ONLY = NO
               BUILD_COMPONENTS = headers build
               BUILD_DIR = /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios
               BUILD_LIBRARY_FOR_DISTRIBUTION = NO
               BUILD_ROOT = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Products
               BUILD_STYLE = 
               BUILD_VARIANTS = normal
               BUILT_PRODUCTS_DIR = /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos
               BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/
               BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS
               BUNDLE_FORMAT = shallow
               BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks
               BUNDLE_PLUGINS_FOLDER_PATH = PlugIns
               BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders
               BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers
               CACHE_ROOT = /var/folders/mg/4h6nz5h55nq2fcd7b6byq7840000gn/C/com.apple.DeveloperTools/12.5.1-12E507/Xcode
               CCHROOT = /var/folders/mg/4h6nz5h55nq2fcd7b6byq7840000gn/C/com.apple.DeveloperTools/12.5.1-12E507/Xcode
               CHMOD = /bin/chmod
               CHOWN = /usr/sbin/chown
               CLANG_ANALYZER_NONNULL = YES
               CLANG_CXX_LANGUAGE_STANDARD = gnu++0x
               CLANG_CXX_LIBRARY = libc++
               CLANG_ENABLE_MODULES = YES
               CLANG_ENABLE_OBJC_ARC = YES
               CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES
               CLANG_WARN_BOOL_CONVERSION = YES
               CLANG_WARN_COMMA = YES
               CLANG_WARN_CONSTANT_CONVERSION = YES
               CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES
               CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR
               CLANG_WARN_EMPTY_BODY = YES
               CLANG_WARN_ENUM_CONVERSION = YES
               CLANG_WARN_INFINITE_RECURSION = YES
               CLANG_WARN_INT_CONVERSION = YES
               CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES
               CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES
               CLANG_WARN_OBJC_LITERAL_CONVERSION = YES
               CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR
               CLANG_WARN_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/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses
               CLEAN_PRECOMPS = YES
               CLONE_HEADERS = NO
               COCOAPODS_PARALLEL_CODE_SIGN = true
               CODESIGNING_FOLDER_PATH = /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app
               CODE_SIGNING_ALLOWED = YES
               CODE_SIGNING_REQUIRED = YES
               CODE_SIGN_CONTEXT_CLASS = XCiPhoneOSCodeSignContext
               CODE_SIGN_IDENTITY = iPhone Developer
               CODE_SIGN_INJECT_BASE_ENTITLEMENTS = YES
               COLOR_DIAGNOSTICS = NO
               COMBINE_HIDPI_IMAGES = NO
               COMPILER_INDEX_STORE_ENABLE = NO
               COMPOSITE_SDK_DIRS = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/CompositeSDKs
               COMPRESS_PNG_FILES = YES
               CONFIGURATION = Debug
               CONFIGURATION_BUILD_DIR = /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos
               CONFIGURATION_TEMP_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos
               CONTENTS_FOLDER_PATH = Runner.app
               COPYING_PRESERVES_HFS_DATA = NO
               COPY_HEADERS_RUN_UNIFDEF = NO
               COPY_PHASE_STRIP = NO
               COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES
               CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
               CORRESPONDING_SIMULATOR_PLATFORM_NAME = iphonesimulator
               CORRESPONDING_SIMULATOR_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.5.sdk
               CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator14.5
               CP = /bin/cp
               CREATE_INFOPLIST_SECTION_IN_BINARY = NO
               CURRENT_ARCH = arm64
               CURRENT_PROJECT_VERSION = 1
               CURRENT_VARIANT = normal
               DART_DEFINES = Zmx1dHRlci5pbnNwZWN0b3Iuc3RydWN0dXJlZEVycm9ycz10cnVl,RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ==
               DART_OBFUSCATION = false
               DEAD_CODE_STRIPPING = YES
               DEBUGGING_SYMBOLS = YES
               DEBUG_INFORMATION_FORMAT = dwarf
               DEFAULT_COMPILER = com.apple.compilers.llvm.clang.1_0
               DEFAULT_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
               DEFAULT_KEXT_INSTALL_PATH = /System/Library/Extensions
               DEFINES_MODULE = NO
               DEPLOYMENT_LOCATION = NO
               DEPLOYMENT_POSTPROCESSING = NO
               DEPLOYMENT_TARGET_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/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               DERIVED_FILE_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               DERIVED_SOURCES_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources
               DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Applications
               DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/usr/bin
               DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
               DEVELOPER_FRAMEWORKS_DIR = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
               DEVELOPER_FRAMEWORKS_DIR_QUOTED = /Applications/Xcode.app/Contents/Developer/Library/Frameworks
               DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/Developer/Library
               DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
               DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Tools
               DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
               DEVELOPMENT_LANGUAGE = en
               DEVELOPMENT_TEAM = DVNYRDPYXT
               DOCUMENTATION_FOLDER_PATH = Runner.app/en.lproj/Documentation
               DONT_GENERATE_INFOPLIST_FILE = NO
               DO_HEADER_SCANNING_IN_JAM = NO
               DSTROOT = /tmp/Runner.dst
               DT_TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               DWARF_DSYM_FILE_NAME = Runner.app.dSYM
               DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT = NO
               DWARF_DSYM_FOLDER_PATH = /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos
               EFFECTIVE_PLATFORM_NAME = -iphoneos
               EMBEDDED_CONTENT_CONTAINS_SWIFT = NO
               EMBEDDED_PROFILE_NAME = embedded.mobileprovision
               EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO
               ENABLE_BITCODE = NO
               ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES
               ENABLE_HARDENED_RUNTIME = NO
               ENABLE_HEADER_DEPENDENCIES = YES
               ENABLE_ON_DEMAND_RESOURCES = YES
               ENABLE_STRICT_OBJC_MSGSEND = YES
               ENABLE_TESTABILITY = YES
               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/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList
               FIXED_FILES_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles
               FLUTTER_APPLICATION_PATH = /Users/sobhihammoud/gastrolize/testFlutter/test
               FLUTTER_BUILD_DIR = build
               FLUTTER_BUILD_NAME = 1.0.0
               FLUTTER_BUILD_NUMBER = 1
               FLUTTER_ROOT = /Users/sobhihammoud/flutter
               FLUTTER_SUPPRESS_ANALYTICS = true
               FLUTTER_TARGET = /Users/sobhihammoud/gastrolize/testFlutter/test/lib/main.dart
               FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks
               FRAMEWORK_FLAG_PREFIX = -framework
               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_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_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/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/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/sobhihammoud
               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 = sobhihammoud
               INSTALL_PATH = /Applications
               INSTALL_ROOT = /tmp/Runner.dst
               IPHONEOS_DEPLOYMENT_TARGET = 9.0
               JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8
               JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
               JAVA_ARCHIVE_CLASSES = YES
               JAVA_ARCHIVE_TYPE = JAR
               JAVA_COMPILER = /usr/bin/javac
               JAVA_FOLDER_PATH = Runner.app/Java
               JAVA_FRAMEWORK_RESOURCES_DIRS = Resources
               JAVA_JAR_FLAGS = cv
               JAVA_SOURCE_SUBDIR = .
               JAVA_USE_DEPENDENCIES = YES
               JAVA_ZIP_FLAGS = -urg
               JIKES_DEFAULT_FLAGS = +E +OLDCSO
               KASAN_DEFAULT_CFLAGS = -DKASAN=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow
               KEEP_PRIVATE_EXTERNS = NO
               LD_DEPENDENCY_INFO_FILE = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat
               LD_GENERATE_MAP_FILE = NO
               LD_MAP_FILE_PATH = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt
               LD_NO_PIE = NO
               LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES
               LD_RUNPATH_SEARCH_PATHS =  @executable_path/Frameworks
               LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
               LEX = lex
               LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions
               LIBRARY_FLAG_NOSPACE = YES
               LIBRARY_FLAG_PREFIX = -l
               LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions
               LINKER_DISPLAYS_MANGLED_NAMES = NO
               LINK_FILE_LIST_normal_arm64 = 
               LINK_WITH_STANDARD_LIBRARIES = YES
               LLVM_TARGET_TRIPLE_OS_VERSION = ios9.0
               LLVM_TARGET_TRIPLE_VENDOR = apple
               LOCALIZABLE_CONTENT_DIR = 
               LOCALIZATION_EXPORT_SUPPORTED = YES
               LOCALIZED_RESOURCES_FOLDER_PATH = Runner.app/en.lproj
               LOCALIZED_STRING_MACRO_NAMES = NSLocalizedString CFCopyLocalizedString
               LOCALIZED_STRING_SWIFTUI_SUPPORT = YES
               LOCAL_ADMIN_APPS_DIR = /Applications/Utilities
               LOCAL_APPS_DIR = /Applications
               LOCAL_DEVELOPER_DIR = /Library/Developer
               LOCAL_LIBRARY_DIR = /Library
               LOCROOT = 
               LOCSYMROOT = 
               MACH_O_TYPE = mh_execute
               MAC_OS_X_PRODUCT_BUILD_VERSION = 20F71
               MAC_OS_X_VERSION_ACTUAL = 110400
               MAC_OS_X_VERSION_MAJOR = 110000
               MAC_OS_X_VERSION_MINOR = 110400
               METAL_LIBRARY_FILE_BASE = default
               METAL_LIBRARY_OUTPUT_DIR = /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app
               MODULES_FOLDER_PATH = Runner.app/Modules
               MODULE_CACHE_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
               MTL_ENABLE_DEBUG_INFO = YES
               NATIVE_ARCH = armv7
               NATIVE_ARCH_32_BIT = i386
               NATIVE_ARCH_64_BIT = x86_64
               NATIVE_ARCH_ACTUAL = x86_64
               NO_COMMON = YES
               OBJECT_FILE_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects
               OBJECT_FILE_DIR_normal = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal
               OBJROOT = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex
               ONLY_ACTIVE_ARCH = YES
               OS = MACOS
               OSAC = /usr/bin/osacompile
               PACKAGE_CONFIG = /Users/sobhihammoud/gastrolize/testFlutter/test/.dart_tool/package_config.json
               PACKAGE_TYPE = com.apple.package-type.wrapper.application
               PASCAL_STRINGS = YES
               PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/opt/homebrew/bin:/usr/local/bin:/Users/sobhihammoud/flutter/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/go/bin:/Library/Apple/usr/bin://flutter/bin:/Users/sobhihammoud/flutter/.pub-cache/bin:/Users/sobhihammoud/flutter/.pub-cache/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/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo
               PKGINFO_PATH = Runner.app/PkgInfo
               PLATFORM_DEVELOPER_APPLICATIONS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Applications
               PLATFORM_DEVELOPER_BIN_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin
               PLATFORM_DEVELOPER_LIBRARY_DIR = /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer/Library
               PLATFORM_DEVELOPER_SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
               PLATFORM_DEVELOPER_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools
               PLATFORM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr
               PLATFORM_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
               PLATFORM_DISPLAY_NAME = iOS
               PLATFORM_NAME = iphoneos
               PLATFORM_PREFERRED_ARCH = arm64
               PLATFORM_PRODUCT_BUILD_VERSION = 18E182
               PLIST_FILE_OUTPUT_FORMAT = binary
               PLUGINS_FOLDER_PATH = Runner.app/PlugIns
               PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES
               PRECOMP_DESTINATION_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders
               PRESERVE_DEAD_CODE_INITS_AND_TERMS = NO
               PRIVATE_HEADERS_FOLDER_PATH = Runner.app/PrivateHeaders
               PRODUCT_BUNDLE_IDENTIFIER = com.example.test
               PRODUCT_BUNDLE_PACKAGE_TYPE = APPL
               PRODUCT_MODULE_NAME = Runner
               PRODUCT_NAME = Runner
               PRODUCT_SETTINGS_PATH = /Users/sobhihammoud/gastrolize/testFlutter/test/ios/Runner/Info.plist
               PRODUCT_TYPE = com.apple.product-type.application
               PROFILING_CODE = NO
               PROJECT = Runner
               PROJECT_DERIVED_FILE_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/DerivedSources
               PROJECT_DIR = /Users/sobhihammoud/gastrolize/testFlutter/test/ios
               PROJECT_FILE_PATH = /Users/sobhihammoud/gastrolize/testFlutter/test/ios/Runner.xcodeproj
               PROJECT_NAME = Runner
               PROJECT_TEMP_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build
               PROJECT_TEMP_ROOT = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/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/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources
               REZ_OBJECTS_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects
               SCAN_ALL_SOURCE_FILES_FOR_INCLUDES = NO
               SCRIPTS_FOLDER_PATH = Runner.app/Scripts
               SDKROOT = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
               SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
               SDK_DIR_iphoneos14_5 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk
               SDK_NAME = iphoneos14.5
               SDK_NAMES = iphoneos14.5
               SDK_PRODUCT_BUILD_VERSION = 18E182
               SDK_VERSION = 14.5
               SDK_VERSION_ACTUAL = 140500
               SDK_VERSION_MAJOR = 140000
               SDK_VERSION_MINOR = 140500
               SED = /usr/bin/sed
               SEPARATE_STRIP = NO
               SEPARATE_SYMBOL_EDIT = NO
               SET_DIR_MODE_OWNER_GROUP = YES
               SET_FILE_MODE_OWNER_GROUP = NO
               SHALLOW_BUNDLE = YES
               SHARED_DERIVED_FILE_DIR = /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/DerivedSources
               SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks
               SHARED_PRECOMPS_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/PrecompiledHeaders
               SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport
               SKIP_INSTALL = NO
               SOURCE_ROOT = /Users/sobhihammoud/gastrolize/testFlutter/test/ios
               SRCROOT = /Users/sobhihammoud/gastrolize/testFlutter/test/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 = iphonesimulator iphoneos
               SUPPORTS_MACCATALYST = NO
               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/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/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/Utilities/Built Examples
               SYSTEM_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Developer
               SYSTEM_DEVELOPER_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library
               SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Graphics Tools
               SYSTEM_DEVELOPER_JAVA_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Java Tools
               SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Performance Tools
               SYSTEM_DEVELOPER_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes
               SYSTEM_DEVELOPER_TOOLS = /Applications/Xcode.app/Contents/Developer/Tools
               SYSTEM_DEVELOPER_TOOLS_DOC_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/documentation/DeveloperTools
               SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR = /Applications/Xcode.app/Contents/Developer/ADC Reference Library/releasenotes/DeveloperTools
               SYSTEM_DEVELOPER_USR_DIR = /Applications/Xcode.app/Contents/Developer/usr
               SYSTEM_DEVELOPER_UTILITIES_DIR = /Applications/Xcode.app/Contents/Developer/Applications/Utilities
               SYSTEM_DEXT_INSTALL_PATH = /System/Library/DriverExtensions
               SYSTEM_DOCUMENTATION_DIR = /Library/Documentation
               SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions
               SYSTEM_LIBRARY_DIR = /System/Library
               TAPI_VERIFY_MODE = ErrorsOnly
               TARGETED_DEVICE_FAMILY = 1,2
               TARGETNAME = Runner
               TARGET_BUILD_DIR = /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos
               TARGET_NAME = Runner
               TARGET_TEMP_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_FILES_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_FILE_DIR = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build
               TEMP_ROOT = /Users/sobhihammoud/Library/Developer/Xcode/DerivedData/Runner-gsqrehoryopfhrfsjtdfxpjvmgqx/Build/Intermediates.noindex
               TEST_FRAMEWORK_SEARCH_PATHS =  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.5.sdk/Developer/Library/Frameworks
               TEST_LIBRARY_SEARCH_PATHS =  /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib
               TOOLCHAIN_DIR = /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
               TRACK_WIDGET_CREATION = true
               TREAT_MISSING_BASELINES_AS_TEST_FAILURES = NO
               TREE_SHAKE_ICONS = false
               UID = 501
               UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app
               UNSTRIPPED_PRODUCT = NO
               USER = sobhihammoud
               USER_APPS_DIR = /Users/sobhihammoud/Applications
               USER_LIBRARY_DIR = /Users/sobhihammoud/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 armv7 armv7s
               VERBOSE_PBXCP = NO
               VERBOSE_SCRIPT_LOGGING = YES
               VERSIONING_SYSTEM = apple-generic
               VERSIONPLIST_PATH = Runner.app/version.plist
               VERSION_INFO_BUILDER = sobhihammoud
               VERSION_INFO_FILE = Runner_vers.c
               VERSION_INFO_STRING = "@(#)PROGRAM:Runner  PROJECT:Runner-1"
               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


           2021-07-09 12:15:33.768 xcodebuild[52901:369321]  DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-18108/DTDeviceKitBase/DTDKRemoteDeviceData.m:371
           Details:  (null) deviceType from 00008101-001E4DA20A29003A was NULL when -platform called.
           Object:   <DTDKMobileDeviceToken: 0x7f7f715400d0>
           Method:   -platform
           Thread:   <NSThread: 0x7f7f67e3ccb0>{number = 7, name = (null)}
           Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
           2021-07-09 12:15:33.922 xcodebuild[52901:369322]  DVTAssertions: Warning in /Library/Caches/com.apple.xbs/Sources/DVTiOSFrameworks/DVTiOSFrameworks-18108/DTDeviceKitBase/DTDKRemoteDeviceData.m:371
           Details:  (null) deviceType from 00008101-001E4DA20A29003A was NULL when -platform called.
           Object:   <DTDKMobileDeviceToken: 0x7f7f715400d0>
           Method:   -platform
           Thread:   <NSThread: 0x7f7f691d5dd0>{number = 8, name = (null)}
           Please file a bug at https://feedbackassistant.apple.com with this warning message and any useful information you can provide.
[   +2 ms] executing: rsync -av --delete /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/Debug-iphoneos/Runner.app /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/iphoneos
[  +11 ms] building file list ... done
           Runner.app/
           Runner.app/Info.plist
           Runner.app/PkgInfo
           Runner.app/Runner
           Runner.app/Frameworks/
           Runner.app/_CodeSignature/CodeResources

           sent 131107 bytes  received 120 bytes  262454.00 bytes/sec
           total size is 118210199  speedup is 900.81
Installing and launching...
[   +2 ms] Debugging is enabled, connecting to observatory
[   +4 ms] executing: script -t 0 /dev/null /Users/sobhihammoud/flutter/bin/cache/artifacts/ios-deploy/ios-deploy --id 00008101-001E4DA20A29003A --bundle build/ios/iphoneos/Runner.app --app_deltas build/ios/app-delta --debug --no-wifi --args --enable-dart-profiling --disable-service-auth-codes --start-paused --enable-checked-mode --verify-entry-points
[  +15 ms] [....] Waiting for iOS device to be connected
[   +7 ms] [....] Using 00008101-001E4DA20A29003A (D54pAP, D54pAP, uknownos, unkarch) a.k.a. 'iPhone'.
[        ] ------ Install phase ------
[        ] [  0%] Found 00008101-001E4DA20A29003A (D54pAP, D54pAP, uknownos, unkarch) a.k.a. 'iPhone' connected through USB, beginning install
[ +148 ms] [  5%] TransferringPackage
[        ] [  5%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/META-INF/ to device
[        ] [  7%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/META-INF/com.apple.ZipMetadata.plist to device
[        ] [  9%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/Payload/ to device
[        ] [ 11%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/Payload/Runner.app/ to device
[        ] [ 13%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/Payload/Runner.app/_CodeSignature/ to device
[        ] [ 15%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/Payload/Runner.app/_CodeSignature/CodeResources to device
[        ] [ 21%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/Payload/Runner.app/Info.plist to device
[        ] [ 24%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/Payload/Runner.app/Runner to device
[        ] [ 42%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/com.apple.deltainstallcommands.com.example.test to device
[        ] [ 44%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/Payload/Runner.app/PkgInfo to device
[        ] [ 46%] Copying /Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/app-delta/Runner.app.OQWMUM/Runner.app_sparse.ipa/ManifestCache.plist to device
[  +44 ms] [ 52%] CreatingStagingDirectory
[        ] [ 57%] ExtractingPackage
[        ] [ 60%] InspectingPackage
[  +15 ms] [ 60%] TakingInstallLock
[  +35 ms] [ 65%] PreflightingApplication
[        ] [ 67%] PatchingApplication
[  +98 ms] [ 67%] InstallingEmbeddedProfile
[   +2 ms] [ 70%] VerifyingApplication
[  +81 ms] [ 75%] CreatingContainer
[   +2 ms] [ 80%] InstallingApplication
[  +29 ms] [ 85%] PostflightingApplication
[        ] [ 90%] SandboxingApplication
[        ] [ 95%] GeneratingApplicationMap
[ +258 ms] [100%] Installed package build/ios/iphoneos/Runner.app
[  +66 ms] ------ Debug phase ------
[        ] Starting debug of 00008101-001E4DA20A29003A (D54pAP, D54pAP, uknownos, unkarch) a.k.a. 'iPhone' connected through USB...
[+2354 ms] [  0%] Looking up developer disk image
[  +11 ms] [ 95%] Developer disk image mounted successfully
[ +384 ms] [100%] Connecting to remote debug server
[        ] -------------------------
[  +41 ms] (lldb) command source -s 0 '/tmp/A6B89D80-6120-4789-AB8D-332C2F01FC57/fruitstrap-lldb-prep-cmds-00008101_001E4DA20A29003A'
[        ] Executing commands in '/tmp/A6B89D80-6120-4789-AB8D-332C2F01FC57/fruitstrap-lldb-prep-cmds-00008101_001E4DA20A29003A'.
[        ] (lldb)     platform select remote-ios --sysroot '/Users/sobhihammoud/Library/Developer/Xcode/iOS DeviceSupport/14.6 (18F72)/Symbols'
[        ]   Platform: remote-ios
[        ]  Connected: no
[        ]   SDK Path: "/Users/sobhihammoud/Library/Developer/Xcode/iOS DeviceSupport/14.6 (18F72)/Symbols"
[        ] (lldb)     target create "/Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/iphoneos/Runner.app"
[+2235 ms] Current executable set to '/Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/iphoneos/Runner.app' (arm64).
[        ] (lldb)     script fruitstrap_device_app="/private/var/containers/Bundle/Application/078786F6-2AB1-470F-A1A7-FA54FCDFE319/Runner.app"
[ +260 ms] (lldb)     script fruitstrap_connect_url="connect://127.0.0.1:54491"
[        ] (lldb)     script fruitstrap_output_path=""
[        ] (lldb)     script fruitstrap_error_path=""
[        ] (lldb)     target modules search-paths add /usr "/Users/sobhihammoud/Library/Developer/Xcode/iOS DeviceSupport/14.6 (18F72)/Symbols/usr" /System "/Users/sobhihammoud/Library/Developer/Xcode/iOS DeviceSupport/14.6 (18F72)/Symbols/System" "/private/var/containers/Bundle/Application/078786F6-2AB1-470F-A1A7-FA54FCDFE319" "/Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/iphoneos" "/var/containers/Bundle/Application/078786F6-2AB1-470F-A1A7-FA54FCDFE319" "/Users/sobhihammoud/gastrolize/testFlutter/test/build/ios/iphoneos" /Developer "/Users/sobhihammoud/Library/Developer/Xcode/iOS DeviceSupport/14.6 (18F72)/Symbols/Developer"
[   +9 ms] (lldb)     command script import "/tmp/A6B89D80-6120-4789-AB8D-332C2F01FC57/fruitstrap_00008101_001E4DA20A29003A.py"
[   +3 ms] (lldb)     command script add -f fruitstrap_00008101_001E4DA20A29003A.connect_command connect
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_00008101_001E4DA20A29003A.run_command run
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_00008101_001E4DA20A29003A.autoexit_command autoexit
[        ] (lldb)     command script add -s asynchronous -f fruitstrap_00008101_001E4DA20A29003A.safequit_command safequit
[        ] (lldb)     connect
[  +27 ms] (lldb)     run
[ +301 ms] success
[        ] Application launched on the device. Waiting for observatory port.
[+30011 ms] Error launching application on iPhone.
[   +2 ms] 
           #0      throwToolExit (package:flutter_tools/src/base/common.dart:10:3)
           #1      RunCommand.runCommand (package:flutter_tools/src/commands/run.dart:563:9)
           <asynchronous suspension>
           #2      FlutterCommand.run.<anonymous closure> (package:flutter_tools/src/runner/flutter_command.dart:1043:27)
           <asynchronous suspension>
           #3      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #4      CommandRunner.runCommand (package:args/command_runner.dart:196:13)
           <asynchronous suspension>
           #5      FlutterCommandRunner.runCommand.<anonymous closure> (package:flutter_tools/src/runner/flutter_command_runner.dart:284:9)
           <asynchronous suspension>
           #6      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #7      FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:232:5)
           <asynchronous suspension>
           #8      run.<anonymous closure>.<anonymous closure> (package:flutter_tools/runner.dart:62:9)
           <asynchronous suspension>
           #9      AppContext.run.<anonymous closure> (package:flutter_tools/src/base/context.dart:150:19)
           <asynchronous suspension>
           #10     main (package:flutter_tools/executable.dart:91:3)
           <asynchronous suspension>


[   +5 ms] "flutter run" took 48.910ms.
[   +1 ms] (lldb) process detach

@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 Jul 9, 2021
@TahaTesser
Copy link
Member

Hi @Gastrolize
Please try the following solution from #72161 (comment)

I had the Same issue after updating to 14.5.1, i fixed it with:
In XCode -> Preference -> Locations -> Derived Data, click the little arrow to open the path in finder and clean the folder. Then flutter run resume working normally.

The app builds fine but it fails to launch during connection to the observatory port

I see there's an open issue addressing the case you described.
Please follow up on that issue, Closing as duplicate of #72161
If you disagree, please write in the comments and I will reopen it.
Thank you

@TahaTesser TahaTesser added r: duplicate Issue is closed as a duplicate of an existing issue and removed in triage Presently being triaged by the triage team labels Jul 12, 2021
@Gastrolize
Copy link
Author

Hello, no this did not work. It worked fine on an iPhone 8 but not on my iPhone 12 Pro Max running IOS 14.6.
i checked all the Issues on Github, all Solutions but nothing worked.

@songfeiSF
Copy link

I have the same problem, it worked fine on Xcode ,but not on AndroidStudio. only my iPhone 12

@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 Jul 30, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
r: duplicate Issue is closed as a duplicate of an existing issue
Projects
None yet
Development

No branches or pull requests

3 participants