GolfScoresKMM icon indicating copy to clipboard operation
GolfScoresKMM copied to clipboard

Trouble running app on iOS

Open rindress opened this issue 3 years ago • 0 comments

I'm trying to run the app on iOS and I'm getting a build failure.

Command line invocation:
    /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -project /Users/rindress/GolfScoresKMM/iosApp/iosApp.xcodeproj -scheme iosApp -configuration Debug OBJROOT=/Users/rindress/GolfScoresKMM/build/ios SYMROOT=/Users/rindress/GolfScoresKMM/build/ios -sdk iphonesimulator -arch x86_64

User defaults from command line:
    IDEPackageSupportUseBuiltinSCM = YES

Build settings from command line:
    ARCHS = x86_64
    OBJROOT = /Users/rindress/GolfScoresKMM/build/ios
    SDKROOT = iphonesimulator15.2
    SYMROOT = /Users/rindress/GolfScoresKMM/build/ios

--- xcodebuild: WARNING: Using the first of multiple matching destinations:
{ platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device }
{ platform:iOS Simulator, id:3EA7089C-2FCE-482F-B0B1-BB8817013B32, OS:15.2, name:iPad (9th generation) }
{ platform:iOS Simulator, id:63695E3F-C3F6-440A-83DD-5B9E0B321680, OS:15.2, name:iPad Air (4th generation) }
{ platform:iOS Simulator, id:B31FC531-80C9-43FE-89B1-509CAAF0A87F, OS:15.2, name:iPad Pro (9.7-inch) }
{ platform:iOS Simulator, id:FD38C291-4CF3-43A7-9F3D-3E4BC1FBB0D7, OS:15.2, name:iPad Pro (11-inch) (3rd generation) }
{ platform:iOS Simulator, id:69B3FF8E-0642-4691-9BCA-716219280E97, OS:15.2, name:iPad Pro (12.9-inch) (5th generation) }
{ platform:iOS Simulator, id:AB8B992C-4DD4-4489-8B5D-0B2F0008D006, OS:15.2, name:iPad mini (6th generation) }
{ platform:iOS Simulator, id:175A10FE-1707-488A-BB76-DFCF7F48AE9C, OS:15.2, name:iPhone 8 }
{ platform:iOS Simulator, id:4C765EC4-42F4-4697-8CDF-E9AEFB5CCFDD, OS:15.2, name:iPhone 8 Plus }
{ platform:iOS Simulator, id:77ABDD2E-1721-478B-9CED-3A1228CCCB0A, OS:15.2, name:iPhone 11 }
{ platform:iOS Simulator, id:20CEE6A8-F79B-4B1F-9A2C-9C5150440D63, OS:15.2, name:iPhone 11 Pro }
{ platform:iOS Simulator, id:83FFE7ED-9598-4AE6-85E2-6DDD8062DABA, OS:15.2, name:iPhone 11 Pro Max }
{ platform:iOS Simulator, id:F3F2DE43-5DE1-4DF8-B2C3-C618908801C7, OS:15.2, name:iPhone 12 }
{ platform:iOS Simulator, id:F96071E7-FF23-4C9F-AB1C-00752E0B582E, OS:15.2, name:iPhone 12 Pro }
{ platform:iOS Simulator, id:520E6390-2708-45DE-81A2-E1F911E7EDFD, OS:15.2, name:iPhone 12 Pro Max }
{ platform:iOS Simulator, id:131DB016-B404-43CB-8D66-B7724BF10F6B, OS:15.2, name:iPhone 12 mini }
{ platform:iOS Simulator, id:5D7C49EB-9A31-4D82-984F-200B4AD50357, OS:15.2, name:iPhone 13 }
{ platform:iOS Simulator, id:A89C4A9D-389F-4525-BC7A-C434EEE74F98, OS:15.2, name:iPhone 13 Pro }
{ platform:iOS Simulator, id:4C9AB478-1470-4100-B4CD-00F7ED2D6665, OS:15.2, name:iPhone 13 Pro Max }
{ platform:iOS Simulator, id:E1AF3F87-9DF8-4768-8FAB-53E7C3143976, OS:15.2, name:iPhone 13 mini }
{ platform:iOS Simulator, id:75713257-7BD5-48A9-B858-5834CDFCBC0E, OS:15.2, name:iPhone SE (2nd generation) }
{ platform:iOS Simulator, id:7D620CCA-1143-4CF0-9708-17B1422D54E9, OS:15.2, name:iPod touch (7th generation) }
{ platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device }
note: Using new build system
note: Planning
Analyze workspace

