flutter / flutter

Flutter makes it easy and fast to build beautiful apps for mobile and beyond
https://flutter.dev
BSD 3-Clause "New" or "Revised" License
164.66k stars 27.13k forks source link

Running flutter project in Onedrive folder causes Error (Xcode): Target debug_unpack_ios failed: Exception: Failed to codesign Flutter.framework/Flutter: resource fork, Finder information, or similar detritus not allowed #123583

Open GeylanKalafMohe opened 1 year ago

GeylanKalafMohe commented 1 year ago

Steps to Reproduce

  1. Create a standard flutter project in a ONEDRIVE folder on Mac
  2. Try to run the app on iOS via flutter run or via VSCode
  3. You get exception

This issue does not happen when you directly run the same project via Xcode directly

Expected results: The project should run normally

Actual results: Error (Xcode): Target debug_unpack_ios failed: Exception: [ +21 ms] Failed to build iOS app [ +2 ms] Could not build the precompiled application for the device.

Logs ``` flutter doctor -v [✓] Flutter (Channel stable, 3.7.8, on macOS 13.2.1 22D68 darwin-x64, locale en-SA) • Flutter version 3.7.8 on channel stable at /Users/geylankalafmohe/flutter • Upstream repository https://github.com/flutter/flutter.git • Framework revision 90c64ed42b (7 days ago), 2023-03-21 11:27:08 -0500 • Engine revision 9aa7816315 • Dart version 2.19.5 • DevTools version 2.20.1 [✓] Android toolchain - develop for Android devices (Android SDK version 33.0.1) • Android SDK at /Users/geylankalafmohe/Library/Android/sdk • Platform android-33, build-tools 33.0.1 • Java binary at: /Applications/Android Studio.app/Contents/jre/Contents/Home/bin/java • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) • All Android licenses accepted. [✓] Xcode - develop for iOS and macOS (Xcode 14.2) • Xcode at /Applications/Xcode.app/Contents/Developer • Build 14C18 • CocoaPods version 1.11.3 [✓] Chrome - develop for the web • Chrome at /Applications/Google Chrome.app/Contents/MacOS/Google Chrome [✓] Android Studio (version 2021.3) • Android Studio at /Applications/Android Studio.app/Contents • Flutter plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/9212-flutter • Dart plugin can be installed from: 🔨 https://plugins.jetbrains.com/plugin/6351-dart • Java version OpenJDK Runtime Environment (build 11.0.13+0-b1751.21-8125866) [✓] VS Code (version 1.76.2) • VS Code at /Applications/Visual Studio Code.app/Contents • Flutter extension version 3.60.0 [✓] Connected device (3 available) • Dev iPad (mobile) • 00008101-000E40C80183001E • ios • iOS 16.3.1 20D67 • macOS (desktop) • macos • darwin-x64 • macOS 13.2.1 22D68 darwin-x64 • Chrome (web) • chrome • web-javascript • Google Chrome 111.0.5563.146 [✓] HTTP Host Availability • All required HTTP hosts are available • No issues found! ```
supermebing commented 1 year ago

same problem

exaby73 commented 1 year ago

Hello @GeylanKalafMohe. Thank you for filing this issue. Can you please provide the following information?

Please provide the information in the form of text. See how to make collapsible sections with Markdown here.

GeylanKalafMohe commented 1 year ago

@exaby73 The Flutter doctor logs are already attached.

You can create any new flutter project and try to run it in a onedrive folder and you'll see the complete logs and error.

exaby73 commented 1 year ago

Can you please provide the entire logs (any sensitive information you can redact) from your machine? Also, is OneDrive streaming files to your machine or is all the files being downloaded to a local copy?

GeylanKalafMohe commented 1 year ago

These are the logs. I activated the option "Always Keep on this Device". But the issue happens for both streaming and local copy inside onedrive folder.