Create build description
Build description signature: 90c06c097cafc29580f458700970ec01
Build description path: /Users/rindress/GolfScoresKMM/build/ios/XCBuildData/90c06c097cafc29580f458700970ec01-desc.xcbuild

note: Build preparation complete
note: Building targets in dependency order
CreateBuildDirectory /Users/rindress/GolfScoresKMM/build/ios
    cd /Users/rindress/GolfScoresKMM/iosApp/iosApp.xcodeproj
    builtin-create-build-directory /Users/rindress/GolfScoresKMM/build/ios

CreateBuildDirectory /Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator
    cd /Users/rindress/GolfScoresKMM/iosApp/iosApp.xcodeproj
    builtin-create-build-directory /Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator

warning: Capabilities for Signing & Capabilities may not function correctly because its entitlements use a placeholder team ID. To resolve this, select a development team in the iosApp editor. (in target 'iosApp' from project 'iosApp')
MkDir /Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator/iosApp.app (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    /bin/mkdir -p /Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator/iosApp.app

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/DerivedSources/Entitlements.plist (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/DerivedSources/Entitlements.plist

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/DerivedSources/Entitlements-Simulated.plist (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/DerivedSources/Entitlements-Simulated.plist

ProcessProductPackaging "" /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp.app.xcent (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    
    Entitlements:
    
    {
    "com.apple.security.get-task-allow" = 1;
}
    
    builtin-productPackagingUtility -entitlements -format xml -o /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp.app.xcent

ProcessProductPackaging "" /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp.app-Simulated.xcent (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    
    Entitlements:
    
    {
    "application-identifier" = "FAKETEAMID.orgIdentifier.iosApp";
    "keychain-access-groups" =     (
        "FAKETEAMID.orgIdentifier.iosApp"
    );
}
    
    builtin-productPackagingUtility -entitlements -format xml -o /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp.app-Simulated.xcent

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp.hmap (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp.hmap

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-project-headers.hmap (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-project-headers.hmap

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-generated-files.hmap (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-generated-files.hmap

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-own-target-headers.hmap (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-own-target-headers.hmap

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-all-target-headers.hmap (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-all-target-headers.hmap

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/all-product-headers.yaml (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/all-product-headers.yaml

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-all-non-framework-target-headers.hmap (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-all-non-framework-target-headers.hmap

WriteAuxiliaryFile /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    write-file /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh

PhaseScriptExecution Run\ Script /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh (in target 'iosApp' from project 'iosApp')
    cd /Users/rindress/GolfScoresKMM/iosApp
    export ACTION\=build
    export AD_HOC_CODE_SIGNING_ALLOWED\=YES
    export ALLOW_TARGET_PLATFORM_SPECIALIZATION\=NO
    export ALTERNATE_GROUP\=staff
    export ALTERNATE_MODE\=u+w,go-w,a+rX
    export ALTERNATE_OWNER\=rimacdonald
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=NO
    export ALWAYS_SEARCH_USER_PATHS\=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS\=NO
    export APPLE_INTERNAL_DEVELOPER_DIR\=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR\=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR\=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR\=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS\=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY\=NO
    export APPLY_RULES_IN_COPY_FILES\=NO
    export APPLY_RULES_IN_COPY_HEADERS\=NO
    export ARCHS\=x86_64
    export ARCHS_STANDARD\=arm64\ x86_64
    export ARCHS_STANDARD_32_64_BIT\=arm64\ i386\ x86_64
    export ARCHS_STANDARD_32_BIT\=i386
    export ARCHS_STANDARD_64_BIT\=arm64\ x86_64
    export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64\ x86_64
    export ARCHS_UNIVERSAL_IPHONE_OS\=arm64\ i386\ x86_64
    export ASSETCATALOG_COMPILER_APPICON_NAME\=AppIcon
    export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator
    export AppIdentifierPrefix\=FAKETEAMID.
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=YES
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/rindress/GolfScoresKMM/build/ios
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/rindress/GolfScoresKMM/build/ios
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator
    export BUNDLE_CONTENTS_FOLDER_PATH_deep\=Contents/
    export BUNDLE_EXECUTABLE_FOLDER_NAME_deep\=MacOS
    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/74/tm19n9614rvcjdnnlbzj1ncm0000gq/C/com.apple.DeveloperTools/13.2.1-13C100/Xcode
    export CCHROOT\=/var/folders/74/tm19n9614rvcjdnnlbzj1ncm0000gq/C/com.apple.DeveloperTools/13.2.1-13C100/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_ANALYZER_NONNULL\=YES
    export CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION\=YES_AGGRESSIVE
    export CLANG_CXX_LANGUAGE_STANDARD\=gnu++14
    export CLANG_CXX_LIBRARY\=libc++
    export CLANG_ENABLE_MODULES\=YES
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_ENABLE_OBJC_WEAK\=YES
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/rimacdonald/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_DOCUMENTATION_COMMENTS\=YES
    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_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER\=YES
    export CLANG_WARN_RANGE_LOOP_ANALYSIS\=YES
    export CLANG_WARN_STRICT_PROTOTYPES\=YES
    export CLANG_WARN_SUSPICIOUS_MOVE\=YES
    export CLANG_WARN_UNGUARDED_AVAILABILITY\=YES_AGGRESSIVE
    export CLANG_WARN_UNREACHABLE_CODE\=YES
    export CLANG_WARN__DUPLICATE_METHOD_MATCH\=YES
    export CLASS_FILE_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator/iosApp.app
    export CODE_SIGNING_ALLOWED\=YES
    export CODE_SIGNING_REQUIRED\=YES
    export CODE_SIGN_CONTEXT_CLASS\=XCiPhoneSimulatorCodeSignContext
    export CODE_SIGN_IDENTITY\=-
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
    export CODE_SIGN_STYLE\=Automatic
    export COLOR_DIAGNOSTICS\=NO
    export COMBINE_HIDPI_IMAGES\=NO
    export COMPILER_INDEX_STORE_ENABLE\=Default
    export COMPOSITE_SDK_DIRS\=/Users/rindress/GolfScoresKMM/build/ios/CompositeSDKs
    export COMPRESS_PNG_FILES\=YES
    export CONFIGURATION\=Debug
    export CONFIGURATION_BUILD_DIR\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator
    export CONFIGURATION_TEMP_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator
    export CONTENTS_FOLDER_PATH\=iosApp.app
    export COPYING_PRESERVES_HFS_DATA\=NO
    export COPY_HEADERS_RUN_UNIFDEF\=NO
    export COPY_PHASE_STRIP\=NO
    export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS\=YES
    export CORRESPONDING_DEVICE_PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform
    export CORRESPONDING_DEVICE_PLATFORM_NAME\=iphoneos
    export CORRESPONDING_DEVICE_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.2.sdk
    export CORRESPONDING_DEVICE_SDK_NAME\=iphoneos15.2
    export CP\=/bin/cp
    export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO
    export CURRENT_ARCH\=undefined_arch
    export CURRENT_VARIANT\=normal
    export DEAD_CODE_STRIPPING\=YES
    export DEBUGGING_SYMBOLS\=YES
    export DEBUG_INFORMATION_FORMAT\=dwarf-with-dsym
    export DEFAULT_COMPILER\=com.apple.compilers.llvm.clang.1_0
    export DEFAULT_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export DEFAULT_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export DEFINES_MODULE\=NO
    export DEPLOYMENT_LOCATION\=NO
    export DEPLOYMENT_POSTPROCESSING\=NO
    export DEPLOYMENT_TARGET_CLANG_ENV_NAME\=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME\=mios-simulator-version-min
    export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX\=-mios-simulator-version-min\=
    export DEPLOYMENT_TARGET_LD_ENV_NAME\=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME\=ios_simulator_version_min
    export DEPLOYMENT_TARGET_SETTING_NAME\=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_SUGGESTED_VALUES\=9.0\ 9.1\ 9.2\ 9.3\ 10.0\ 10.1\ 10.2\ 10.3\ 11.0\ 11.1\ 11.2\ 11.3\ 11.4\ 12.0\ 12.1\ 12.2\ 12.3\ 12.4\ 13.0\ 13.1\ 13.2\ 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
    export DERIVED_FILES_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/DerivedSources
    export DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export DEVELOPER_FRAMEWORKS_DIR\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_FRAMEWORKS_DIR_QUOTED\=/Applications/Xcode.app/Contents/Developer/Library/Frameworks
    export DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Library
    export DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
    export DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Tools
    export DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export DEVELOPMENT_ASSET_PATHS\=\"iosApp/Preview\ Content\"
    export DEVELOPMENT_LANGUAGE\=en
    export DOCUMENTATION_FOLDER_PATH\=iosApp.app/en.lproj/Documentation
    export DONT_GENERATE_INFOPLIST_FILE\=NO
    export DO_HEADER_SCANNING_IN_JAM\=NO
    export DSTROOT\=/tmp/iosApp.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=iosApp.app.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator
    export EFFECTIVE_PLATFORM_NAME\=-iphonesimulator
    export EMBEDDED_CONTENT_CONTAINS_SWIFT\=NO
    export EMBED_ASSET_PACKS_IN_PRODUCT_BUNDLE\=NO
    export ENABLE_APP_SANDBOX\=NO
    export ENABLE_BITCODE\=NO
    export ENABLE_DEFAULT_HEADER_SEARCH_PATHS\=YES
    export ENABLE_HARDENED_RUNTIME\=NO
    export ENABLE_HEADER_DEPENDENCIES\=YES
    export ENABLE_ON_DEMAND_RESOURCES\=YES
    export ENABLE_PREVIEWS\=NO
    export ENABLE_STRICT_OBJC_MSGSEND\=YES
    export ENABLE_TESTABILITY\=YES
    export ENABLE_TESTING_SEARCH_PATHS\=NO
    export ENTITLEMENTS_DESTINATION\=__entitlements
    export ENTITLEMENTS_REQUIRED\=YES
    export EXCLUDED_INSTALLSRC_SUBDIRECTORY_PATTERNS\=.DS_Store\ .svn\ .git\ .hg\ CVS
    export EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES\=\*.nib\ \*.lproj\ \*.framework\ \*.gch\ \*.xcode\*\ \*.xcassets\ \(\*\)\ .DS_Store\ CVS\ .svn\ .git\ .hg\ \*.pbproj\ \*.pbxproj
    export EXECUTABLES_FOLDER_PATH\=iosApp.app/Executables
    export EXECUTABLE_FOLDER_PATH\=iosApp.app
    export EXECUTABLE_NAME\=iosApp
    export EXECUTABLE_PATH\=iosApp.app/iosApp
    export EXPANDED_CODE_SIGN_IDENTITY\=-
    export EXPANDED_CODE_SIGN_IDENTITY_NAME\=-
    export FILE_LIST\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/FixedFiles
    export FRAMEWORKS_FOLDER_PATH\=iosApp.app/Frameworks
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator\ /Users/rindress/GolfScoresKMM/iosApp/../shared/build/xcode-frameworks/Debug/iphonesimulator15.2
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=iosApp.app
    export GCC3_VERSION\=3.3
    export GCC_C_LANGUAGE_STANDARD\=gnu11
    export GCC_DYNAMIC_NO_PIC\=NO
    export GCC_INLINES_ARE_PRIVATE_EXTERN\=YES
    export GCC_NO_COMMON_BLOCKS\=YES
    export GCC_OBJC_LEGACY_DISPATCH\=YES
    export GCC_OPTIMIZATION_LEVEL\=0
    export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++
    export GCC_PREPROCESSOR_DEFINITIONS\=DEBUG\=1\ 
    export GCC_SYMBOLS_PRIVATE_EXTERN\=NO
    export GCC_TREAT_WARNINGS_AS_ERRORS\=NO
    export GCC_VERSION\=com.apple.compilers.llvm.clang.1_0
    export GCC_VERSION_IDENTIFIER\=com_apple_compilers_llvm_clang_1_0
    export GCC_WARN_64_TO_32_BIT_CONVERSION\=YES
    export GCC_WARN_ABOUT_RETURN_TYPE\=YES_ERROR
    export GCC_WARN_UNDECLARED_SELECTOR\=YES
    export GCC_WARN_UNINITIALIZED_AUTOS\=YES_AGGRESSIVE
    export GCC_WARN_UNUSED_FUNCTION\=YES
    export GCC_WARN_UNUSED_VARIABLE\=YES
    export GENERATED_MODULEMAP_DIR\=/Users/rindress/GolfScoresKMM/build/ios/GeneratedModuleMaps-iphonesimulator
    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/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator/include\ 
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/rimacdonald
    export ICONV\=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_FILE\=iosApp/Info.plist
    export INFOPLIST_OUTPUT_FORMAT\=binary
    export INFOPLIST_PATH\=iosApp.app/Info.plist
    export INFOPLIST_PREPROCESS\=NO
    export INFOSTRINGS_PATH\=iosApp.app/en.lproj/InfoPlist.strings
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/iosApp.dst/Applications
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=rimacdonald
    export INSTALL_PATH\=/Applications
    export INSTALL_ROOT\=/tmp/iosApp.dst
    export IPHONEOS_DEPLOYMENT_TARGET\=15.2
    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\=iosApp.app/Java
    export JAVA_FRAMEWORK_RESOURCES_DIRS\=Resources
    export JAVA_JAR_FLAGS\=cv
    export JAVA_SOURCE_SUBDIR\=.
    export JAVA_USE_DEPENDENCIES\=YES
    export JAVA_ZIP_FLAGS\=-urg
    export JIKES_DEFAULT_FLAGS\=+E\ +OLDCSO
    export KEEP_PRIVATE_EXTERNS\=NO
    export LD_DEPENDENCY_INFO_FILE\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects-normal/undefined_arch/iosApp_dependency_info.dat
    export LD_ENTITLEMENTS_SECTION\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp.app-Simulated.xcent
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/iosApp-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 LEGACY_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer
    export LEX\=lex
    export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions
    export LIBRARY_FLAG_NOSPACE\=YES
    export LIBRARY_FLAG_PREFIX\=-l
    export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions
    export LIBRARY_SEARCH_PATHS\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator\ 
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_x86_64\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects-normal/x86_64/iosApp.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=ios15.2
    export LLVM_TARGET_TRIPLE_SUFFIX\=-simulator
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    export LOCALIZED_RESOURCES_FOLDER_PATH\=iosApp.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/rindress/GolfScoresKMM/iosApp
    export LOCSYMROOT\=/Users/rindress/GolfScoresKMM/iosApp
    export MACH_O_TYPE\=mh_execute
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=20G314
    export MAC_OS_X_VERSION_ACTUAL\=110602
    export MAC_OS_X_VERSION_MAJOR\=110000
    export MAC_OS_X_VERSION_MINOR\=110600
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator/iosApp.app
    export MODULES_FOLDER_PATH\=iosApp.app/Modules
    export MODULE_CACHE_DIR\=/Users/rimacdonald/Library/Developer/Xcode/DerivedData/ModuleCache.noindex
    export MTL_ENABLE_DEBUG_INFO\=INCLUDE_SOURCE
    export MTL_FAST_MATH\=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 OBJC_ABI_VERSION\=2
    export OBJECT_FILE_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects-normal
    export OBJROOT\=/Users/rindress/GolfScoresKMM/build/ios
    export ONLY_ACTIVE_ARCH\=NO
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_LDFLAGS\=\ -framework\ shared
    export PACKAGE_TYPE\=com.apple.package-type.wrapper.application
    export PASCAL_STRINGS\=YES
    export PATH\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/libexec:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/local/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/local/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/Library/Apple/usr/bin:/Users/rimacdonald/Library/Android/sdk/emulator:/Users/rimacdonald/Library/Android/sdk/tools:/Users/rimacdonald/Library/Android/sdk/tools/bin:/Users/rimacdonald/Library/Android/sdk/platform-tools
    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\=iosApp.app/pbdevelopment.plist
    export PER_ARCH_OBJECT_FILE_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/PkgInfo
    export PKGINFO_PATH\=iosApp.app/PkgInfo
    export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Applications
    export PLATFORM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin
    export PLATFORM_DEVELOPER_LIBRARY_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library
    export PLATFORM_DEVELOPER_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
    export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Tools
    export PLATFORM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr
    export PLATFORM_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform
    export PLATFORM_DISPLAY_NAME\=iOS\ Simulator
    export PLATFORM_FAMILY_NAME\=iOS
    export PLATFORM_NAME\=iphonesimulator
    export PLATFORM_PREFERRED_ARCH\=x86_64
    export PLATFORM_PRODUCT_BUILD_VERSION\=19C51
    export PLIST_FILE_OUTPUT_FORMAT\=binary
    export PLUGINS_FOLDER_PATH\=iosApp.app/PlugIns
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO
    export PRIVATE_HEADERS_FOLDER_PATH\=iosApp.app/PrivateHeaders
    export PRODUCT_BUNDLE_IDENTIFIER\=orgIdentifier.iosApp
    export PRODUCT_BUNDLE_PACKAGE_TYPE\=APPL
    export PRODUCT_MODULE_NAME\=iosApp
    export PRODUCT_NAME\=iosApp
    export PRODUCT_SETTINGS_PATH\=/Users/rindress/GolfScoresKMM/iosApp/iosApp/Info.plist
    export PRODUCT_TYPE\=com.apple.product-type.application
    export PROFILING_CODE\=NO
    export PROJECT\=iosApp
    export PROJECT_DERIVED_FILE_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/DerivedSources
    export PROJECT_DIR\=/Users/rindress/GolfScoresKMM/iosApp
    export PROJECT_FILE_PATH\=/Users/rindress/GolfScoresKMM/iosApp/iosApp.xcodeproj
    export PROJECT_NAME\=iosApp
    export PROJECT_TEMP_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build
    export PROJECT_TEMP_ROOT\=/Users/rindress/GolfScoresKMM/build/ios
    export PUBLIC_HEADERS_FOLDER_PATH\=iosApp.app/Headers
    export RECURSIVE_SEARCH_PATHS_FOLLOW_SYMLINKS\=YES
    export REMOVE_CVS_FROM_RESOURCES\=YES
    export REMOVE_GIT_FROM_RESOURCES\=YES
    export REMOVE_HEADERS_FROM_EMBEDDED_BUNDLES\=YES
    export REMOVE_HG_FROM_RESOURCES\=YES
    export REMOVE_SVN_FROM_RESOURCES\=YES
    export REZ_COLLECTOR_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/ResourceManagerResources
    export REZ_OBJECTS_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    export SCRIPTS_FOLDER_PATH\=iosApp.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 SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.2.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.2.sdk
    export SDK_DIR_iphonesimulator\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.2.sdk
    export SDK_DIR_iphonesimulator15_2\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.2.sdk
    export SDK_NAME\=iphonesimulator15.2
    export SDK_NAMES\=iphonesimulator15.2
    export SDK_PRODUCT_BUILD_VERSION\=19C51
    export SDK_VERSION\=15.2
    export SDK_VERSION_ACTUAL\=150200
    export SDK_VERSION_MAJOR\=150000
    export SDK_VERSION_MINOR\=150200
    export SED\=/usr/bin/sed
    export SEPARATE_STRIP\=NO
    export SEPARATE_SYMBOL_EDIT\=NO
    export SET_DIR_MODE_OWNER_GROUP\=YES
    export SET_FILE_MODE_OWNER_GROUP\=NO
    export SHALLOW_BUNDLE\=YES
    export SHARED_DERIVED_FILE_DIR\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator/DerivedSources
    export SHARED_FRAMEWORKS_FOLDER_PATH\=iosApp.app/SharedFrameworks
    export SHARED_PRECOMPS_DIR\=/Users/rimacdonald/Library/Developer/Xcode/DerivedData/iosApp-gxyqxxgjroavbcevjlousnxazkfk/Build/Intermediates.noindex/PrecompiledHeaders
    export SHARED_SUPPORT_FOLDER_PATH\=iosApp.app/SharedSupport
    export SKIP_INSTALL\=NO
    export SOURCE_ROOT\=/Users/rindress/GolfScoresKMM/iosApp
    export SRCROOT\=/Users/rindress/GolfScoresKMM/iosApp
    export STRINGSDATA_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build
    export STRINGS_FILE_INFOPLIST_RENAME\=YES
    export STRINGS_FILE_OUTPUT_ENCODING\=binary
    export STRIP_BITCODE_FROM_COPIED_FILES\=NO
    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_TEXT_BASED_API\=NO
    export SWIFT_ACTIVE_COMPILATION_CONDITIONS\=DEBUG
    export SWIFT_EMIT_LOC_STRINGS\=NO
    export SWIFT_OPTIMIZATION_LEVEL\=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX\=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_x86_64\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Objects-normal/x86_64/iosApp.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/rindress/GolfScoresKMM/build/ios
    export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities
    export SYSTEM_APPS_DIR\=/Applications
    export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices
    export SYSTEM_DEMOS_DIR\=/Applications/Extras
    export SYSTEM_DEVELOPER_APPS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications
    export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin
    export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples
    export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer
    export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library
    export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools
    export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools
    export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools
    export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes
    export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode.app/Contents/Developer/Tools
    export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools
    export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools
    export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr
    export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities
    export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions
    export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation
    export SYSTEM_KEXT_INSTALL_PATH\=/System/Library/Extensions
    export SYSTEM_LIBRARY_DIR\=/System/Library
    export TAPI_VERIFY_MODE\=ErrorsOnly
    export TARGETED_DEVICE_FAMILY\=1,2
    export TARGETNAME\=iosApp
    export TARGET_BUILD_DIR\=/Users/rindress/GolfScoresKMM/build/ios/Debug-iphonesimulator
    export TARGET_DEVICE_IDENTIFIER\=dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder
    export TARGET_DEVICE_PLATFORM_NAME\=iphonesimulator
    export TARGET_NAME\=iosApp
    export TARGET_TEMP_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build
    export TEMP_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build
    export TEMP_FILES_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build
    export TEMP_FILE_DIR\=/Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build
    export TEMP_ROOT\=/Users/rindress/GolfScoresKMM/build/ios
    export TEST_FRAMEWORK_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Frameworks\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.2.sdk/Developer/Library/Frameworks
    export TEST_LIBRARY_SEARCH_PATHS\=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/lib
    export TOOLCHAINS\=com.apple.dt.toolchain.XcodeDefault
    export TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO
    export TeamIdentifierPrefix\=FAKETEAMID.
    export UID\=503
    export UNLOCALIZED_RESOURCES_FOLDER_PATH\=iosApp.app
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=rimacdonald
    export USER_APPS_DIR\=/Users/rimacdonald/Applications
    export USER_LIBRARY_DIR\=/Users/rimacdonald/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 VALIDATE_WORKSPACE\=YES_ERROR
    export VALID_ARCHS\=arm64\ arm64e\ i386\ x86_64
    export VERBOSE_PBXCP\=NO
    export VERSIONPLIST_PATH\=iosApp.app/version.plist
    export VERSION_INFO_BUILDER\=rimacdonald
    export VERSION_INFO_FILE\=iosApp_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:iosApp\ \ PROJECT:iosApp-\"
    export WRAPPER_EXTENSION\=app
    export WRAPPER_NAME\=iosApp.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\=13C100
    export XCODE_VERSION_ACTUAL\=1321
    export XCODE_VERSION_MAJOR\=1300
    export XCODE_VERSION_MINOR\=1320
    export XPCSERVICES_FOLDER_PATH\=iosApp.app/XPCServices
    export YACC\=yacc
    export arch\=undefined_arch
    export variant\=normal
    /bin/sh -c /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh
Starting a Gradle Daemon, 3 incompatible Daemons could not be reused, use --status for details
Type-safe dependency accessors is an incubating feature.

> Configure project :shared
Kotlin Multiplatform Projects are an Alpha feature. See: https://kotlinlang.org/docs/reference/evolution/components-stability.html. To hide this message, add 'kotlin.mpp.stability.nowarn=true' to the Gradle properties.


The Kotlin source set androidAndroidTestRelease was configured but not added to any Kotlin compilation. You can add a source set to a target's compilation by connecting it with the compilation's default source set using 'dependsOn'.
See https://kotlinlang.org/docs/reference/building-mpp-with-gradle.html#connecting-source-sets

> Task :shared:checkApolloVersions UP-TO-DATE
> Task :shared:generateServiceApolloSources UP-TO-DATE
> Task :checkServiceApolloDuplicates UP-TO-DATE

> Task :shared:compileKotlinIosX64 FAILED
w: skipping /Users/rimacdonald/.gradle/caches/modules-2/files-2.1/com.apollographql.apollo3/apollo-runtime-iosx64/3.0.0/f54bca424cf617cde0b5676cb3da1a0aac578df2/apollo-runtime.klib. Incompatible abi version. The current default is '1.5.0', found '1.6.0'. The library produced by 1.6.10 compiler
e: Could not find "/Users/rimacdonald/.gradle/caches/modules-2/files-2.1/com.apollographql.apollo3/apollo-runtime-iosx64/3.0.0/f54bca424cf617cde0b5676cb3da1a0aac578df2/apollo-runtime.klib" in [/Users/rindress/GolfScoresKMM, /Users/rimacdonald/.konan/klib, /Users/rimacdonald/.konan/kotlin-native-prebuilt-macos-x86_64-1.5.31/klib/common, /Users/rimacdonald/.konan/kotlin-native-prebuilt-macos-x86_64-1.5.31/klib/platform/ios_x64]

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':shared:compileKotlinIosX64'.
> Compilation finished with errors

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

BUILD FAILED in 17s
4 actionable tasks: 1 executed, 3 up-to-date
** BUILD FAILED **
Command PhaseScriptExecution failed with a nonzero exit code



The following build commands failed:
	PhaseScriptExecution Run\ Script /Users/rindress/GolfScoresKMM/build/ios/iosApp.build/Debug-iphonesimulator/iosApp.build/Script-7555FFB5242A651A00829871.sh (in target 'iosApp' from project 'iosApp')
(1 failure)

rindress avatar Feb 11 '22 16:02 rindress