``` testUser@MacBook-Pro-alkhas-b-IT test_app % flutter run -v [ +21 ms] executing: sysctl hw.optional.arm64 [ +13 ms] Exit code 1 from: sysctl hw.optional.arm64 [ ] sysctl: unknown oid 'hw.optional.arm64' [ +1 ms] executing: [/Users/testUser/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +23 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0 [ ] executing: [/Users/testUser/flutter/] git tag --points-at 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0 [ +226 ms] Exit code 0 from: git tag --points-at 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0 [ +3 ms] 3.7.8 [ +17 ms] executing: [/Users/testUser/flutter/] git rev-parse --abbrev-ref --symbolic @{upstream} [ +20 ms] Exit code 0 from: git rev-parse --abbrev-ref --symbolic @{upstream} [ ] origin/stable [ ] executing: [/Users/testUser/flutter/] git ls-remote --get-url origin [ +18 ms] Exit code 0 from: git ls-remote --get-url origin [ ] https://github.com/flutter/flutter.git [ +32 ms] executing: [/Users/testUser/flutter/] git rev-parse --abbrev-ref HEAD [ +16 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +1 ms] executing: sw_vers -productName [ +17 ms] Exit code 0 from: sw_vers -productName [ ] macOS [ ] executing: sw_vers -productVersion [ +17 ms] Exit code 0 from: sw_vers -productVersion [ ] 13.2.1 [ ] executing: sw_vers -buildVersion [ +18 ms] Exit code 0 from: sw_vers -buildVersion [ ] 22D68 [ ] executing: uname -m [ +7 ms] Exit code 0 from: uname -m [ ] x86_64 [ +26 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +101 ms] executing: /Users/testUser/Library/Android/sdk/platform-tools/adb devices -l [ +17 ms] executing: sysctl hw.optional.arm64 [ +6 ms] Exit code 1 from: sysctl hw.optional.arm64 [ +1 ms] sysctl: unknown oid 'hw.optional.arm64' [ ] executing: xcrun xcodebuild -version [ +270 ms] Exit code 0 from: xcrun xcodebuild -version [ ] Xcode 14.2 Build version 14C18 [ +3 ms] executing: xcrun xcdevice list --timeout 2 [ +2 ms] xcrun simctl list devices booted iOS --json [ ] executing: xcrun simctl list devices booted iOS --json [ +5 ms] executing: xcrun simctl list devices booted [ +179 ms] Exit code 0 from: xcrun simctl list devices booted [ ] == Devices == -- iOS 16.2 -- [ +62 ms] List of devices attached [ +209 ms] { "devices" : { "com.apple.CoreSimulator.SimRuntime.iOS-16-2" : [ ] } } [+3004 ms] [ { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,5", "identifier" : "E4878E5B-A31C-430A-803B-EF098A656038", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-8-plus-2", "modelName" : "iPhone 8 Plus", "name" : "iPhone 8 Plus" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,17", "identifier" : "6733410F-C8EA-4250-8383-898E6279B468", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-air5-1", "modelName" : "iPad Air (5th generation)", "name" : "iPad Air (5th generation)" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone12,5", "identifier" : "F28DC0CE-5E9C-4F21-89CC-2A298825B3C7", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-11-pro-max-1", "modelName" : "iPhone 11 Pro Max", "name" : "iPhone 11 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,5", "identifier" : "4844A0AE-B9B9-4E90-9E54-7F08B0EAEE94", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-12point9-6th-1", "modelName" : "iPad Pro (12.9-inch) (6th generation)", "name" : "iPad Pro (12.9-inch) (6th generation)" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad13,18", "identifier" : "A07DC9DC-E10E-4891-AC9D-ABF6C5D7BFC2", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-10-1", "modelName" : "iPad (10th generation)", "name" : "iPad (10th generation)" }, { "simulator" : false, "operatingSystemVersion" : "16.3.1 (20D67)", "interface" : "usb", "available" : true, "platform" : "com.apple.platform.iphoneos", "modelCode" : "iPad13,18", "identifier" : "PRIVATE-ID...", "architecture" : "arm64e", "modelUTI" : "com.apple.ipad-10-2", "modelName" : "iPad (10th generation)", "name" : "Dev iPad" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,3", "identifier" : "E8802CB9-0C85-485D-ABE5-8D26C114B5A0", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-11-4th-1", "modelName" : "iPad Pro (11-inch) (4th generation)", "name" : "iPad Pro (11-inch) (4th generation)" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone13,3", "identifier" : "9D380E91-9F87-41B7-9DC2-BEE900222F3E", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-12-pro-1", "modelName" : "iPhone 12 Pro", "name" : "iPhone 12 Pro" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,7", "identifier" : "16B31DB3-3B17-4B6F-9F72-9E7CD5778F3F", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-14-1", "modelName" : "iPhone 14", "name" : "iPhone 14" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,6", "identifier" : "87FDF84C-2963-4F9F-88A7-D278B6920BFC", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-se3-1", "modelName" : "iPhone SE (3rd generation)", "name" : "iPhone SE (3rd generation)" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad7,1", "identifier" : "EBE24DCA-0A0D-4447-BF14-C75A65DBA8A2", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-a1670-1", "modelName" : "iPad Pro (12.9-inch) (2nd generation)", "name" : "iPad Pro (12.9-inch) (2nd generation)" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone10,4", "identifier" : "2ACF8974-C765-4291-8F6A-FAFA7C5C29AD", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-8-2", "modelName" : "iPhone 8", "name" : "iPhone 8" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,1", "identifier" : "61E0923C-257F-47A7-9DA6-6C5791916A50", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-mini6-1", "modelName" : "iPad mini (6th generation)", "name" : "iPad mini (6th generation)" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone14,8", "identifier" : "0FCF9C5D-12D4-42F4-AD9B-F863F4269C04", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-14-plus-1", "modelName" : "iPhone 14 Plus", "name" : "iPhone 14 Plus" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone15,3", "identifier" : "71145C7B-B51D-4667-A58C-DC500D397B99", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-14-pro-max-1", "modelName" : "iPhone 14 Pro Max", "name" : "iPhone 14 Pro Max" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPad14,5", "identifier" : "10366B07-62C1-4A4A-8021-06357AB66D25", "architecture" : "x86_64", "modelUTI" : "com.apple.ipad-pro-12point9-6th-1", "modelName" : "iPad Pro (12.9-inch) (6th generation)", "name" : "iPad Pro (12.9-inch) (6th generation)" }, { "simulator" : true, "operatingSystemVersion" : "16.2 (20C52)", "available" : true, "platform" : "com.apple.platform.iphonesimulator", "modelCode" : "iPhone15,2", "identifier" : "D0BBFBD7-AD18-43DC-9A55-8C163377BD63", "architecture" : "x86_64", "modelUTI" : "com.apple.iphone-14-pro-1", "modelName" : "iPhone 14 Pro", "name" : "iPhone 14 Pro" } ] [ +6 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ +6 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ +3 ms] 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. [ +129 ms] Skipping pub get: version match. [ +222 ms] Generating /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/android/app/src/main/java/io/flutter/plug ins/GeneratedPluginRegistrant.java [ +192 ms] Initializing file store [ +16 ms] Skipping target: gen_localizations [ +12 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/.dart_tool/package_config_subset} [ +43 ms] gen_dart_plugin_registrant: Complete [ +1 ms] Skipping target: _composite [ +4 ms] complete [ +8 ms] Launching lib/main.dart on Dev iPad in debug mode... [ +5 ms] /Users/testUser/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/testUser/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /Users/testUser/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --incremental --target=flutter --experimental-emit-debug-metadata -DFLUTTER_WEB_AUTO_DETECT=true --output-dill /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_tool.EkWMAY/app.dill --packages /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/.dart_tool/package_config.json -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --filesystem-scheme org-dartlang-root --initialize-from-dill build/c075001b96339384a97db4862b8ab8db.cache.dill.track.dill --verbosity=error --enable-experiment=alternative-invalidation-strategy [ +8 ms] executing: [/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/] xcrun xcodebuild -list [ +28 ms] <- compile package:test_app/main.dart [+3502 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 [ +17 ms] executing: [/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodeproj/] xcrun xcodebuild -project /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination generic/platform=iOS -showBuildSettings BUILD_DIR=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios [ +3 ms] executing: [/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodeproj/] xcrun xcodebuild -project /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination generic/platform=iOS -showBuildSettings BUILD_DIR=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios [+6484 ms] Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodep roj -scheme Runner -configuration Debug -destination generic/platform=iOS -showBuildSettings BUILD_DIR=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/i os User defaults from command line: IDEPackageSupportUseBuiltinSCM = YES Build settings from command line: BUILD_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios Build settings for action build and target Runner: ACTION = build AD_HOC_CODE_SIGNING_ALLOWED = NO ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO ALTERNATE_GROUP = staff ALTERNATE_MODE = u+w,go-w,a+rX ALTERNATE_OWNER = testUser ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ALWAYS_SEARCH_USER_PATHS = NO ALWAYS_USE_SEPARATE_HEADERMAPS = NO APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer APPLE_INTERNAL_DIR = /AppleInternal APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools APPLICATION_EXTENSION_API_ONLY = NO APPLY_RULES_IN_COPY_FILES = NO APPLY_RULES_IN_COPY_HEADERS = NO ARCHS = arm64 ARCHS_STANDARD = arm64 ARCHS_STANDARD_32_64_BIT = armv7 arm64 ARCHS_STANDARD_32_BIT = armv7 ARCHS_STANDARD_64_BIT = arm64 ARCHS_STANDARD_INCLUDING_64_BIT = arm64 ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon AVAILABLE_PLATFORMS = appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator BITCODE_GENERATION_MODE = marker BUILD_ACTIVE_RESOURCES_ONLY = NO BUILD_COMPONENTS = headers build BUILD_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios BUILD_LIBRARY_FOR_DISTRIBUTION = NO BUILD_ROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Products BUILD_STYLE = BUILD_VARIANTS = normal BUILT_PRODUCTS_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/ BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS BUNDLE_EXTENSIONS_FOLDER_PATH = Extensions BUNDLE_FORMAT = shallow BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks BUNDLE_PLUGINS_FOLDER_PATH = PlugIns BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers CACHE_ROOT = /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/C/com.apple.DeveloperTools/14.2-14C18/Xcode CCHROOT = /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/C/com.apple.DeveloperTools/14.2-14C18/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/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses CLEAN_PRECOMPS = YES CLONE_HEADERS = NO COCOAPODS_PARALLEL_CODE_SIGN = true CODESIGNING_FOLDER_PATH = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos/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/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/CompositeSDKs COMPRESS_PNG_FILES = YES CONFIGURATION = Debug CONFIGURATION_BUILD_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos CONFIGURATION_TEMP_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos CONTENTS_FOLDER_PATH = Runner.app CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Contents CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app COPYING_PRESERVES_HFS_DATA = NO COPY_HEADERS_RUN_UNIFDEF = NO COPY_PHASE_STRIP = NO COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.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/iPhoneSimulator16.2. sdk CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator16.2 CP = /bin/cp CREATE_INFOPLIST_SECTION_IN_BINARY = NO CURRENT_ARCH = arm64 CURRENT_PROJECT_VERSION = 1 CURRENT_VARIANT = normal DART_DEFINES = 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_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_SUGGESTED_VALUES = 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 DERIVED_FILES_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources DERIVED_FILE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources DERIVED_SOURCES_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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 = 5RUJNPKGAT 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/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos EAGER_LINKING = NO EFFECTIVE_PLATFORM_NAME = -iphoneos EMBEDDED_CONTENT_CONTAINS_SWIFT = NO EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO ENABLE_APP_SANDBOX = NO ENABLE_BITCODE = NO ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES ENABLE_DEFAULT_SEARCH_PATHS = YES ENABLE_HARDENED_RUNTIME = NO ENABLE_HEADER_DEPENDENCIES = YES ENABLE_ON_DEMAND_RESOURCES = YES ENABLE_STRICT_OBJC_MSGSEND = YES ENABLE_TESTABILITY = YES ENABLE_TESTING_SEARCH_PATHS = NO ENABLE_USER_SCRIPT_SANDBOXING = NO ENTITLEMENTS_ALLOWED = YES ENTITLEMENTS_DESTINATION = Signature ENTITLEMENTS_REQUIRED = NO EXCLUDED_ARCHS = armv7 EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj EXECUTABLES_FOLDER_PATH = Runner.app/Executables EXECUTABLE_FOLDER_PATH = Runner.app EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/MacOS EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app EXECUTABLE_NAME = Runner EXECUTABLE_PATH = Runner.app/Runner EXPANDED_CODE_SIGN_IDENTITY = EXPANDED_CODE_SIGN_IDENTITY_NAME = EXPANDED_PROVISIONING_PROFILE = EXTENSIONS_FOLDER_PATH = Runner.app/Extensions FILE_LIST = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList FIXED_FILES_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles FLUTTER_APPLICATION_PATH = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app FLUTTER_BUILD_DIR = build FLUTTER_BUILD_NAME = 1.0.0 FLUTTER_BUILD_NUMBER = 1 FLUTTER_ROOT = /Users/testUser/flutter FLUTTER_TARGET = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/lib/main.dart FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks FRAMEWORK_FLAG_PREFIX = -framework FRAMEWORK_VERSION = A FULL_PRODUCT_NAME = Runner.app FUSE_BUILD_PHASES = YES FUSE_BUILD_SCRIPT_PHASES = NO GCC3_VERSION = 3.3 GCC_C_LANGUAGE_STANDARD = gnu99 GCC_DYNAMIC_NO_PIC = NO GCC_INLINES_ARE_PRIVATE_EXTERN = YES GCC_NO_COMMON_BLOCKS = YES GCC_OPTIMIZATION_LEVEL = 0 GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++ GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 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/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/GeneratedModuleMaps-iphoneos GENERATE_INFOPLIST_FILE = NO 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/testUser 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 = testUser INSTALL_PATH = /Applications INSTALL_ROOT = /tmp/Runner.dst IPHONEOS_DEPLOYMENT_TARGET = 11.0 JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8 JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub JAVA_ARCHIVE_CLASSES = YES JAVA_ARCHIVE_TYPE = JAR JAVA_COMPILER = /usr/bin/javac JAVA_FOLDER_PATH = Runner.app/Java JAVA_FRAMEWORK_RESOURCES_DIRS = Resources JAVA_JAR_FLAGS = cv JAVA_SOURCE_SUBDIR = . JAVA_USE_DEPENDENCIES = YES JAVA_ZIP_FLAGS = -urg JIKES_DEFAULT_FLAGS = +E +OLDCSO KASAN_CFLAGS_CLASSIC = -DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow KASAN_CFLAGS_TBI = -DKASAN=1 -DKASAN_TBI=1 -fsanitize=kernel-hwaddress -mllvm -hwasan-recover=0 -mllvm -hwasan-instrument-atomics=0 -mllvm -hwasan-instrument-stack=1 -mllvm -hwasan-uar-retag-to-zero=1 -mllvm -hwasan-generate-tags-with-calls=1 -mllvm -hwasan-instrument-with-calls=1 -mllvm -hwasan-use-short-granules=0 -mllvm -hwasan-memory-access-callback-prefix=__asan_ KASAN_DEFAULT_CFLAGS = -DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow KEEP_PRIVATE_EXTERNS = NO LD_DEPENDENCY_INFO_FILE = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat LD_GENERATE_MAP_FILE = NO LD_MAP_FILE_PATH = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt LD_NO_PIE = NO LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks LD_RUNPATH_SEARCH_PATHS_YES = @loader_path/../Frameworks LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Frameworks/Xcode3Core.framework/SharedSupport/Developer LEX = lex LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions LIBRARY_FLAG_NOSPACE = YES LIBRARY_FLAG_PREFIX = -l LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions LINKER_DISPLAYS_MANGLED_NAMES = NO LINK_FILE_LIST_normal_arm64 = LINK_WITH_STANDARD_LIBRARIES = YES LLVM_TARGET_TRIPLE_OS_VERSION = ios11.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 = 22D68 MAC_OS_X_VERSION_ACTUAL = 130201 MAC_OS_X_VERSION_MAJOR = 130000 MAC_OS_X_VERSION_MINOR = 130200 METAL_LIBRARY_FILE_BASE = default METAL_LIBRARY_OUTPUT_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos/Runner.app MODULES_FOLDER_PATH = Runner.app/Modules MODULE_CACHE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex MTL_ENABLE_DEBUG_INFO = YES NATIVE_ARCH = x86_64 NATIVE_ARCH_32_BIT = i386 NATIVE_ARCH_64_BIT = x86_64 NATIVE_ARCH_ACTUAL = x86_64 NO_COMMON = YES OBJECT_FILE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects OBJECT_FILE_DIR_normal = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal OBJROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex ONLY_ACTIVE_ARCH = YES OS = MACOS OSAC = /usr/bin/osacompile PACKAGE_CONFIG = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/.dart_tool/packag e_config.json PACKAGE_TYPE = com.apple.package-type.wrapper.application PASCAL_STRINGS = YES PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/testUser/flutter/bin:/usr/local/bin:/System/Cryp texes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Apple/usr/bin:/L ibrary/Frameworks/Mono.framework/Versions/Current/Commands 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/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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/Frameworks/Xcode3Core.framework/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 = undefined_arch PLATFORM_PRODUCT_BUILD_VERSION = 20C52 PLIST_FILE_OUTPUT_FORMAT = binary PLUGINS_FOLDER_PATH = Runner.app/PlugIns PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES PRECOMP_DESTINATION_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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.test.app.testApptest PRODUCT_BUNDLE_PACKAGE_TYPE = APPL PRODUCT_MODULE_NAME = Runner PRODUCT_NAME = Runner PRODUCT_SETTINGS_PATH = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner/Info.p list PRODUCT_TYPE = com.apple.product-type.application PROFILING_CODE = NO PROJECT = Runner PROJECT_DERIVED_FILE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/DerivedSources PROJECT_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios PROJECT_FILE_PATH = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodep roj PROJECT_NAME = Runner PROJECT_TEMP_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build PROJECT_TEMP_ROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex PROVISIONING_PROFILE_REQUIRED = YES PROVISIONING_PROFILE_REQUIRED_YES_YES = YES PROVISIONING_PROFILE_SUPPORTED = YES PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES REMOVE_CVS_FROM_RESOURCES = YES REMOVE_GIT_FROM_RESOURCES = YES REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES REMOVE_HG_FROM_RESOURCES = YES REMOVE_SVN_FROM_RESOURCES = YES REZ_COLLECTOR_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources REZ_OBJECTS_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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/iPhoneOS16.2.sdk SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk SDK_DIR_iphoneos16_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk SDK_NAME = iphoneos16.2 SDK_NAMES = iphoneos16.2 SDK_PRODUCT_BUILD_VERSION = 20C52 SDK_VERSION = 16.2 SDK_VERSION_ACTUAL = 160200 SDK_VERSION_MAJOR = 160000 SDK_VERSION_MINOR = 160200 SED = /usr/bin/sed SEPARATE_STRIP = NO SEPARATE_SYMBOL_EDIT = NO SET_DIR_MODE_OWNER_GROUP = YES SET_FILE_MODE_OWNER_GROUP = NO SHALLOW_BUNDLE = YES SHALLOW_BUNDLE_TRIPLE = ios SHALLOW_BUNDLE_ios_macabi = NO SHALLOW_BUNDLE_macos = NO SHARED_DERIVED_FILE_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos/DerivedSources SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks SHARED_PRECOMPS_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/PrecompiledHeaders SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport SKIP_INSTALL = NO SOURCE_ROOT = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios SRCROOT = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios STRINGSDATA_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64 STRINGSDATA_ROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build STRINGS_FILE_INFOPLIST_RENAME = YES STRINGS_FILE_OUTPUT_ENCODING = binary STRIP_BITCODE_FROM_COPIED_FILES = NO STRIP_INSTALLED_PRODUCT = YES STRIP_STYLE = all STRIP_SWIFT_SYMBOLS = YES SUPPORTED_DEVICE_FAMILIES = 1,2 SUPPORTED_PLATFORMS = iphonesimulator iphoneos SUPPORTS_MACCATALYST = NO SUPPORTS_ON_DEMAND_RESOURCES = YES SUPPORTS_TEXT_BASED_API = NO SWIFT_EMIT_LOC_STRINGS = NO SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h SWIFT_OPTIMIZATION_LEVEL = -Onone SWIFT_PLATFORM_TARGET_PREFIX = ios SWIFT_VERSION = 5.0 SYMROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/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_EXTENSIONS_FOLDER_PATH = Runner.app/SystemExtensions SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Library/SystemExtensions SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app/SystemExtensions SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions SYSTEM_LIBRARY_DIR = /System/Library TAPI_ENABLE_PROJECT_HEADERS = NO TAPI_VERIFY_MODE = ErrorsOnly TARGETED_DEVICE_FAMILY = 1,2 TARGETNAME = Runner TARGET_BUILD_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos TARGET_NAME = Runner TARGET_TEMP_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build TEMP_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build TEMP_FILES_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build TEMP_FILE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build TEMP_ROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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/iPhoneOS16.2.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 = 502 UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Resources UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app UNSTRIPPED_PRODUCT = NO USER = testUser USER_APPS_DIR = /Users/testUser/Applications USER_LIBRARY_DIR = /Users/testUser/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 VALID_ARCHS = arm64 arm64e armv7 armv7s VERBOSE_PBXCP = NO VERSIONING_SYSTEM = apple-generic VERSIONPLIST_PATH = Runner.app/version.plist VERSION_INFO_BUILDER = testUser 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 = 14C18 XCODE_VERSION_ACTUAL = 1420 XCODE_VERSION_MAJOR = 1400 XCODE_VERSION_MINOR = 1420 XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices YACC = yacc _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO = /Contents _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO = /.. _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO = /Resources __IS_NOT_MACOS = YES __IS_NOT_MACOS_macosx = NO __IS_NOT_SIMULATOR = YES __IS_NOT_SIMULATOR_simulator = NO arch = arm64 variant = normal 2023-03-29 13:50:02.440 xcodebuild[67857:789006] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition [ +43 ms] executing: /usr/bin/plutil -convert xml1 -o - /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner/Info.plist [ +20 ms] Exit code 0 from: /usr/bin/plutil -convert xml1 -o - /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner/Info.plist [ +2 ms] CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName Test App CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName test_app CFBundlePackageType APPL CFBundleShortVersionString $(FLUTTER_BUILD_NAME) CFBundleSignature ???? CFBundleVersion $(FLUTTER_BUILD_NUMBER) LSRequiresIPhoneOS UIApplicationSupportsIndirectInputEvents UILaunchStoryboardName LaunchScreen UIMainStoryboardFile Main UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance [ +29 ms] Building Runner.app for 00008101-000E40C80183001E [ +31 ms] Podfile not found, skipping global platform iOS version migration. [ +22 ms] executing: xattr -r -d com.apple.FinderInfo /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app [ +50 ms] executing: [/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodeproj/] xcrun xcodebuild -project /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination id=00008101-000E40C80183001E -showBuildSettings BUILD_DIR=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios [ +1 ms] executing: [/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodeproj/] xcrun xcodebuild -project /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodeproj -scheme Runner -configuration Debug -destination id=00008101-000E40C80183001E -showBuildSettings BUILD_DIR=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios [+6338 ms] Command line invocation: /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodep roj -scheme Runner -configuration Debug -destination id=00008101-000E40C80183001E -showBuildSettings BUILD_DIR=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/i os User defaults from command line: IDEPackageSupportUseBuiltinSCM = YES Build settings from command line: BUILD_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios Build settings for action build and target Runner: ACTION = build AD_HOC_CODE_SIGNING_ALLOWED = NO ALLOW_TARGET_PLATFORM_SPECIALIZATION = NO ALTERNATE_GROUP = staff ALTERNATE_MODE = u+w,go-w,a+rX ALTERNATE_OWNER = testUser ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO ALWAYS_SEARCH_USER_PATHS = NO ALWAYS_USE_SEPARATE_HEADERMAPS = NO APPLE_INTERNAL_DEVELOPER_DIR = /AppleInternal/Developer APPLE_INTERNAL_DIR = /AppleInternal APPLE_INTERNAL_DOCUMENTATION_DIR = /AppleInternal/Documentation APPLE_INTERNAL_LIBRARY_DIR = /AppleInternal/Library APPLE_INTERNAL_TOOLS = /AppleInternal/Developer/Tools APPLICATION_EXTENSION_API_ONLY = NO APPLY_RULES_IN_COPY_FILES = NO APPLY_RULES_IN_COPY_HEADERS = NO ARCHS = arm64 ARCHS_STANDARD = arm64 ARCHS_STANDARD_32_64_BIT = armv7 arm64 ARCHS_STANDARD_32_BIT = armv7 ARCHS_STANDARD_64_BIT = arm64 ARCHS_STANDARD_INCLUDING_64_BIT = arm64 ARCHS_UNIVERSAL_IPHONE_OS = armv7 arm64 ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon AVAILABLE_PLATFORMS = appletvos appletvsimulator driverkit iphoneos iphonesimulator macosx watchos watchsimulator BITCODE_GENERATION_MODE = marker BUILD_ACTIVE_RESOURCES_ONLY = NO BUILD_COMPONENTS = headers build BUILD_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios BUILD_LIBRARY_FOR_DISTRIBUTION = NO BUILD_ROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Products BUILD_STYLE = BUILD_VARIANTS = normal BUILT_PRODUCTS_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos BUNDLE_CONTENTS_FOLDER_PATH_deep = Contents/ BUNDLE_EXECUTABLE_FOLDER_NAME_deep = MacOS BUNDLE_EXTENSIONS_FOLDER_PATH = Extensions BUNDLE_FORMAT = shallow BUNDLE_FRAMEWORKS_FOLDER_PATH = Frameworks BUNDLE_PLUGINS_FOLDER_PATH = PlugIns BUNDLE_PRIVATE_HEADERS_FOLDER_PATH = PrivateHeaders BUNDLE_PUBLIC_HEADERS_FOLDER_PATH = Headers CACHE_ROOT = /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/C/com.apple.DeveloperTools/14.2-14C18/Xcode CCHROOT = /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/C/com.apple.DeveloperTools/14.2-14C18/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/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses CLEAN_PRECOMPS = YES CLONE_HEADERS = NO COCOAPODS_PARALLEL_CODE_SIGN = true CODESIGNING_FOLDER_PATH = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos/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/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/CompositeSDKs COMPRESS_PNG_FILES = YES CONFIGURATION = Debug CONFIGURATION_BUILD_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos CONFIGURATION_TEMP_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos CONTENTS_FOLDER_PATH = Runner.app CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Contents CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app COPYING_PRESERVES_HFS_DATA = NO COPY_HEADERS_RUN_UNIFDEF = NO COPY_PHASE_STRIP = NO COPY_RESOURCES_FROM_STATIC_FRAMEWORKS = YES CORRESPONDING_SIMULATOR_PLATFORM_DIR = /Applications/Xcode.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/iPhoneSimulator16.2. sdk CORRESPONDING_SIMULATOR_SDK_NAME = iphonesimulator16.2 CP = /bin/cp CREATE_INFOPLIST_SECTION_IN_BINARY = NO CURRENT_ARCH = arm64 CURRENT_PROJECT_VERSION = 1 CURRENT_VARIANT = normal DART_DEFINES = 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_SETTING_NAME = IPHONEOS_DEPLOYMENT_TARGET DEPLOYMENT_TARGET_SUGGESTED_VALUES = 11.0 11.1 11.2 11.3 11.4 12.0 12.1 12.2 12.3 12.4 13.0 13.1 13.2 13.3 13.4 13.5 13.6 14.0 14.1 14.2 14.3 14.4 14.5 14.6 14.7 15.0 15.1 15.2 15.3 15.4 15.5 15.6 16.0 16.1 16.2 DERIVED_FILES_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources DERIVED_FILE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources DERIVED_SOURCES_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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 = 5RUJNPKGAT 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/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos EAGER_LINKING = NO EFFECTIVE_PLATFORM_NAME = -iphoneos EMBEDDED_CONTENT_CONTAINS_SWIFT = NO EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE = NO ENABLE_APP_SANDBOX = NO ENABLE_BITCODE = NO ENABLE_DEFAULT_HEADER_SEARCH_PATHS = YES ENABLE_DEFAULT_SEARCH_PATHS = YES ENABLE_HARDENED_RUNTIME = NO ENABLE_HEADER_DEPENDENCIES = YES ENABLE_ON_DEMAND_RESOURCES = YES ENABLE_STRICT_OBJC_MSGSEND = YES ENABLE_TESTABILITY = YES ENABLE_TESTING_SEARCH_PATHS = NO ENABLE_USER_SCRIPT_SANDBOXING = NO ENTITLEMENTS_ALLOWED = YES ENTITLEMENTS_DESTINATION = Signature ENTITLEMENTS_REQUIRED = NO EXCLUDED_ARCHS = armv7 EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS = .DS_Store .svn .git .hg CVS EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = *.nib *.lproj *.framework *.gch *.xcode* *.xcassets (*) .DS_Store CVS .svn .git .hg *.pbproj *.pbxproj EXECUTABLES_FOLDER_PATH = Runner.app/Executables EXECUTABLE_FOLDER_PATH = Runner.app EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/MacOS EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app EXECUTABLE_NAME = Runner EXECUTABLE_PATH = Runner.app/Runner EXPANDED_CODE_SIGN_IDENTITY = EXPANDED_CODE_SIGN_IDENTITY_NAME = EXPANDED_PROVISIONING_PROFILE = EXTENSIONS_FOLDER_PATH = Runner.app/Extensions FILE_LIST = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList FIXED_FILES_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles FLUTTER_APPLICATION_PATH = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app FLUTTER_BUILD_DIR = build FLUTTER_BUILD_NAME = 1.0.0 FLUTTER_BUILD_NUMBER = 1 FLUTTER_ROOT = /Users/testUser/flutter FLUTTER_TARGET = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/lib/main.dart FRAMEWORKS_FOLDER_PATH = Runner.app/Frameworks FRAMEWORK_FLAG_PREFIX = -framework FRAMEWORK_VERSION = A FULL_PRODUCT_NAME = Runner.app FUSE_BUILD_PHASES = YES FUSE_BUILD_SCRIPT_PHASES = NO GCC3_VERSION = 3.3 GCC_C_LANGUAGE_STANDARD = gnu99 GCC_DYNAMIC_NO_PIC = NO GCC_INLINES_ARE_PRIVATE_EXTERN = YES GCC_NO_COMMON_BLOCKS = YES GCC_OPTIMIZATION_LEVEL = 0 GCC_PFE_FILE_C_DIALECTS = c objective-c c++ objective-c++ GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 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/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/GeneratedModuleMaps-iphoneos GENERATE_INFOPLIST_FILE = NO 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/testUser 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 = testUser INSTALL_PATH = /Applications INSTALL_ROOT = /tmp/Runner.dst IPHONEOS_DEPLOYMENT_TARGET = 11.0 JAVAC_DEFAULT_FLAGS = -J-Xms64m -J-XX:NewSize=4M -J-Dfile.encoding=UTF8 JAVA_APP_STUB = /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub JAVA_ARCHIVE_CLASSES = YES JAVA_ARCHIVE_TYPE = JAR JAVA_COMPILER = /usr/bin/javac JAVA_FOLDER_PATH = Runner.app/Java JAVA_FRAMEWORK_RESOURCES_DIRS = Resources JAVA_JAR_FLAGS = cv JAVA_SOURCE_SUBDIR = . JAVA_USE_DEPENDENCIES = YES JAVA_ZIP_FLAGS = -urg JIKES_DEFAULT_FLAGS = +E +OLDCSO KASAN_CFLAGS_CLASSIC = -DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow KASAN_CFLAGS_TBI = -DKASAN=1 -DKASAN_TBI=1 -fsanitize=kernel-hwaddress -mllvm -hwasan-recover=0 -mllvm -hwasan-instrument-atomics=0 -mllvm -hwasan-instrument-stack=1 -mllvm -hwasan-uar-retag-to-zero=1 -mllvm -hwasan-generate-tags-with-calls=1 -mllvm -hwasan-instrument-with-calls=1 -mllvm -hwasan-use-short-granules=0 -mllvm -hwasan-memory-access-callback-prefix=__asan_ KASAN_DEFAULT_CFLAGS = -DKASAN=1 -DKASAN_CLASSIC=1 -fsanitize=address -mllvm -asan-globals-live-support -mllvm -asan-force-dynamic-shadow KEEP_PRIVATE_EXTERNS = NO LD_DEPENDENCY_INFO_FILE = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner_dependency_info.dat LD_GENERATE_MAP_FILE = NO LD_MAP_FILE_PATH = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-arm64.txt LD_NO_PIE = NO LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER = YES LD_RUNPATH_SEARCH_PATHS = @executable_path/Frameworks LD_RUNPATH_SEARCH_PATHS_YES = @loader_path/../Frameworks LEGACY_DEVELOPER_DIR = /Applications/Xcode.app/Contents/Frameworks/Xcode3Core.framework/SharedSupport/Developer LEX = lex LIBRARY_DEXT_INSTALL_PATH = /Library/DriverExtensions LIBRARY_FLAG_NOSPACE = YES LIBRARY_FLAG_PREFIX = -l LIBRARY_KEXT_INSTALL_PATH = /Library/Extensions LINKER_DISPLAYS_MANGLED_NAMES = NO LINK_FILE_LIST_normal_arm64 = LINK_WITH_STANDARD_LIBRARIES = YES LLVM_TARGET_TRIPLE_OS_VERSION = ios11.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 = 22D68 MAC_OS_X_VERSION_ACTUAL = 130201 MAC_OS_X_VERSION_MAJOR = 130000 MAC_OS_X_VERSION_MINOR = 130200 METAL_LIBRARY_FILE_BASE = default METAL_LIBRARY_OUTPUT_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos/Runner.app MODULES_FOLDER_PATH = Runner.app/Modules MODULE_CACHE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex MTL_ENABLE_DEBUG_INFO = YES NATIVE_ARCH = x86_64 NATIVE_ARCH_32_BIT = i386 NATIVE_ARCH_64_BIT = x86_64 NATIVE_ARCH_ACTUAL = x86_64 NO_COMMON = YES OBJECT_FILE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects OBJECT_FILE_DIR_normal = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal OBJROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex ONLY_ACTIVE_ARCH = YES OS = MACOS OSAC = /usr/bin/osacompile PACKAGE_CONFIG = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/.dart_tool/packag e_config.json PACKAGE_TYPE = com.apple.package-type.wrapper.application PASCAL_STRINGS = YES PATH = /Applications/Xcode.app/Contents/Developer/usr/bin:/Users/testUser/flutter/bin:/usr/local/bin:/System/Cryp texes/App/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:~/.dotnet/tools:/Library/Apple/usr/bin:/L ibrary/Frameworks/Mono.framework/Versions/Current/Commands 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/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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/Frameworks/Xcode3Core.framework/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 = undefined_arch PLATFORM_PRODUCT_BUILD_VERSION = 20C52 PLIST_FILE_OUTPUT_FORMAT = binary PLUGINS_FOLDER_PATH = Runner.app/PlugIns PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR = YES PRECOMP_DESTINATION_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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.test.app.testApptest PRODUCT_BUNDLE_PACKAGE_TYPE = APPL PRODUCT_MODULE_NAME = Runner PRODUCT_NAME = Runner PRODUCT_SETTINGS_PATH = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner/Info.p list PRODUCT_TYPE = com.apple.product-type.application PROFILING_CODE = NO PROJECT = Runner PROJECT_DERIVED_FILE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/DerivedSources PROJECT_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios PROJECT_FILE_PATH = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner.xcodep roj PROJECT_NAME = Runner PROJECT_TEMP_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build PROJECT_TEMP_ROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex PROVISIONING_PROFILE_REQUIRED = YES PROVISIONING_PROFILE_REQUIRED_YES_YES = YES PROVISIONING_PROFILE_SUPPORTED = YES PUBLIC_HEADERS_FOLDER_PATH = Runner.app/Headers RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS = YES REMOVE_CVS_FROM_RESOURCES = YES REMOVE_GIT_FROM_RESOURCES = YES REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES = YES REMOVE_HG_FROM_RESOURCES = YES REMOVE_SVN_FROM_RESOURCES = YES REZ_COLLECTOR_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources REZ_OBJECTS_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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/iPhoneOS16.2.sdk SDK_DIR = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk SDK_DIR_iphoneos16_2 = /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk SDK_NAME = iphoneos16.2 SDK_NAMES = iphoneos16.2 SDK_PRODUCT_BUILD_VERSION = 20C52 SDK_VERSION = 16.2 SDK_VERSION_ACTUAL = 160200 SDK_VERSION_MAJOR = 160000 SDK_VERSION_MINOR = 160200 SED = /usr/bin/sed SEPARATE_STRIP = NO SEPARATE_SYMBOL_EDIT = NO SET_DIR_MODE_OWNER_GROUP = YES SET_FILE_MODE_OWNER_GROUP = NO SHALLOW_BUNDLE = YES SHALLOW_BUNDLE_TRIPLE = ios SHALLOW_BUNDLE_ios_macabi = NO SHALLOW_BUNDLE_macos = NO SHARED_DERIVED_FILE_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos/DerivedSources SHARED_FRAMEWORKS_FOLDER_PATH = Runner.app/SharedFrameworks SHARED_PRECOMPS_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/PrecompiledHeaders SHARED_SUPPORT_FOLDER_PATH = Runner.app/SharedSupport SKIP_INSTALL = NO SOURCE_ROOT = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios SRCROOT = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios STRINGSDATA_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64 STRINGSDATA_ROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build STRINGS_FILE_INFOPLIST_RENAME = YES STRINGS_FILE_OUTPUT_ENCODING = binary STRIP_BITCODE_FROM_COPIED_FILES = NO STRIP_INSTALLED_PRODUCT = YES STRIP_STYLE = all STRIP_SWIFT_SYMBOLS = YES SUPPORTED_DEVICE_FAMILIES = 1,2 SUPPORTED_PLATFORMS = iphonesimulator iphoneos SUPPORTS_MACCATALYST = NO SUPPORTS_ON_DEMAND_RESOURCES = YES SUPPORTS_TEXT_BASED_API = NO SWIFT_EMIT_LOC_STRINGS = NO SWIFT_OBJC_BRIDGING_HEADER = Runner/Runner-Bridging-Header.h SWIFT_OPTIMIZATION_LEVEL = -Onone SWIFT_PLATFORM_TARGET_PREFIX = ios SWIFT_VERSION = 5.0 SYMROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/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_EXTENSIONS_FOLDER_PATH = Runner.app/SystemExtensions SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Library/SystemExtensions SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app/SystemExtensions SYSTEM_KEXT_INSTALL_PATH = /System/Library/Extensions SYSTEM_LIBRARY_DIR = /System/Library TAPI_ENABLE_PROJECT_HEADERS = NO TAPI_VERIFY_MODE = ErrorsOnly TARGETED_DEVICE_FAMILY = 1,2 TARGETNAME = Runner TARGET_BUILD_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-i phoneos TARGET_NAME = Runner TARGET_TEMP_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build TEMP_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build TEMP_FILES_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build TEMP_FILE_DIR = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.noindex/Runner.build/Debug-iphoneos/Runner.build TEMP_ROOT = /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-guvnztaqlnyhrhdyilcjegvyliqf/Build/Intermediate s.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/iPhoneOS16.2.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 = 502 UNLOCALIZED_RESOURCES_FOLDER_PATH = Runner.app UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO = Runner.app/Resources UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES = Runner.app UNSTRIPPED_PRODUCT = NO USER = testUser USER_APPS_DIR = /Users/testUser/Applications USER_LIBRARY_DIR = /Users/testUser/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 VALID_ARCHS = arm64 arm64e armv7 armv7s VERBOSE_PBXCP = NO VERSIONING_SYSTEM = apple-generic VERSIONPLIST_PATH = Runner.app/version.plist VERSION_INFO_BUILDER = testUser 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 = 14C18 XCODE_VERSION_ACTUAL = 1420 XCODE_VERSION_MAJOR = 1400 XCODE_VERSION_MINOR = 1420 XPCSERVICES_FOLDER_PATH = Runner.app/XPCServices YACC = yacc _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO = /Contents _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO = /.. _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO = /Resources __IS_NOT_MACOS = YES __IS_NOT_MACOS_macosx = NO __IS_NOT_SIMULATOR = YES __IS_NOT_SIMULATOR_simulator = NO arch = arm64 variant = normal 2023-03-29 13:50:08.978 xcodebuild[67900:789245] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition [ +15 ms] Automatically signing iOS for device deployment using specified development team in Xcode project: 5RUJNPKGAT [ +63 ms] executing: /usr/bin/plutil -convert xml1 -o - /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner/Info.plist [ +18 ms] Exit code 0 from: /usr/bin/plutil -convert xml1 -o - /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/Runner/Info.plist [ ] CADisableMinimumFrameDurationOnPhone CFBundleDevelopmentRegion $(DEVELOPMENT_LANGUAGE) CFBundleDisplayName Test App CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier $(PRODUCT_BUNDLE_IDENTIFIER) CFBundleInfoDictionaryVersion 6.0 CFBundleName test_app CFBundlePackageType APPL CFBundleShortVersionString $(FLUTTER_BUILD_NAME) CFBundleSignature ???? CFBundleVersion $(FLUTTER_BUILD_NUMBER) LSRequiresIPhoneOS UIApplicationSupportsIndirectInputEvents UILaunchStoryboardName LaunchScreen UIMainStoryboardFile Main UISupportedInterfaceOrientations UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad UIInterfaceOrientationPortrait UIInterfaceOrientationPortraitUpsideDown UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight UIViewControllerBasedStatusBarAppearance [ +12 ms] executing: mkfifo /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/pipe_to_stdout [ +10 ms] Exit code 0 from: mkfifo /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/pipe_to_stdout [ +3 ms] Running Xcode build... [ +1 ms] executing: [/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios/] xcrun xcodebuild -configuration Debug VERBOSE_SCRIPT_LOGGING=YES -workspace Runner.xcworkspace -scheme Runner BUILD_DIR=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios -sdk iphoneos -destination id=00008101-000E40C80183001E ONLY_ACTIVE_ARCH=YES ARCHS=arm64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/pipe_to_ stdout -resultBundlePath /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/temporary_xcresult_bundle -resultBundleVersion 3 FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO [+26071 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/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ ios -sdk iphoneos -destination id=00008101-000E40C80183001E ONLY_ACTIVE_ARCH=YES ARCHS=arm64 SCRIPT_OUTPUT_STREAM_FILE=/var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_buil d_temp_dirNYRAlY/pipe_to_stdout -resultBundlePath /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/temporary _xcresult_bundle -resultBundleVersion 3 FLUTTER_SUPPRESS_ANALYTICS=true COMPILER_INDEX_STORE_ENABLE=NO User defaults from command line: IDEBuildOperationResultBundlePath = /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/temporary _xcresult_bundle IDEPackageSupportUseBuiltinSCM = YES IDERequestedResultBundleFormatVersion = 3 Build settings from command line: ARCHS = arm64 BUILD_DIR = /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios COMPILER_INDEX_STORE_ENABLE = NO FLUTTER_SUPPRESS_ANALYTICS = true ONLY_ACTIVE_ARCH = YES SCRIPT_OUTPUT_STREAM_FILE = /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/pipe_to_s tdout SDKROOT = iphoneos16.2 VERBOSE_SCRIPT_LOGGING = YES Writing result bundle at path: /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/temporary_xc result_bundle Prepare packages Computing target dependency graph and provisioning inputs Create build description Build description signature: 4a0edce382f49c6cc446487614f31766 Build description path: /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/XCBuildData/4a0edce382f49c6cc446487614f31766-desc.xcbuild note: Building targets in dependency order CreateBuildDirectory /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios builtin-create-build-directory /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex CreateBuildDirectory /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Products cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios builtin-create-build-directory /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Products CreateBuildDirectory /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-ipho neos cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios builtin-create-build-directory /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug- iphoneos CreateBuildDirectory /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/EagerLinkingTBDs cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios builtin-create-build-directory /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/EagerLinkingTBDs note: Run script build phase 'Run Script' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner') note: Run script build phase 'Thin Binary' will be run during every build because the option to run the script phase "Based on dependency analysis" is unchecked. (in target 'Runner' from project 'Runner') MkDir /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-ipho neos/Runner.app (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios /bin/mkdir -p /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug- iphoneos/Runner.app ProcessProductPackaging /Users/testUser/Library/MobileDevice/Provisioning\ Profiles/7b813a36-7264-48a1-8016-601ec597057c.mobileprovision /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-ipho neos/Runner.app/embedded.mobileprovision (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios builtin-productPackagingUtility /Users/testUser/Library/MobileDevice/Provisioning\ Profiles/7b813a36-7264-48a1-8016-601ec597057c.mobileprovision -o /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug- iphoneos/Runner.app/embedded.mobileprovision WriteAuxiliaryFile /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios write-file /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources/Entitlements.plist ProcessProductPackaging "" /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios Entitlements: { "application-identifier" = "5RUJNPKGAT.com.test.app.testApptest"; "com.apple.developer.team-identifier" = 5RUJNPKGAT; "get-task-allow" = 1; } builtin-productPackagingUtility -entitlements -format xml -o /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent ProcessProductPackagingDER /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent.der (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios /usr/bin/derq query -f xml -i /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent -o /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.app.xcent.der --raw WriteAuxiliaryFile /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios write-file /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner.hmap WriteAuxiliaryFile /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios write-file /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-project-headers.hmap WriteAuxiliaryFile /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios write-file /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/all-product-headers.yaml WriteAuxiliaryFile /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios write-file /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-generated-files.hmap WriteAuxiliaryFile /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios write-file /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-target-headers.hmap WriteAuxiliaryFile /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios write-file /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-own-target-headers.hmap WriteAuxiliaryFile /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios write-file /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-all-non-framework-target-headers.hmap WriteAuxiliaryFile /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios write-file /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh PhaseScriptExecution Run\ Script /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates.n oindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh (in target 'Runner' from project 'Runner') cd /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios export ACTION\=build export AD_HOC_CODE_SIGNING_ALLOWED\=NO export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO export ALTERNATE_GROUP\=staff export ALTERNATE_MODE\=u+w,go-w,a+rX export ALTERNATE_OWNER\=testUser export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=NO export ALWAYS_SEARCH_USER_PATHS\=NO export ALWAYS_USE_SEPARATE_HEADERMAPS\=NO export APPLE_INTERNAL_DEVELOPER_DIR\=/AppleInternal/Developer export APPLE_INTERNAL_DIR\=/AppleInternal export APPLE_INTERNAL_DOCUMENTATION_DIR\=/AppleInternal/Documentation export APPLE_INTERNAL_LIBRARY_DIR\=/AppleInternal/Library export APPLE_INTERNAL_TOOLS\=/AppleInternal/Developer/Tools export APPLICATION_EXTENSION_API_ONLY\=NO export APPLY_RULES_IN_COPY_FILES\=NO export APPLY_RULES_IN_COPY_HEADERS\=NO export ARCHS\=arm64 export ARCHS_STANDARD\=arm64 export ARCHS_STANDARD_32_64_BIT\=armv7\ arm64 export ARCHS_STANDARD_32_BIT\=armv7 export ARCHS_STANDARD_64_BIT\=arm64 export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64 export ARCHS_UNIVERSAL_IPHONE_OS\=armv7\ arm64 export ASSETCATALOG_COMPILER_APPICON_NAME\=AppIcon export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL\=iPad13,18 export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION\=16.3.1 export ASSETCATALOG_FILTER_FOR_THINNING_DEVICE_CONFIGURATION\=iPad13,18 export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator export AppIdentifierPrefix\=5RUJNPKGAT. export BITCODE_GENERATION_MODE\=marker export BUILD_ACTIVE_RESOURCES_ONLY\=YES export BUILD_COMPONENTS\=headers\ build export BUILD_DIR\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build /ios export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO export BUILD_ROOT\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build /Products export BUILD_STYLE\= export BUILD_VARIANTS\=normal export BUILT_PRODUCTS_DIR\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_ app/build/ios/Debug-iphoneos export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/ export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS export BUNDLE_EXTENSIONS_FOLDER_PATH\=Extensions export BUNDLE_FORMAT\=shallow export BUNDLE_FRAMEWORKS_FOLDER_PATH\=Frameworks export BUNDLE_PLUGINS_FOLDER_PATH\=PlugIns export BUNDLE_PRIVATE_HEADERS_FOLDER_PATH\=PrivateHeaders export BUNDLE_PUBLIC_HEADERS_FOLDER_PATH\=Headers export CACHE_ROOT\=/var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/C/com.apple.DeveloperTools/14.2-14C18/Xcode export CCHROOT\=/var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/C/com.apple.DeveloperTools/14.2-14C18/Xcode export CHMOD\=/bin/chmod export CHOWN\=/usr/sbin/chown export CLANG_ANALYZER_NONNULL\=YES export CLANG_CXX_LANGUAGE_STANDARD\=gnu++0x export CLANG_CXX_LIBRARY\=libc++ export CLANG_ENABLE_MODULES\=YES export CLANG_ENABLE_OBJC_ARC\=YES export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/testUser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex /Session.modulevalidation export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING\=YES export CLANG_WARN_BOOL_CONVERSION\=YES export CLANG_WARN_COMMA\=YES export CLANG_WARN_CONSTANT_CONVERSION\=YES export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS\=YES export CLANG_WARN_DIRECT_OBJC_ISA_USAGE\=YES_ERROR export CLANG_WARN_EMPTY_BODY\=YES export CLANG_WARN_ENUM_CONVERSION\=YES export CLANG_WARN_INFINITE_RECURSION\=YES export CLANG_WARN_INT_CONVERSION\=YES export CLANG_WARN_NON_LITERAL_NULL_CONVERSION\=YES export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF\=YES export CLANG_WARN_OBJC_LITERAL_CONVERSION\=YES export CLANG_WARN_OBJC_ROOT_CLASS\=YES_ERROR export CLANG_WARN_RANGE_LOOP_ANALYSIS\=YES export CLANG_WARN_STRICT_PROTOTYPES\=YES export CLANG_WARN_SUSPICIOUS_MOVE\=YES export CLANG_WARN_UNREACHABLE_CODE\=YES export CLANG_WARN__DUPLICATE_METHOD_MATCH\=YES export CLASS_FILE_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/B uild/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses export CLEAN_PRECOMPS\=YES export CLONE_HEADERS\=NO export COCOAPODS_PARALLEL_CODE_SIGN\=true export CODESIGNING_FOLDER_PATH\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/ test_app/build/ios/Debug-iphoneos/Runner.app export CODE_SIGNING_ALLOWED\=YES export CODE_SIGNING_REQUIRED\=YES export CODE_SIGN_CONTEXT_CLASS\=XCiPhoneOSCodeSignContext export CODE_SIGN_IDENTITY\=iPhone\ Developer export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES export COLOR_DIAGNOSTICS\=NO export COMBINE_HIDPI_IMAGES\=NO export COMPILER_INDEX_STORE_ENABLE\=NO export COMPOSITE_SDK_DIRS\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcj ev/Build/Intermediates.noindex/CompositeSDKs export COMPRESS_PNG_FILES\=YES export CONFIGURATION\=Debug export CONFIGURATION_BUILD_DIR\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/ test_app/build/ios/Debug-iphoneos export CONFIGURATION_TEMP_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjc yxcjev/Build/Intermediates.noindex/Runner.build/Debug-iphoneos export CONTENTS_FOLDER_PATH\=Runner.app export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=Runner.app/Contents export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=Runner.app export COPYING_PRESERVES_HFS_DATA\=NO export COPY_HEADERS_RUN_UNIFDEF\=NO export COPY_PHASE_STRIP\=NO export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS\=YES export CORRESPONDING_SIMULATOR_PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platf orm export CORRESPONDING_SIMULATOR_PLATFORM_NAME\=iphonesimulator export CORRESPONDING_SIMULATOR_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/D eveloper/SDKs/iPhoneSimulator16.2.sdk export CORRESPONDING_SIMULATOR_SDK_NAME\=iphonesimulator16.2 export CP\=/bin/cp export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO export CURRENT_ARCH\=undefined_arch export CURRENT_PROJECT_VERSION\=1 export CURRENT_VARIANT\=normal export DART_DEFINES\=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ\=\= export DART_OBFUSCATION\=false export DEAD_CODE_STRIPPING\=YES export DEBUGGING_SYMBOLS\=YES export DEBUG_INFORMATION_FORMAT\=dwarf export DEFAULT_COMPILER\=com.apple.compilers.llvm.clang.1_0 export DEFAULT_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions export DEFAULT_KEXT_INSTALL_PATH\=/System/Library/Extensions export DEFINES_MODULE\=NO export DEPLOYMENT_LOCATION\=NO export DEPLOYMENT_POSTPROCESSING\=NO export DEPLOYMENT_TARGET_SETTING_NAME\=IPHONEOS_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_SUGGESTED_VALUES\=11.0\ 11.1\ 11.2\ 11.3\ 11.4\ 12.0\ 12.1\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 13.3\ 13.4\ 13.5\ 13.6\ 14.0\ 14.1\ 14.2\ 14.3\ 14.4\ 14.5\ 14.6\ 14.7\ 15.0\ 15.1\ 15.2\ 15.3\ 15.4\ 15.5\ 15.6\ 16.0\ 16.1\ 16.2 export DERIVED_FILES_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcje v/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVED_FILE_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev /Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVED_SOURCES_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxc jev/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER\=NO export DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications export DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer export DEVELOPER_FRAMEWORKS_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_FRAMEWORKS_DIR_QUOTED\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Library export DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs export DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Tools export DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr export DEVELOPMENT_LANGUAGE\=en export DEVELOPMENT_TEAM\=5RUJNPKGAT export DOCUMENTATION_FOLDER_PATH\=Runner.app/en.lproj/Documentation export DONT_GENERATE_INFOPLIST_FILE\=NO export DO_HEADER_SCANNING_IN_JAM\=NO export DSTROOT\=/tmp/Runner.dst export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export DWARF_DSYM_FILE_NAME\=Runner.app.dSYM export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO export DWARF_DSYM_FOLDER_PATH\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/t est_app/build/ios/Debug-iphoneos export DYNAMIC_LIBRARY_EXTENSION\=dylib export EAGER_LINKING\=NO export EFFECTIVE_PLATFORM_NAME\=-iphoneos export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO export EMBEDDED_PROFILE_NAME\=embedded.mobileprovision export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO export ENABLE_APP_SANDBOX\=NO export ENABLE_BITCODE\=NO export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES export ENABLE_DEFAULT_SEARCH_PATHS\=YES export ENABLE_HARDENED_RUNTIME\=NO export ENABLE_HEADER_DEPENDENCIES\=YES export ENABLE_ON_DEMAND_RESOURCES\=YES export ENABLE_PREVIEWS\=NO export ENABLE_STRICT_OBJC_MSGSEND\=YES export ENABLE_TESTABILITY\=YES export ENABLE_TESTING_SEARCH_PATHS\=NO export ENABLE_USER_SCRIPT_SANDBOXING\=NO export ENTITLEMENTS_ALLOWED\=YES export ENTITLEMENTS_DESTINATION\=Signature export ENTITLEMENTS_REQUIRED\=NO export EXCLUDED_ARCHS\=armv7 export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS\=.DS_Store\ .svn\ .git\ .hg\ CVS export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES\=\*.nib\ \*.lproj\ \*.framework\ \*.gch\ \*.xcode\*\ \*.xcassets\ \(\*\)\ .DS_Store\ CVS\ .svn\ .git\ .hg\ \*.pbproj\ \*.pbxproj export EXECUTABLES_FOLDER_PATH\=Runner.app/Executables export EXECUTABLE_FOLDER_PATH\=Runner.app export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO\=Runner.app/MacOS export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES\=Runner.app export EXECUTABLE_NAME\=Runner export EXECUTABLE_PATH\=Runner.app/Runner export EXPANDED_CODE_SIGN_IDENTITY\=84C555D4B269BED48D972A57594A968827A8919C export EXPANDED_CODE_SIGN_IDENTITY_NAME\=Apple\ Development:\ dev@iu.edu.sa\ \(8Z6FNZ827F\) export EXPANDED_PROVISIONING_PROFILE\=7b813a36-7264-48a1-8016-601ec597057c export EXTENSIONS_FOLDER_PATH\=Runner.app/Extensions export FILE_LIST\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/ Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList export FIXED_FILES_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/ Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles export FLUTTER_APPLICATION_PATH\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop /test_app export FLUTTER_BUILD_DIR\=build export FLUTTER_BUILD_NAME\=1.0.0 export FLUTTER_BUILD_NUMBER\=1 export FLUTTER_ROOT\=/Users/testUser/flutter export FLUTTER_SUPPRESS_ANALYTICS\=true export FLUTTER_TARGET\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ lib/main.dart export FRAMEWORKS_FOLDER_PATH\=Runner.app/Frameworks export FRAMEWORK_FLAG_PREFIX\=-framework export FRAMEWORK_SEARCH_PATHS\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/t est_app/build/ios/Debug-iphoneos\ export FRAMEWORK_VERSION\=A export FULL_PRODUCT_NAME\=Runner.app export FUSE_BUILD_PHASES\=YES export FUSE_BUILD_SCRIPT_PHASES\=NO export GCC3_VERSION\=3.3 export GCC_C_LANGUAGE_STANDARD\=gnu99 export GCC_DYNAMIC_NO_PIC\=NO export GCC_INLINES_ARE_PRIVATE_EXTERN\=YES export GCC_NO_COMMON_BLOCKS\=YES export GCC_OPTIMIZATION_LEVEL\=0 export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++ export GCC_PREPROCESSOR_DEFINITIONS\=DEBUG\=1\ export GCC_SYMBOLS_PRIVATE_EXTERN\=NO export GCC_THUMB_SUPPORT\=YES export GCC_TREAT_WARNINGS_AS_ERRORS\=NO export GCC_VERSION\=com.apple.compilers.llvm.clang.1_0 export GCC_VERSION_IDENTIFIER\=com_apple_compilers_llvm_clang_1_0 export GCC_WARN_64_TO_32_BIT_CONVERSION\=YES export GCC_WARN_ABOUT_RETURN_TYPE\=YES_ERROR export GCC_WARN_UNDECLARED_SELECTOR\=YES export GCC_WARN_UNINITIALIZED_AUTOS\=YES_AGGRESSIVE export GCC_WARN_UNUSED_FUNCTION\=YES export GCC_WARN_UNUSED_VARIABLE\=YES export GENERATED_MODULEMAP_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppj cyxcjev/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos export GENERATE_INFOPLIST_FILE\=NO export GENERATE_MASTER_OBJECT_FILE\=NO export GENERATE_PKGINFO_FILE\=YES export GENERATE_PROFILING_CODE\=NO export GENERATE_TEXT_BASED_STUBS\=NO export GID\=20 export GROUP\=staff export HEADERMAP_INCLUDES_FLAT_ENTRIES_FOR_TARGET_BEING_BUILT\=YES export HEADERMAP_INCLUDES_FRAMEWORK_ENTRIES_FOR_ALL_PRODUCT_TYPES\=YES export HEADERMAP_INCLUDES_NONPUBLIC_NONPRIVATE_HEADERS\=YES export HEADERMAP_INCLUDES_PROJECT_HEADERS\=YES export HEADERMAP_USES_FRAMEWORK_PREFIX_ENTRIES\=YES export HEADERMAP_USES_VFS\=NO export HEADER_SEARCH_PATHS\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test _app/build/ios/Debug-iphoneos/include\ export HIDE_BITCODE_SYMBOLS\=YES export HOME\=/Users/testUser export HOST_PLATFORM\=macosx export ICONV\=/usr/bin/iconv export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES export INFOPLIST_FILE\=Runner/Info.plist export INFOPLIST_OUTPUT_FORMAT\=binary export INFOPLIST_PATH\=Runner.app/Info.plist export INFOPLIST_PREPROCESS\=NO export INFOSTRINGS_PATH\=Runner.app/en.lproj/InfoPlist.strings export INLINE_PRIVATE_FRAMEWORKS\=NO export INSTALLHDRS_COPY_PHASE\=NO export INSTALLHDRS_SCRIPT_PHASE\=NO export INSTALL_DIR\=/tmp/Runner.dst/Applications export INSTALL_GROUP\=staff export INSTALL_MODE_FLAG\=u+w,go-w,a+rX export INSTALL_OWNER\=testUser export INSTALL_PATH\=/Applications export INSTALL_ROOT\=/tmp/Runner.dst export IPHONEOS_DEPLOYMENT_TARGET\=11.0 export JAVAC_DEFAULT_FLAGS\=-J-Xms64m\ -J-XX:NewSize\=4M\ -J-Dfile.encoding\=UTF8 export JAVA_APP_STUB\=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub export JAVA_ARCHIVE_CLASSES\=YES export JAVA_ARCHIVE_TYPE\=JAR export JAVA_COMPILER\=/usr/bin/javac export JAVA_FOLDER_PATH\=Runner.app/Java export JAVA_FRAMEWORK_RESOURCES_DIRS\=Resources export JAVA_JAR_FLAGS\=cv export JAVA_SOURCE_SUBDIR\=. export JAVA_USE_DEPENDENCIES\=YES export JAVA_ZIP_FLAGS\=-urg export JIKES_DEFAULT_FLAGS\=+E\ +OLDCSO export KASAN_CFLAGS_CLASSIC\=-DKASAN\=1\ -DKASAN_CLASSIC\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow export KASAN_CFLAGS_TBI\=-DKASAN\=1\ -DKASAN_TBI\=1\ -fsanitize\=kernel-hwaddress\ -mllvm\ -hwasan-recover\=0\ -mllvm\ -hwasan-instrument-atomics\=0\ -mllvm\ -hwasan-instrument-stack\=1\ -mllvm\ -hwasan-uar-retag-to-zero\=1\ -mllvm\ -hwasan-generate-tags-with-calls\=1\ -mllvm\ -hwasan-instrument-with-calls\=1\ -mllvm\ -hwasan-use-short-granules\=0\ \ -mllvm\ -hwasan-memory-access-callback-prefix\=__asan_ export KASAN_DEFAULT_CFLAGS\=-DKASAN\=1\ -DKASAN_CLASSIC\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow export KEEP_PRIVATE_EXTERNS\=NO export LD_DEPENDENCY_INFO_FILE\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppj cyxcjev/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runne r_dependency_info.dat export LD_GENERATE_MAP_FILE\=NO export LD_MAP_FILE_PATH\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev /Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt export LD_NO_PIE\=NO export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES export LD_RUNPATH_SEARCH_PATHS\=\ @executable_path/Frameworks export LD_RUNPATH_SEARCH_PATHS_YES\=@loader_path/../Frameworks export LEGACY_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Devel oper export LEX\=lex export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions export LIBRARY_FLAG_NOSPACE\=YES export LIBRARY_FLAG_PREFIX\=-l export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions export LIBRARY_SEARCH_PATHS\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/tes t_app/build/ios/Debug-iphoneos\ export LINKER_DISPLAYS_MANGLED_NAMES\=NO export LINK_FILE_LIST_normal_arm64\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkv xppjcyxcjev/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.Lin kFileList export LINK_OBJC_RUNTIME\=YES export LINK_WITH_STANDARD_LIBRARIES\=YES export LLVM_TARGET_TRIPLE_OS_VERSION\=ios11.0 export LLVM_TARGET_TRIPLE_VENDOR\=apple export LOCALIZATION_EXPORT_SUPPORTED\=YES export LOCALIZED_RESOURCES_FOLDER_PATH\=Runner.app/en.lproj export LOCALIZED_STRING_MACRO_NAMES\=NSLocalizedString\ CFCopyLocalizedString export LOCALIZED_STRING_SWIFTUI_SUPPORT\=YES export LOCAL_ADMIN_APPS_DIR\=/Applications/Utilities export LOCAL_APPS_DIR\=/Applications export LOCAL_DEVELOPER_DIR\=/Library/Developer export LOCAL_LIBRARY_DIR\=/Library export LOCROOT\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios export LOCSYMROOT\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios export MACH_O_TYPE\=mh_execute export MAC_OS_X_PRODUCT_BUILD_VERSION\=22D68 export MAC_OS_X_VERSION_ACTUAL\=130201 export MAC_OS_X_VERSION_MAJOR\=130000 export MAC_OS_X_VERSION_MINOR\=130200 export METAL_LIBRARY_FILE_BASE\=default export METAL_LIBRARY_OUTPUT_DIR\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop /test_app/build/ios/Debug-iphoneos/Runner.app export MODULES_FOLDER_PATH\=Runner.app/Modules export MODULE_CACHE_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/ModuleCache.noindex export MTL_ENABLE_DEBUG_INFO\=YES export NATIVE_ARCH\=x86_64 export NATIVE_ARCH_32_BIT\=i386 export NATIVE_ARCH_64_BIT\=x86_64 export NATIVE_ARCH_ACTUAL\=x86_64 export NO_COMMON\=YES export OBJECT_FILE_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/ Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects export OBJECT_FILE_DIR_normal\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjc yxcjev/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal export OBJROOT\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/In termediates.noindex export ONLY_ACTIVE_ARCH\=YES export OS\=MACOS export OSAC\=/usr/bin/osacompile export PACKAGE_CONFIG\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ .dart_tool/package_config.json export PACKAGE_TYPE\=com.apple.package-type.wrapper.application export PASCAL_STRINGS\=YES export PATH\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode .app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/appleinternal/bin:/Applications/Xcode.app/Conten ts/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolch ains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform /usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/appleinternal/bin:/Applicati ons/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Deve loper/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneO S.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Co ntents/Developer/usr/local/bin:/Users/testUser/flutter/bin:/usr/local/bin:/System/Cryptexes/App/usr/bin:/ usr/bin:/bin:/usr/sbin:/sbin:/usr/local/share/dotnet:/Library/Apple/usr/bin:/Library/Frameworks/Mono.framework/V ersions/Current/Commands export PATH_PREFIXES_EXCLUDED_FROM_HEADER_DEPENDENCIES\=/usr/include\ /usr/local/include\ /System/Library/Frameworks\ /System/Library/PrivateFrameworks\ /Applications/Xcode.app/Contents/Developer/Headers\ /Applications/Xcode.app/Contents/Developer/SDKs\ /Applications/Xcode.app/Contents/Developer/Platforms export PBDEVELOPMENTPLIST_PATH\=Runner.app/pbdevelopment.plist export PER_ARCH_OBJECT_FILE_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxpp jcyxcjev/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch export PER_VARIANT_OBJECT_FILE_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkv xppjcyxcjev/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal export PKGINFO_FILE_PATH\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcje v/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo export PKGINFO_PATH\=Runner.app/PkgInfo export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Deve loper/Applications export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr /bin export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer /Library export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDK s export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/T ools export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr export PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform export PLATFORM_DISPLAY_NAME\=iOS export PLATFORM_FAMILY_NAME\=iOS export PLATFORM_NAME\=iphoneos export PLATFORM_PREFERRED_ARCH\=arm64 export PLATFORM_PRODUCT_BUILD_VERSION\=20C52 export PLIST_FILE_OUTPUT_FORMAT\=binary export PLUGINS_FOLDER_PATH\=Runner.app/PlugIns export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES export PRECOMP_DESTINATION_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppj cyxcjev/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO export PRIVATE_HEADERS_FOLDER_PATH\=Runner.app/PrivateHeaders export PRODUCT_BUNDLE_IDENTIFIER\=com.test.app.testApptest export PRODUCT_BUNDLE_PACKAGE_TYPE\=APPL export PRODUCT_MODULE_NAME\=Runner export PRODUCT_NAME\=Runner export PRODUCT_SETTINGS_PATH\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/te st_app/ios/Runner/Info.plist export PRODUCT_TYPE\=com.apple.product-type.application export PROFILING_CODE\=NO export PROJECT\=Runner export PROJECT_DERIVED_FILE_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxpp jcyxcjev/Build/Intermediates.noindex/Runner.build/DerivedSources export PROJECT_DIR\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios export PROJECT_FILE_PATH\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_a pp/ios/Runner.xcodeproj export PROJECT_NAME\=Runner export PROJECT_TEMP_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev /Build/Intermediates.noindex/Runner.build export PROJECT_TEMP_ROOT\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcje v/Build/Intermediates.noindex export PROVISIONING_PROFILE_REQUIRED\=YES export PROVISIONING_PROFILE_REQUIRED_YES_YES\=YES export PROVISIONING_PROFILE_SUPPORTED\=YES export PUBLIC_HEADERS_FOLDER_PATH\=Runner.app/Headers export RECOMMENDED_IPHONEOS_DEPLOYMENT_TARGET\=12.5 export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS\=YES export REMOVE_CVS_FROM_RESOURCES\=YES export REMOVE_GIT_FROM_RESOURCES\=YES export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES\=YES export REMOVE_HG_FROM_RESOURCES\=YES export REMOVE_SVN_FROM_RESOURCES\=YES export REZ_COLLECTOR_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcje v/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources export REZ_OBJECTS_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/ Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects export REZ_SEARCH_PATHS\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_ap p/build/ios/Debug-iphoneos\ export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO export SCRIPTS_FOLDER_PATH\=Runner.app/Scripts export SCRIPT_INPUT_FILE_COUNT\=0 export SCRIPT_INPUT_FILE_LIST_COUNT\=0 export SCRIPT_OUTPUT_FILE_COUNT\=0 export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0 export SCRIPT_OUTPUT_STREAM_FILE\=/var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_bui ld_temp_dirNYRAlY/pipe_to_stdout export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk export SDK_DIR_iphoneos\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS 16.2.sdk export SDK_DIR_iphoneos16_2\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPho neOS16.2.sdk export SDK_NAME\=iphoneos16.2 export SDK_NAMES\=iphoneos16.2 export SDK_PRODUCT_BUILD_VERSION\=20C52 export SDK_VERSION\=16.2 export SDK_VERSION_ACTUAL\=160200 export SDK_VERSION_MAJOR\=160000 export SDK_VERSION_MINOR\=160200 export SED\=/usr/bin/sed export SEPARATE_STRIP\=NO export SEPARATE_SYMBOL_EDIT\=NO export SET_DIR_MODE_OWNER_GROUP\=YES export SET_FILE_MODE_OWNER_GROUP\=NO export SHALLOW_BUNDLE\=YES export SHALLOW_BUNDLE_TRIPLE\=ios export SHALLOW_BUNDLE_ios_macabi\=NO export SHALLOW_BUNDLE_macos\=NO export SHARED_DERIVED_FILE_DIR\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/ test_app/build/ios/Debug-iphoneos/DerivedSources export SHARED_FRAMEWORKS_FOLDER_PATH\=Runner.app/SharedFrameworks export SHARED_PRECOMPS_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxc jev/Build/Intermediates.noindex/PrecompiledHeaders export SHARED_SUPPORT_FOLDER_PATH\=Runner.app/SharedSupport export SKIP_INSTALL\=NO export SOURCE_ROOT\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios export SRCROOT\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/ios export STRINGSDATA_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/ Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch export STRINGSDATA_ROOT\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev /Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export STRINGS_FILE_INFOPLIST_RENAME\=YES export STRINGS_FILE_OUTPUT_ENCODING\=binary export STRIP_BITCODE_FROM_COPIED_FILES\=YES export STRIP_INSTALLED_PRODUCT\=NO export STRIP_STYLE\=all export STRIP_SWIFT_SYMBOLS\=YES export SUPPORTED_DEVICE_FAMILIES\=1,2 export SUPPORTED_PLATFORMS\=iphoneos\ iphonesimulator export SUPPORTS_MACCATALYST\=NO export SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD\=YES export SUPPORTS_ON_DEMAND_RESOURCES\=YES export SUPPORTS_TEXT_BASED_API\=NO export SWIFT_EMIT_LOC_STRINGS\=NO export SWIFT_OBJC_BRIDGING_HEADER\=Runner/Runner-Bridging-Header.h export SWIFT_OPTIMIZATION_LEVEL\=-Onone export SWIFT_PLATFORM_TARGET_PREFIX\=ios export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfe pvsvmxpgkvxppjcyxcjev/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/ Runner.SwiftFileList export SWIFT_VERSION\=5.0 export SYMROOT\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Pr oducts export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities export SYSTEM_APPS_DIR\=/Applications export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices export SYSTEM_DEMOS_DIR\=/Applications/Extras export SYSTEM_DEVELOPER_APPS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode.app/Contents/Developer/Tools export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation export SYSTEM_EXTENSIONS_FOLDER_PATH\=Runner.app/SystemExtensions export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=Runner.app/Library/SystemExtensions export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=Runner.app/SystemExtensions export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions export SYSTEM_LIBRARY_DIR\=/System/Library export TAPI_ENABLE_PROJECT_HEADERS\=NO export TAPI_VERIFY_MODE\=ErrorsOnly export TARGETED_DEVICE_FAMILY\=1,2 export TARGETNAME\=Runner export TARGET_BUILD_DIR\=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_ap p/build/ios/Debug-iphoneos export TARGET_DEVICE_IDENTIFIER\=00008101-000E40C80183001E export TARGET_DEVICE_MODEL\=iPad13,18 export TARGET_DEVICE_OS_VERSION\=16.3.1 export TARGET_DEVICE_PLATFORM_NAME\=iphoneos export TARGET_NAME\=Runner export TARGET_TEMP_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/ Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/I ntermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_FILES_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/B uild/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_FILE_DIR\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Bu ild/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_ROOT\=/Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/ Intermediates.noindex export 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/iPhoneOS16.2.sdk/Developer /Library/Frameworks export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault export TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export TRACK_WIDGET_CREATION\=true export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO export TREE_SHAKE_ICONS\=false export TeamIdentifierPrefix\=5RUJNPKGAT. export UID\=502 export UNLOCALIZED_RESOURCES_FOLDER_PATH\=Runner.app export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO\=Runner.app/Resources export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES\=Runner.app export UNSTRIPPED_PRODUCT\=NO export USER\=testUser export USER_APPS_DIR\=/Users/testUser/Applications export USER_LIBRARY_DIR\=/Users/testUser/Library export USE_DYNAMIC_NO_PIC\=YES export USE_HEADERMAP\=YES export USE_HEADER_SYMLINKS\=NO export USE_LLVM_TARGET_TRIPLES\=YES export USE_LLVM_TARGET_TRIPLES_FOR_CLANG\=YES export USE_LLVM_TARGET_TRIPLES_FOR_LD\=YES export USE_LLVM_TARGET_TRIPLES_FOR_TAPI\=YES export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR export VALIDATE_PRODUCT\=NO export VALID_ARCHS\=arm64\ arm64e\ armv7\ armv7s export VERBOSE_PBXCP\=NO export VERBOSE_SCRIPT_LOGGING\=YES export VERSIONING_SYSTEM\=apple-generic export VERSIONPLIST_PATH\=Runner.app/version.plist export VERSION_INFO_BUILDER\=testUser export VERSION_INFO_FILE\=Runner_vers.c export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:Runner\ \ PROJECT:Runner-1\" export WRAPPER_EXTENSION\=app export WRAPPER_NAME\=Runner.app export WRAPPER_SUFFIX\=.app export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES\=NO export XCODE_APP_SUPPORT_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Xcode export XCODE_PRODUCT_BUILD_VERSION\=14C18 export XCODE_VERSION_ACTUAL\=1420 export XCODE_VERSION_MAJOR\=1400 export XCODE_VERSION_MINOR\=1420 export XPCSERVICES_FOLDER_PATH\=Runner.app/XPCServices export YACC\=yacc export _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO\=/Contents export _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO\=/.. export _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO\=/Resources export __IS_NOT_MACOS\=YES export __IS_NOT_MACOS_macosx\=NO export __IS_NOT_SIMULATOR\=YES export __IS_NOT_SIMULATOR_simulator\=NO export arch\=undefined_arch export variant\=normal /bin/sh -c /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediat es.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh ♦ /Users/testUser/flutter/bin/flutter --verbose assemble --no-version-check --output=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/D ebug-iphoneos/ -dTargetPlatform=ios -dTargetFile=/Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/lib/mai n.dart -dBuildMode=debug -dIosArchs=arm64 -dSdkRoot=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS16.2.sdk -dSplitDebugInfo= -dTreeShakeIcons=false -dTrackWidgetCreation=true -dDartObfuscation=false -dAction=build --ExtraGenSnapshotOptions= --DartDefines=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== --ExtraFrontEndOptions= -dCodesignIdentity=84C555D4B269BED48D972A57594A968827A8919C debug_ios_bundle_flutter_assets [ +25 ms] executing: sysctl hw.optional.arm64 [ +21 ms] Exit code 1 from: sysctl hw.optional.arm64 [ ] sysctl: unknown oid 'hw.optional.arm64' [ +1 ms] executing: [/Users/testUser/flutter/] git -c log.showSignature=false log -n 1 --pretty=format:%H [ +51 ms] Exit code 0 from: git -c log.showSignature=false log -n 1 --pretty=format:%H [ ] 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0 [ ] executing: [/Users/testUser/flutter/] git tag --points-at 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0 [ +336 ms] Exit code 0 from: git tag --points-at 90c64ed42ba53a52d18f0cb3b17666c8662ed2a0 [ +1 ms] 3.7.8 [ +18 ms] executing: [/Users/testUser/flutter/] git rev-parse --abbrev-ref HEAD [ +15 ms] Exit code 0 from: git rev-parse --abbrev-ref HEAD [ ] stable [ +23 ms] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ +4 ms] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ +134 ms] Artifact Instance of 'MaterialFonts' is not required, skipping update. [ ] Artifact Instance of 'GradleWrapper' is not required, skipping update. [ ] Artifact Instance of 'AndroidGenSnapshotArtifacts' is not required, skipping update. [ ] Artifact Instance of 'AndroidInternalBuildArtifacts' is not required, skipping update. [ +3 ms] Artifact Instance of 'FlutterWebSdk' is not required, skipping update. [ ] Artifact Instance of 'FlutterSdk' is not required, skipping update. [ ] Artifact Instance of 'WindowsEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxEngineArtifacts' is not required, skipping update. [ ] Artifact Instance of 'LinuxFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'MacOSFuchsiaSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerSDKArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FlutterRunnerDebugSymbols' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'IosUsbArtifacts' is not required, skipping update. [ ] Artifact Instance of 'FontSubsetArtifacts' is not required, skipping update. [ ] Artifact Instance of 'PubDependencies' is not required, skipping update. [ +40 ms] Initializing file store [ +56 ms] debug_unpack_ios: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /Users/testUser/flutter/packages/flutter_tools/lib/src/build_system/targets/ios.dart,/Users/testUser/f lutter/bin/internal/engine.version} [ +914 ms] Skipping lipo for non-fat file /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-ipho neos/Flutter.framework/Flutter [ +109 ms] Skipping target: gen_localizations [ +10 ms] gen_dart_plugin_registrant: Starting due to {InvalidatedReasonKind.inputChanged: The following inputs have updated contents: /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/.dart_tool/package_c onfig_subset} [ +105 ms] gen_dart_plugin_registrant: Complete [ +2 ms] kernel_snapshot: Starting due to {} [ +21 ms] /Users/testUser/flutter/bin/cache/dart-sdk/bin/dart --disable-dart-dev /Users/testUser/flutter/bin/cache/dart-sdk/bin/snapshots/frontend_server.dart.snapshot --sdk-root /Users/testUser/flutter/bin/cache/artifacts/engine/common/flutter_patched_sdk/ --target=flutter --no-print-incremental-dependencies -DFLUTTER_WEB_AUTO_DETECT=true -Ddart.vm.profile=false -Ddart.vm.product=false --enable-asserts --track-widget-creation --no-link-platform --packages /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/.dart_tool/package_c onfig.json --output-dill /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/.dart_tool/flutter_b uild/6ef685850f1b4c1b3b39f55de63b5e3a/app.dill --depfile /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/.dart_tool/flutter_b uild/6ef685850f1b4c1b3b39f55de63b5e3a/kernel_snapshot.d --incremental --initialize-from-dill /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/.dart_tool/flutter_b uild/6ef685850f1b4c1b3b39f55de63b5e3a/app.dill --verbosity=error package:test_app/main.dart [+14804 ms] kernel_snapshot: Complete [+1429 ms] Persisting file store [ +15 ms] Done persisting file store [ +36 ms] "flutter assemble" took 17,735ms. [ +1 ms] ensureAnalyticsSent: 0ms [ ] Running 0 shutdown hooks [ ] Shutdown hooks complete [ +2 ms] exiting with code 1 error: [ +29 ms] Target debug_unpack_ios failed: Exception: Failed to codesign /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-ipho neos/Flutter.framework/Flutter with identity 84C555D4B269BED48D972A57594A968827A8919C. /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios /Debug-iphoneos/Flutter.framework/Flutter: replacing existing signature /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios /Debug-iphoneos/Flutter.framework/Flutter: resource fork, Finder information, or similar detritus not allowed #0 _signFramework (package:flutter_tools/src/build_system/targets/ios.dart:724:5) #1 UnpackIOS.build (package:flutter_tools/src/build_system/targets/ios.dart:299:5) #2 _BuildInstance._invokeInternal (package:flutter_tools/src/build_system/build_system.dart:847:27) #3 Future.wait. (dart:async/future.dart:522:21) #4 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:785:32) #5 Future.wait. (dart:async/future.dart:522:21) #6 _BuildInstance.invokeTarget (package:flutter_tools/src/build_system/build_system.dart:785:32) #7 FlutterBuildSystem.build (package:flutter_tools/src/build_system/build_system.dart:614:16) #8 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:337:32) #9 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1257:27) #10 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #11 CommandRunner.runCommand (package:args/command_runner.dart:209:13) #12 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:283:9) #13 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #14 FlutterCommandRunner.runCommand (package:flutter_tools/src/runner/flutter_command_runner.dart:229:5) #15 run.. (package:flutter_tools/runner.dart:64:9) #16 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #17 main (package:flutter_tools/executable.dart:91:3) [ +8 ms] #0 throwToolExit (package:flutter_tools/src/base/common.dart:10:3) #1 AssembleCommand.runCommand (package:flutter_tools/src/commands/assemble.dart:354:7) #2 FlutterCommand.run. (package:flutter_tools/src/runner/flutter_command.dart:1257:27) #3 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #4 CommandRunner.runCommand (package:args/command_runner.dart:209:13) #5 FlutterCommandRunner.runCommand. (package:flutter_tools/src/runner/flutter_command_runner.dart:283: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:229:5) #8 run.. (package:flutter_tools/runner.dart:64:9) #9 AppContext.run. (package:flutter_tools/src/base/context.dart:150:19) #10 main (package:flutter_tools/executable.dart:91:3) Failed to package /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app. Result bundle written to path: /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/temporary_xc result_bundle ** BUILD FAILED ** The following build commands failed: PhaseScriptExecution Run\ Script /Users/testUser/Library/Developer/Xcode/DerivedData/Runner-akyhgfepvsvmxpgkvxppjcyxcjev/Build/Intermediates. noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh (in target 'Runner' from project 'Runner') (1 failure) [ +64 ms] Running Xcode build... (completed in 26.1s) [ ] Xcode build done. 26.1s [ +3 ms] executing: xcrun xcresulttool get --path /var/folders/41/xcb9fygj73dgm0lbf_0cphbm0000gp/T/flutter_tools.en9Bin/flutter_ios_build_temp_dirNYRAlY/temporary_xcresult_bundle --format json [ +79 ms] { "_type" : { "_name" : "ActionsInvocationRecord" }, "actions" : { "_type" : { "_name" : "Array" }, "_values" : [ { "_type" : { "_name" : "ActionRecord" }, "actionResult" : { "_type" : { "_name" : "ActionResult" }, "coverage" : { "_type" : { "_name" : "CodeCoverageInfo" } }, "issues" : { "_type" : { "_name" : "ResultIssueSummaries" } }, "metrics" : { "_type" : { "_name" : "ResultMetrics" } }, "resultName" : { "_type" : { "_name" : "String" }, "_value" : "action" }, "status" : { "_type" : { "_name" : "String" }, "_value" : "notRequested" } }, "buildResult" : { "_type" : { "_name" : "ActionResult" }, "coverage" : { "_type" : { "_name" : "CodeCoverageInfo" } }, "issues" : { "_type" : { "_name" : "ResultIssueSummaries" }, "errorSummaries" : { "_type" : { "_name" : "Array" }, "_values" : [ { "_type" : { "_name" : "IssueSummary" }, "issueType" : { "_type" : { "_name" : "String" }, "_value" : "Error" }, "message" : { "_type" : { "_name" : "String" }, "_value" : "[ +29 ms] Target debug_unpack_ios failed: Exception: Failed to codesign \/Users\/testUser\/Library\/CloudStorage\/OneDrive-testUser\/Desktop\/test_app\/bu ild\/ios\/Debug-iphoneos\/Flutter.framework\/Flutter with identity 84C555D4B269BED48D972A57594A968827A8919C." } } ] } }, "logRef" : { "_type" : { "_name" : "Reference" }, "id" : { "_type" : { "_name" : "String" }, "_value" : "0~ySCVQ4qbcrdk9de1QJIjSbjRfXXw1VoqNHW0mjh6CXoukimbkuFvOb8994tRY7rlRWAijiHme8_IsorzCd1Tvw==" }, "targetType" : { "_type" : { "_name" : "TypeDefinition" }, "name" : { "_type" : { "_name" : "String" }, "_value" : "ActivityLogSection" } } }, "metrics" : { "_type" : { "_name" : "ResultMetrics" }, "errorCount" : { "_type" : { "_name" : "Int" }, "_value" : "1" } }, "resultName" : { "_type" : { "_name" : "String" }, "_value" : "build" }, "status" : { "_type" : { "_name" : "String" }, "_value" : "failed" } }, "endedTime" : { "_type" : { "_name" : "Date" }, "_value" : "2023-03-29T13:50:35.088+0300" }, "runDestination" : { "_type" : { "_name" : "ActionRunDestinationRecord" }, "displayName" : { "_type" : { "_name" : "String" }, "_value" : "Dev iPad" }, "localComputerRecord" : { "_type" : { "_name" : "ActionDeviceRecord" }, "busSpeedInMHz" : { "_type" : { "_name" : "Int" }, "_value" : "100" }, "cpuCount" : { "_type" : { "_name" : "Int" }, "_value" : "1" }, "cpuKind" : { "_type" : { "_name" : "String" }, "_value" : "Quad-Core Intel Core i7" }, "cpuSpeedInMHz" : { "_type" : { "_name" : "Int" }, "_value" : "2800" }, "identifier" : { "_type" : { "_name" : "String" }, "_value" : "76DB6B2A-B2A8-5DD2-B73B-690A9B5D386F" }, "isConcreteDevice" : { "_type" : { "_name" : "Bool" }, "_value" : "true" }, "logicalCPUCoresPerPackage" : { "_type" : { "_name" : "Int" }, "_value" : "8" }, "modelCode" : { "_type" : { "_name" : "String" }, "_value" : "MacBookPro14,3" }, "modelName" : { "_type" : { "_name" : "String" }, "_value" : "MacBook Pro" }, "modelUTI" : { "_type" : { "_name" : "String" }, "_value" : "com.apple.macbookpro-15-retina-touchid-2017" }, "name" : { "_type" : { "_name" : "String" }, "_value" : "My Mac" }, "nativeArchitecture" : { "_type" : { "_name" : "String" }, "_value" : "x86_64h" }, "operatingSystemVersion" : { "_type" : { "_name" : "String" }, "_value" : "13.2.1" }, "operatingSystemVersionWithBuildNumber" : { "_type" : { "_name" : "String" }, "_value" : "13.2.1 (22D68)" }, "physicalCPUCoresPerPackage" : { "_type" : { "_name" : "Int" }, "_value" : "4" }, "platformRecord" : { "_type" : { "_name" : "ActionPlatformRecord" }, "identifier" : { "_type" : { "_name" : "String" }, "_value" : "com.apple.platform.macosx" }, "userDescription" : { "_type" : { "_name" : "String" }, "_value" : "macOS" } }, "ramSizeInMegabytes" : { "_type" : { "_name" : "Int" }, "_value" : "16384" } }, "targetArchitecture" : { "_type" : { "_name" : "String" }, "_value" : "arm64" }, "targetDeviceRecord" : { "_type" : { "_name" : "ActionDeviceRecord" }, "busSpeedInMHz" : { "_type" : { "_name" : "Int" }, "_value" : "0" }, "cpuCount" : { "_type" : { "_name" : "Int" }, "_value" : "0" }, "cpuSpeedInMHz" : { "_type" : { "_name" : "Int" }, "_value" : "0" }, "identifier" : { "_type" : { "_name" : "String" }, "_value" : "00008101-000E40C80183001E" }, "isConcreteDevice" : { "_type" : { "_name" : "Bool" }, "_value" : "true" }, "logicalCPUCoresPerPackage" : { "_type" : { "_name" : "Int" }, "_value" : "0" }, "modelCode" : { "_type" : { "_name" : "String" }, "_value" : "iPad13,18" }, "modelName" : { "_type" : { "_name" : "String" }, "_value" : "iPad (10th generation)" }, "modelUTI" : { "_type" : { "_name" : "String" }, "_value" : "com.apple.ipad-10-2" }, "name" : { "_type" : { "_name" : "String" }, "_value" : "Dev iPad" }, "nativeArchitecture" : { "_type" : { "_name" : "String" }, "_value" : "arm64e" }, "operatingSystemVersion" : { "_type" : { "_name" : "String" }, "_value" : "16.3.1" }, "operatingSystemVersionWithBuildNumber" : { "_type" : { "_name" : "String" }, "_value" : "16.3.1 (20D67)" }, "physicalCPUCoresPerPackage" : { "_type" : { "_name" : "Int" }, "_value" : "0" }, "platformRecord" : { "_type" : { "_name" : "ActionPlatformRecord" }, "identifier" : { "_type" : { "_name" : "String" }, "_value" : "com.apple.platform.iphoneos" }, "userDescription" : { "_type" : { "_name" : "String" }, "_value" : "iOS" } }, "ramSizeInMegabytes" : { "_type" : { "_name" : "Int" }, "_value" : "0" } }, "targetSDKRecord" : { "_type" : { "_name" : "ActionSDKRecord" }, "identifier" : { "_type" : { "_name" : "String" }, "_value" : "iphoneos16.2" }, "name" : { "_type" : { "_name" : "String" }, "_value" : "iOS 16.2" }, "operatingSystemVersion" : { "_type" : { "_name" : "String" }, "_value" : "16.2" } } }, "schemeCommandName" : { "_type" : { "_name" : "String" }, "_value" : "Run" }, "schemeTaskName" : { "_type" : { "_name" : "String" }, "_value" : "Build" }, "startedTime" : { "_type" : { "_name" : "Date" }, "_value" : "2023-03-29T13:50:12.393+0300" }, "title" : { "_type" : { "_name" : "String" }, "_value" : "Build \"Runner\"" } } ] }, "issues" : { "_type" : { "_name" : "ResultIssueSummaries" }, "errorSummaries" : { "_type" : { "_name" : "Array" }, "_values" : [ { "_type" : { "_name" : "IssueSummary" }, "issueType" : { "_type" : { "_name" : "String" }, "_value" : "Error" }, "message" : { "_type" : { "_name" : "String" }, "_value" : "[ +29 ms] Target debug_unpack_ios failed: Exception: Failed to codesign \/Users\/testUser\/Library\/CloudStorage\/OneDrive-testUser\/Desktop\/test_app\/build\/ios \/Debug-iphoneos\/Flutter.framework\/Flutter with identity 84C555D4B269BED48D972A57594A968827A8919C." } } ] } }, "metadataRef" : { "_type" : { "_name" : "Reference" }, "id" : { "_type" : { "_name" : "String" }, "_value" : "0~aEyCTcoq5OGddniUrTdN3OQn67eZ7GiqGWLuVb-NDYA-drmlhFTNXxaRJR5K3L90xrCVwbSCCkZO5Nhh_bEemQ==" }, "targetType" : { "_type" : { "_name" : "TypeDefinition" }, "name" : { "_type" : { "_name" : "String" }, "_value" : "ActionsInvocationMetadata" } } }, "metrics" : { "_type" : { "_name" : "ResultMetrics" }, "errorCount" : { "_type" : { "_name" : "Int" }, "_value" : "1" } } } [ +21 ms] Failed to build iOS app [ +2 ms] Could not build the precompiled application for the device. ```
GeylanKalafMohe commented 1 year ago

lib.zip This is the standard lib folder

exaby73 commented 1 year ago

Last question: Does this only happen with OneDrive or with other cloud storages as well like Google Drive?

GeylanKalafMohe commented 1 year ago

@exaby73 I did not try with any other service other than onedrive.

exaby73 commented 1 year ago

Triage report

I can reproduce this issue with Master (3.9.0-20.0.pre.54). I can also confirm that this does indeed work when running from Xcode. Tested with the default counter application.

Logs ```console Failed to build iOS app Error (Xcode): Target debug_unpack_ios failed: Exception: Failed to codesign /Users/nabeelparkar/Library/CloudStorage/OneDrive-Personal/onedrive_test/build/ios/Debug-iphonesimulator/Flutter.framework/Flutter with identity -. Could not build the application for the simulator. Error launching application on iPhone 14 Pro Max. ```
jmagman commented 1 year ago

Full error is resource fork, Finder information, or similar detritus not allowed

                     error: [  +29 ms] Target debug_unpack_ios failed: Exception: Failed to codesign
                     /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios/Debug-ipho
                     neos/Flutter.framework/Flutter with identity 84C555D4B269BED48D972A57594A968827A8919C.
                                /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios
                                /Debug-iphoneos/Flutter.framework/Flutter: replacing existing signature
                                /Users/testUser/Library/CloudStorage/OneDrive-testUser/Desktop/test_app/build/ios
                                /Debug-iphoneos/Flutter.framework/Flutter: resource fork, Finder information, or similar detritus not
                                allowed

OneDrive is adding some file extended attributes to everything in its directory, including the frameworks in the build directory, which isn't allowed: https://developer.apple.com/library/archive/qa/qa1940/_index.html

We have seen this before with Flutter apps put in other cloud-synced directories https://github.com/flutter/flutter/issues/18505 https://github.com/flutter/flutter/issues/80978. Looks like the extended attribute is being re-added after Flutter deleted it https://github.com/flutter/flutter/pull/81342. We could move that removal closer to the codesigning command.

GeylanKalafMohe commented 1 year ago

@jmagman Moving that removal closer to the codesigning command may fix this issue but the question which I have is the following:

When you say that OneDrive is "adding some file extended attributes to everything in its directory" will it not be dangerous to commit git changes when the Flutter project is inside a OneDrive folder? As it changes things (adding attributes or other..) which originally on a normal Desktop folder would not happen?

jmagman commented 1 year ago

I believe though don't quote me extended attributes are maintained locally to your machine somewhere, it's not actually metadata living in the file itself. Updating them doesn't change anything in your working copy.

Frankly I would never put a Flutter app or any development project in a cloud sync directory since the build directory has lots of intermediate files that get updated all the time, there's very large binaries in there, and you definitely don't want another machine syncing on top of it. But people do it, we can't stop them, and we try to make it work as best we can.

christopherfujino commented 1 year ago

https://github.com/flutter/flutter/pull/123896 was an attempt to fix, but it might not work.

jmagman commented 1 year ago

@GeylanKalafMohe https://github.com/flutter/flutter/pull/123896 merged to the master channel, would you mind seeing if that works for you? At least one person on our team confirmed it didn't work for them though.

GeylanKalafMohe commented 1 year ago

@jmagman @exaby73 Tested on the latest stable flutter version but the issue still happens.

Flutter 3.7.12 • channel stable • https://github.com/flutter/flutter.git Framework • revision 4d9e56e694 (8 days ago) • 2023-04-17 21:47:46 -0400 Engine • revision 1a65d409c7 Tools • Dart 2.19.6 • DevTools 2.20.1

christopherfujino commented 1 year ago

@jmagman @exaby73 Tested on the latest stable flutter version but the issue still happens.

Flutter 3.7.12 • channel stable • https://github.com/flutter/flutter.git Framework • revision 4d9e56e694 (8 days ago) • 2023-04-17 21:47:46 -0400 Engine • revision 1a65d409c7 Tools • Dart 2.19.6 • DevTools 2.20.1

It was merged to the master channel, and not stable. To verify the fix, you would need to verify on master.

jmagman commented 1 year ago

Available on 3.10.0-5.0.pre and higher.

GeylanKalafMohe commented 1 year ago

@jmagman @exaby73 Tested on the latest stable flutter version but the issue still happens. Flutter 3.7.12 • channel stable • https://github.com/flutter/flutter.git Framework • revision 4d9e56e694 (8 days ago) • 2023-04-17 21:47:46 -0400 Engine • revision 1a65d409c7 Tools • Dart 2.19.6 • DevTools 2.20.1

It was merged to the master channel, and not stable. To verify the fix, you would need to verify on master.

@jmagman @exaby73 Tested on the latest MASTER flutter version but the issue still happens.

Flutter 3.10.0-15.0.pre.22 • channel master • https://github.com/flutter/flutter.git Framework • revision fdd6b87636 (59 minutes ago) • 2023-04-27 00:29:23 -0400 Engine • revision d9f91aadff Tools • Dart 3.1.0 (build 3.1.0-48.0.dev) • DevTools 2.23.1

Running Xcode build... Xcode build done. 28.5s Failed to build iOS app Could not build the precompiled application for the device. Error (Xcode): Target debug_unpack_ios failed: Exception: Failed to codesign

jmagman commented 1 year ago

Thanks for testing this out. It's not too surprising the fix didn't work, I didn't have that PR close this issue because we also saw it didn't resolve the problem in our testing https://github.com/flutter/flutter/pull/123896#pullrequestreview-1371154959, but it was speculative.

In the meantime I'd say don't put your Flutter app in a cloud-synced directory. Use source control.

Frankly I would never put a Flutter app or any development project in a cloud sync directory since the build directory has lots of intermediate files that get updated all the time, there's very large binaries in there, and you definitely don't want another machine syncing on top of it. But people do it, we can't stop them, and we try to make it work as best we can.

nmfisher commented 1 year ago

This is still an issue when running Flutter from a ExFAT removable drive on MacOS on 3.14.0-14.0.pre.65