spotify / XCRemoteCache

Other
825 stars 50 forks source link

Unable to install "iOSTemplate", detail: “CFBundleExecutable” specifies a file that is not executable #166

Closed bandaoxiatian closed 1 year ago

bandaoxiatian commented 1 year ago

My integration setup

[✅] CocoaPods cocoapods-xcremotecache plugin [ ] Automatic integration using xcprepare integrate ... [ ] Manual integration [ ] Carthage

Expected/desired behavior install on iPhone success

Minimal reproduction of the problem with instructions

iOSTemplate.app does not contain a valid Info.plist, so it cannot be installed on iPhone (“CFBundleExecutable” specifies a file that is not executable)

At first I thought it was something wrong with info.plist, later I found out that Mach-O file iOSTemplate in iOSTemplate.app doesn't have execute permission, it seems that always happen when the main target iOSTemplate cache hit. After I console chmod +x iOSTemplate, the app installed on iPhone successful.

Pods/Carthage file source 'https://cdn.cocoapods.org/'

platform :ios, '13.0' inhibit_all_warnings! use_modular_headers!

plugin 'cocoapods-xcremotecache' xcremotecache({ 'enabled' => true, 'cache_addresses' => ['http://localhost:8080/cache'], 'primary_repo' => 'git@xxx.git', 'mode' => 'consumer', 'final_target' => 'iOSTemplate', 'check_platform' => 'iphoneos' })

target 'iOSTemplate' do pod 'Alamofire' end

Environment

Post build stats

......

PhaseScriptExecution [XCRC]\ Postbuild\ iOSTemplate /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Script-9C3226F6B2EE3DC61D205264.sh (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo 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\=lyon export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=YES 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\=iPhone12,1 export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION\=15.5 export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator export AppIdentifierPrefix\=5HVP2BDV23. export BITCODE_GENERATION_MODE\=marker export BUILD_ACTIVE_RESOURCES_ONLY\=YES export BUILD_COMPONENTS\=headers\ build export BUILD_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO export BUILD_ROOT\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products export BUILD_STYLE\= export BUILD_VARIANTS\=normal export BUILT_PRODUCTS_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos 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/v8/fgmgjxps3wz55j2f1mwqgh4m0000gn/C/com.apple.DeveloperTools/13.4.1-13F100/Xcode export CC\=/Users/lyon/demo/xcremotecache-demo/.rc/xccc export CCHROOT\=/var/folders/v8/fgmgjxps3wz55j2f1mwqgh4m0000gn/C/com.apple.DeveloperTools/13.4.1-13F100/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/lyon/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\=NO 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/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/JavaClasses export CLEAN_PRECOMPS\=YES export CLONE_HEADERS\=NO export CODESIGNING_FOLDER_PATH\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.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 CODE_SIGN_STYLE\=Automatic export COLOR_DIAGNOSTICS\=NO export COMBINE_HIDPI_IMAGES\=NO export COMPILER_INDEX_STORE_ENABLE\=Default export COMPOSITE_SDK_DIRS\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/CompositeSDKs export COMPRESS_PNG_FILES\=YES export CONFIGURATION\=Debug export CONFIGURATION_BUILD_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos export CONFIGURATION_TEMP_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos export CONTENTS_FOLDER_PATH\=iOSTemplate.app export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=iOSTemplate.app/Contents export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=iOSTemplate.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.platform export CORRESPONDING_SIMULATOR_PLATFORM_NAME\=iphonesimulator export CORRESPONDING_SIMULATOR_SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.5.sdk export CORRESPONDING_SIMULATOR_SDK_NAME\=iphonesimulator15.5 export CP\=/bin/cp export CREATE_INFOPLIST_SECTION_IN_BINARY\=NO export CURRENT_ARCH\=undefined_arch export CURRENT_VARIANT\=normal export DEAD_CODE_STRIPPING\=YES export DEBUGGING_SYMBOLS\=YES export DEBUG_INFORMATION_FORMAT\=dwarf export DEFAULT_COMPILER\=com.apple.compilers.llvm.clang.1_0 export DEFAULT_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions export DEFAULT_KEXT_INSTALL_PATH\=/System/Library/Extensions export DEFINES_MODULE\=NO export DEPLOYMENT_LOCATION\=NO export DEPLOYMENT_POSTPROCESSING\=NO export DEPLOYMENT_TARGET_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\ 15.3\ 15.4\ 15.5 export DERIVED_FILES_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/DerivedSources export DERIVED_FILE_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/DerivedSources export DERIVED_SOURCES_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.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\=5HVP2BDV23 export DOCUMENTATION_FOLDER_PATH\=iOSTemplate.app/en.lproj/Documentation export DONT_GENERATE_INFOPLIST_FILE\=NO export DO_HEADER_SCANNING_IN_JAM\=NO export DSTROOT\=/tmp/iOSTemplate.dst export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export DWARF_DSYM_FILE_NAME\=iOSTemplate.app.dSYM export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO export DWARF_DSYM_FOLDER_PATH\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos export DYNAMIC_LIBRARY_EXTENSION\=dylib 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\=YES 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 ENTITLEMENTS_ALLOWED\=YES export ENTITLEMENTS_DESTINATION\=Signature export ENTITLEMENTS_REQUIRED\=NO 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\=iOSTemplate.app/Executables export EXECUTABLE_FOLDER_PATH\=iOSTemplate.app export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO\=iOSTemplate.app/MacOS export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES\=iOSTemplate.app export EXECUTABLE_NAME\=iOSTemplate export EXECUTABLE_PATH\=iOSTemplate.app/iOSTemplate export EXPANDED_CODE_SIGN_IDENTITY\=xxxxx export EXPANDED_CODE_SIGN_IDENTITY_NAME\=Apple\ Development:xxxxx export EXPANDED_PROVISIONING_PROFILE\=xxxxx export FILE_LIST\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Objects/LinkFileList export FIXED_FILES_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/FixedFiles export FRAMEWORKS_FOLDER_PATH\=iOSTemplate.app/Frameworks export FRAMEWORK_FLAG_PREFIX\=-framework export FRAMEWORK_SEARCH_PATHS\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos\ \ \"/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/Alamofire\" export FRAMEWORK_VERSION\=A export FULL_PRODUCT_NAME\=iOSTemplate.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_OPTIMIZATION_LEVEL\=0 export GCC_PFE_FILE_C_DIALECTS\=c\ objective-c\ c++\ objective-c++ export GCC_PREPROCESSOR_DEFINITIONS\=DEBUG\=1\ \ COCOAPODS\=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/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/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/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/include\ \ \"/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/Alamofire/Alamofire.framework/Headers\" export HIDE_BITCODE_SYMBOLS\=YES export HOME\=/Users/lyon export ICONV\=/usr/bin/iconv export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES export INFOPLIST_FILE\=iOSTemplate/Info.plist export INFOPLIST_OUTPUT_FORMAT\=binary export INFOPLIST_PATH\=iOSTemplate.app/Info.plist export INFOPLIST_PREPROCESS\=NO export INFOSTRINGS_PATH\=iOSTemplate.app/en.lproj/InfoPlist.strings export INLINE_PRIVATE_FRAMEWORKS\=NO export INSTALLHDRS_COPY_PHASE\=NO export INSTALLHDRS_SCRIPT_PHASE\=NO export INSTALL_DIR\=/tmp/iOSTemplate.dst/Applications export INSTALL_GROUP\=staff export INSTALL_MODE_FLAG\=u+w,go-w,a+rX export INSTALL_OWNER\=lyon export INSTALL_PATH\=/Applications export INSTALL_ROOT\=/tmp/iOSTemplate.dst export IPHONEOS_DEPLOYMENT_TARGET\=12.1 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\=iOSTemplate.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_DEFAULT_CFLAGS\=-DKASAN\=1\ -fsanitize\=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow export KEEP_PRIVATE_EXTERNS\=NO export LD\=/Users/lyon/demo/xcremotecache-demo/XCRC/xcld export LDPLUSPLUS\=/Users/lyon/demo/xcremotecache-demo/XCRC/xcldplusplus export LD_DEPENDENCY_INFO_FILE\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Objects-normal/undefined_arch/iOSTemplate_dependency_info.dat export LD_GENERATE_MAP_FILE\=NO export LD_MAP_FILE_PATH\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/iOSTemplate-LinkMap-normal-undefined_arch.txt export LD_NO_PIE\=NO export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES export LD_RUNPATH_SEARCH_PATHS\=\ /usr/lib/swift\ \'@executable_path/Frameworks\'\ \'@loader_path/Frameworks\'\ @executable_path/Frameworks export LEGACY_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/SharedSupport/Developer export LEX\=lex export LIBRARY_DEXT_INSTALL_PATH\=/Library/DriverExtensions export LIBRARY_FLAG_NOSPACE\=YES export LIBRARY_FLAG_PREFIX\=-l export LIBRARY_KEXT_INSTALL_PATH\=/Library/Extensions export LIBRARY_SEARCH_PATHS\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos\ /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk/usr/lib/swift export LIBTOOL\=/Users/lyon/demo/xcremotecache-demo/XCRC/xclibtool export LINKER_DISPLAYS_MANGLED_NAMES\=NO export LINK_FILE_LIST_normal_arm64\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Objects-normal/arm64/iOSTemplate.LinkFileList export LINK_WITH_STANDARD_LIBRARIES\=YES export LLVM_TARGET_TRIPLE_OS_VERSION\=ios12.1 export LLVM_TARGET_TRIPLE_VENDOR\=apple export LOCALIZATION_EXPORT_SUPPORTED\=YES export LOCALIZED_RESOURCES_FOLDER_PATH\=iOSTemplate.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/lyon/demo/xcremotecache-demo export LOCSYMROOT\=/Users/lyon/demo/xcremotecache-demo export MACH_O_TYPE\=mh_execute export MAC_OS_X_PRODUCT_BUILD_VERSION\=21F79 export MAC_OS_X_VERSION_ACTUAL\=120400 export MAC_OS_X_VERSION_MAJOR\=120000 export MAC_OS_X_VERSION_MINOR\=120400 export METAL_LIBRARY_FILE_BASE\=default export METAL_LIBRARY_OUTPUT_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app export MODULES_FOLDER_PATH\=iOSTemplate.app/Modules export MODULE_CACHE_DIR\=/Users/lyon/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 OBJECT_FILE_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Objects export OBJECT_FILE_DIR_normal\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Objects-normal export OBJROOT\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex export ONLY_ACTIVE_ARCH\=YES export OS\=MACOS export OSAC\=/usr/bin/osacompile export OTHER_CFLAGS\=\ -isystem\ \"/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/Alamofire/Alamofire.framework/Headers\"\ -iframework\ \"/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/Alamofire\"\ -fdebug-prefix-map\=/Users/lyon/demo/xcremotecache-demo\=/xxxxxxxxxx export OTHER_CPLUSPLUSFLAGS\=\ -isystem\ \"/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/Alamofire/Alamofire.framework/Headers\"\ -iframework\ \"/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/Alamofire\"\ -fdebug-prefix-map\=/Users/lyon/demo/xcremotecache-demo\=/xxxxxxxxxx export OTHER_LDFLAGS\=\ -framework\ \"Alamofire\"\ -framework\ \"CFNetwork\" export OTHER_SWIFT_FLAGS\=\ -D\ COCOAPODS\ -debug-prefix-map\ /Users/lyon/demo/xcremotecache-demo\=/xxxxxxxxxx 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/iPhoneOS.platform/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/usr/local/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.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 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\=iOSTemplate.app/pbdevelopment.plist export PER_ARCH_OBJECT_FILE_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Objects-normal/undefined_arch export PER_VARIANT_OBJECT_FILE_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Objects-normal export PKGINFO_FILE_PATH\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/PkgInfo export PKGINFO_PATH\=iOSTemplate.app/PkgInfo export PLATFORM_DEVELOPER_APPLICATIONS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/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/SDKs export PLATFORM_DEVELOPER_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Tools 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\=19F64 export PLIST_FILE_OUTPUT_FORMAT\=binary export PLUGINS_FOLDER_PATH\=iOSTemplate.app/PlugIns export PODS_BUILD_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products export PODS_CONFIGURATION_BUILD_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos export PODS_PODFILE_DIR_PATH\=/Users/lyon/demo/xcremotecache-demo/. export PODS_ROOT\=/Users/lyon/demo/xcremotecache-demo/Pods export PODS_XCFRAMEWORKS_BUILD_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/XCFrameworkIntermediates export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES export PRECOMP_DESTINATION_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/PrefixHeaders export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO export PRIVATE_HEADERS_FOLDER_PATH\=iOSTemplate.app/PrivateHeaders export PRODUCT_BUNDLE_IDENTIFIER\=com.lyon.demo export PRODUCT_BUNDLE_PACKAGE_TYPE\=APPL export PRODUCT_MODULE_NAME\=iOSTemplate export PRODUCT_NAME\=iOSTemplate export PRODUCT_SETTINGS_PATH\=/Users/lyon/demo/xcremotecache-demo/iOSTemplate/Info.plist export PRODUCT_TYPE\=com.apple.product-type.application export PROFILING_CODE\=NO export PROJECT\=iOSTemplate export PROJECT_DERIVED_FILE_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/DerivedSources export PROJECT_DIR\=/Users/lyon/demo/xcremotecache-demo export PROJECT_FILE_PATH\=/Users/lyon/demo/xcremotecache-demo/iOSTemplate.xcodeproj export PROJECT_NAME\=iOSTemplate export PROJECT_TEMP_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build export PROJECT_TEMP_ROOT\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex export PROVISIONING_PROFILE_REQUIRED\=YES export PUBLIC_HEADERS_FOLDER_PATH\=iOSTemplate.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 RESOURCE_RULES_REQUIRED\=YES export REZ_COLLECTOR_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/ResourceManagerResources export REZ_OBJECTS_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/ResourceManagerResources/Objects export REZ_SEARCH_PATHS\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos\ export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO export SCRIPTS_FOLDER_PATH\=iOSTemplate.app/Scripts export SCRIPT_INPUT_FILE_0\=/Users/lyon/demo/xcremotecache-demo/XCRC/xcpostbuild export SCRIPT_INPUT_FILE_COUNT\=1 export SCRIPT_INPUT_FILE_LIST_COUNT\=0 export SCRIPT_OUTPUT_FILE_0\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Modules/iOSTemplate.swiftmodule/arm64.swiftmodule.md5 export SCRIPT_OUTPUT_FILE_1\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Modules/iOSTemplate.swiftmodule/arm64-apple-ios.swiftmodule.md5 export SCRIPT_OUTPUT_FILE_COUNT\=2 export SCRIPT_OUTPUT_FILE_LIST_COUNT\=0 export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk export SDK_DIR_iphoneos\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk export SDK_DIR_iphoneos15_5\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk export SDK_NAME\=iphoneos15.5 export SDK_NAMES\=iphoneos15.5 export SDK_PRODUCT_BUILD_VERSION\=19F64 export SDK_VERSION\=15.5 export SDK_VERSION_ACTUAL\=150500 export SDK_VERSION_MAJOR\=150000 export SDK_VERSION_MINOR\=150500 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/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/DerivedSources export SHARED_FRAMEWORKS_FOLDER_PATH\=iOSTemplate.app/SharedFrameworks export SHARED_PRECOMPS_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/PrecompiledHeaders export SHARED_SUPPORT_FOLDER_PATH\=iOSTemplate.app/SharedSupport export SKIP_INSTALL\=NO export SOURCE_ROOT\=/Users/lyon/demo/xcremotecache-demo export SRCROOT\=/Users/lyon/demo/xcremotecache-demo export STRINGSDATA_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Objects-normal/undefined_arch export STRINGSDATA_ROOT\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.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_TEXT_BASED_API\=NO export SWIFT_ACTIVE_COMPILATION_CONDITIONS\=DEBUG export SWIFT_EMIT_LOC_STRINGS\=NO export SWIFT_EXEC\=/Users/lyon/demo/xcremotecache-demo/XCRC/xcswiftc export SWIFT_OPTIMIZATION_LEVEL\=-Onone export SWIFT_PLATFORM_TARGET_PREFIX\=ios export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Objects-normal/arm64/iOSTemplate.SwiftFileList export SWIFT_USE_INTEGRATED_DRIVER\=NO export SWIFT_VERSION\=4.2 export SYMROOT\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products export SYSTEM_ADMIN_APPS_DIR\=/Applications/Utilities export SYSTEM_APPS_DIR\=/Applications export SYSTEM_CORE_SERVICES_DIR\=/System/Library/CoreServices export SYSTEM_DEMOS_DIR\=/Applications/Extras export SYSTEM_DEVELOPER_APPS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications export SYSTEM_DEVELOPER_BIN_DIR\=/Applications/Xcode.app/Contents/Developer/usr/bin export SYSTEM_DEVELOPER_DEMOS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities/Built\ Examples export SYSTEM_DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer export SYSTEM_DEVELOPER_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library export SYSTEM_DEVELOPER_GRAPHICS_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Graphics\ Tools export SYSTEM_DEVELOPER_JAVA_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Java\ Tools export SYSTEM_DEVELOPER_PERFORMANCE_TOOLS_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Performance\ Tools export SYSTEM_DEVELOPER_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes export SYSTEM_DEVELOPER_TOOLS\=/Applications/Xcode.app/Contents/Developer/Tools export SYSTEM_DEVELOPER_TOOLS_DOC_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/documentation/DeveloperTools export SYSTEM_DEVELOPER_TOOLS_RELEASENOTES_DIR\=/Applications/Xcode.app/Contents/Developer/ADC\ Reference\ Library/releasenotes/DeveloperTools export SYSTEM_DEVELOPER_USR_DIR\=/Applications/Xcode.app/Contents/Developer/usr export SYSTEM_DEVELOPER_UTILITIES_DIR\=/Applications/Xcode.app/Contents/Developer/Applications/Utilities export SYSTEM_DEXT_INSTALL_PATH\=/System/Library/DriverExtensions export SYSTEM_DOCUMENTATION_DIR\=/Library/Documentation export SYSTEM_EXTENSIONS_FOLDER_PATH\=iOSTemplate.app/SystemExtensions export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO\=iOSTemplate.app/Library/SystemExtensions export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES\=iOSTemplate.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\=iOSTemplate export TARGET_BUILD_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos export TARGET_DEVICE_IDENTIFIER\=00008030-000230921444802E export TARGET_DEVICE_MODEL\=iPhone12,1 export TARGET_DEVICE_OS_VERSION\=15.5 export TARGET_DEVICE_PLATFORM_NAME\=iphoneos export TARGET_NAME\=iOSTemplate export TARGET_TEMP_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build export TEMP_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build export TEMP_FILES_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build export TEMP_FILE_DIR\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build export TEMP_ROOT\=/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/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/iPhoneOS15.5.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 TREAT_MISSING_BASELINES_AS_TEST_FAILURES\=NO export TeamIdentifierPrefix\=5HVP2BDV23. export UID\=501 export UNLOCALIZED_RESOURCES_FOLDER_PATH\=iOSTemplate.app export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO\=iOSTemplate.app/Resources export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES\=iOSTemplate.app export UNSTRIPPED_PRODUCT\=NO export USER\=lyon export USER_APPS_DIR\=/Users/lyon/Applications export USER_LIBRARY_DIR\=/Users/lyon/Library export USE_DYNAMIC_NO_PIC\=YES export USE_HEADERMAP\=YES export USE_HEADER_SYMLINKS\=NO export USE_LLVM_TARGET_TRIPLES\=YES export USE_LLVM_TARGET_TRIPLES_FOR_CLANG\=YES export USE_LLVM_TARGET_TRIPLES_FOR_LD\=YES export USE_LLVM_TARGET_TRIPLES_FOR_TAPI\=YES export USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES\=YES export VALIDATE_DEVELOPMENT_ASSET_PATHS\=YES_ERROR export VALIDATE_PRODUCT\=NO export VALIDATE_WORKSPACE\=YES_ERROR export VALID_ARCHS\=arm64\ arm64e\ armv7\ armv7s export VERBOSE_PBXCP\=NO export VERSIONPLIST_PATH\=iOSTemplate.app/version.plist export VERSION_INFO_BUILDER\=lyon export VERSION_INFO_FILE\=iOSTemplate_vers.c export VERSION_INFO_STRING\=\"@(#)PROGRAM:iOSTemplate\ \ PROJECT:iOSTemplate-\" export WRAPPER_EXTENSION\=app export WRAPPER_NAME\=iOSTemplate.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\=13F100 export XCODE_VERSION_ACTUAL\=1341 export XCODE_VERSION_MAJOR\=1300 export XCODE_VERSION_MINOR\=1340 export XCRC_COOCAPODS_ROOT\=/Users/lyon/demo/xcremotecache-demo/ export XCRC_PLATFORM_PREFERRED_ARCH\=arm64 export XCREMOTE_CACHE_FAKE_SRCROOT\=/xxxxxxxxxx export XPCSERVICES_FOLDER_PATH\=iOSTemplate.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 CODE_SIGNING_ALLOWED_appletvos\=NO export __CODE_SIGNING_ALLOWED_iphoneos\=NO export CODE_SIGNING_ALLOWED_watchos\=NO export arch\=undefined_arch export variant\=normal /bin/sh -c /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Script-9C3226F6B2EE3DC61D205264.sh

[RC] Cached build for iOSTemplate target

CompileAssetCatalog /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app /Users/lyon/demo/xcremotecache-demo/iOSTemplate/Assets.xcassets (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo /Applications/Xcode.app/Contents/Developer/usr/bin/actool --output-format human-readable-text --notices --warnings --export-dependency-info /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/assetcatalog_dependencies --output-partial-info-plist /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/assetcatalog_generated_info.plist --app-icon AppIcon --compress-pngs --enable-on-demand-resources YES --filter-for-device-model iPhone12,1 --filter-for-device-os-version 15.5 --development-region en --target-device iphone --target-device ipad --minimum-deployment-target 12.1 --platform iphoneos --compile /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app /Users/lyon/demo/xcremotecache-demo/iOSTemplate/Assets.xcassets

2022-09-01 10:27:02.456 ibtoold[62944:5887536] DEBUG: Added to environment: { TMPDIR = "/var/folders/v8/fgmgjxps3wz55j2f1mwqgh4m0000gn/T/A5A71764-F1DC-4843-9F53-B9D7D7C51CD4"; } / com.apple.actool.compilation-results / /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/assetcatalog_generated_info.plist /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Assets.car

CompileStoryboard /Users/lyon/demo/xcremotecache-demo/iOSTemplate/Base.lproj/LaunchScreen.storyboard (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo export XCODE_DEVELOPER_USR_PATH\=/Applications/Xcode.app/Contents/Developer/usr/bin/.. /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module iOSTemplate --output-partial-info-plist /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Base.lproj/LaunchScreen-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --target-device ipad --minimum-deployment-target 12.1 --output-format human-readable-text --compilation-directory /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Base.lproj /Users/lyon/demo/xcremotecache-demo/iOSTemplate/Base.lproj/LaunchScreen.storyboard

CompileStoryboard /Users/lyon/demo/xcremotecache-demo/iOSTemplate/Base.lproj/Main.storyboard (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo export XCODE_DEVELOPER_USR_PATH\=/Applications/Xcode.app/Contents/Developer/usr/bin/.. /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module iOSTemplate --output-partial-info-plist /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Base.lproj/Main-SBPartialInfo.plist --auto-activate-custom-fonts --target-device iphone --target-device ipad --minimum-deployment-target 12.1 --output-format human-readable-text --compilation-directory /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Base.lproj /Users/lyon/demo/xcremotecache-demo/iOSTemplate/Base.lproj/Main.storyboard

LinkStoryboards (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo export XCODE_DEVELOPER_USR_PATH\=/Applications/Xcode.app/Contents/Developer/usr/bin/.. /Applications/Xcode.app/Contents/Developer/usr/bin/ibtool --errors --warnings --notices --module iOSTemplate --target-device iphone --target-device ipad --minimum-deployment-target 12.1 --output-format human-readable-text --link /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Base.lproj/LaunchScreen.storyboardc /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Base.lproj/Main.storyboardc

WriteAuxiliaryFile /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Script-496DA202A89B36E98F02B5B6.sh (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo write-file /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Script-496DA202A89B36E98F02B5B6.sh

WriteAuxiliaryFile /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/OutputFileList-496DA202A89B36E98F02B5B6-Pods-iOSTemplate-frameworks-Debug-output-files-f09df1e120f4cb6beb1add9fdcd995e2-resolved.xcfilelist (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo write-file /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/OutputFileList-496DA202A89B36E98F02B5B6-Pods-iOSTemplate-frameworks-Debug-output-files-f09df1e120f4cb6beb1add9fdcd995e2-resolved.xcfilelist

WriteAuxiliaryFile /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/InputFileList-496DA202A89B36E98F02B5B6-Pods-iOSTemplate-frameworks-Debug-input-files-7aae08a49efbd2df7f40d93e6c126216-resolved.xcfilelist (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo write-file /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/InputFileList-496DA202A89B36E98F02B5B6-Pods-iOSTemplate-frameworks-Debug-input-files-7aae08a49efbd2df7f40d93e6c126216-resolved.xcfilelist

PhaseScriptExecution [CP]\ Embed\ Pods\ Frameworks /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Script-496DA202A89B36E98F02B5B6.sh (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo /bin/sh -c /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Script-496DA202A89B36E98F02B5B6.sh

mkdir -p /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Frameworks rsync --delete -av --filter P .*.?????? --links --filter "- CVS/" --filter "- .svn/" --filter "- .git/" --filter "- .hg/" --filter "- Headers" --filter "- PrivateHeaders" --filter "- Modules" "/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/Alamofire/Alamofire.framework" "/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Frameworks" building file list ... done deleting Alamofire.framework/_CodeSignature/CodeResources deleting Alamofire.framework/_CodeSignature/ Alamofire.framework/ Alamofire.framework/Alamofire

sent 3839327 bytes received 48 bytes 7678750.00 bytes/sec total size is 3839467 speedup is 1.00 Code Signing /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Frameworks/Alamofire.framework with Identity Apple Development: xxx (xxxxx) /usr/bin/codesign --force --sign xxxxx --preserve-metadata=identifier,entitlements '/Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Frameworks/Alamofire.framework'

ProcessInfoPlistFile /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Info.plist /Users/lyon/demo/xcremotecache-demo/iOSTemplate/Info.plist (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo builtin-infoPlistUtility /Users/lyon/demo/xcremotecache-demo/iOSTemplate/Info.plist -producttype com.apple.product-type.application -genpkginfo /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/PkgInfo -expandbuildsettings -format binary -platform iphoneos -additionalcontentfile /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Base.lproj/LaunchScreen-SBPartialInfo.plist -additionalcontentfile /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/Base.lproj/Main-SBPartialInfo.plist -additionalcontentfile /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/assetcatalog_generated_info.plist -requiredArchitecture arm64 -o /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Info.plist

CopySwiftLibs /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo export CODESIGN_ALLOCATE\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.5.sdk builtin-swiftStdLibTool --copy --verbose --sign F552FEA3AAE576CED5A5CE5A9D8DF518144FB4DC --scan-executable /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/iOSTemplate --scan-folder /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Frameworks --scan-folder /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/PlugIns --scan-folder /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/SystemExtensions --platform iphoneos --toolchain /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --destination /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/Frameworks --strip-bitcode --strip-bitcode-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bitcode_strip --emit-dependency-info /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/SwiftStdLibToolInputDependencies.dep --filter-for-swift-os

Failed to scan executable: /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app/iOSTemplate Exiting early, found no Swift version in executables.

CodeSign /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo export CODESIGN_ALLOCATE\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/codesign_allocate

Signing Identity:     "Apple Development: XXXXX (XXXXX)"
Provisioning Profile: "iOS Team Provisioning Profile: *"
                      (XXXXX)

/usr/bin/codesign --force --sign F552FEA3AAE576CED5A5CE5A9D8DF518144FB4DC --entitlements /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Intermediates.noindex/iOSTemplate.build/Debug-iphoneos/iOSTemplate.build/iOSTemplate.app.xcent --timestamp\=none --generate-entitlement-der /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app

RegisterExecutionPolicyException /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo builtin-RegisterExecutionPolicyException /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app

Validate /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo builtin-validationUtility /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app

Touch /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app (in target 'iOSTemplate' from project 'iOSTemplate') cd /Users/lyon/demo/xcremotecache-demo /usr/bin/touch -c /Users/lyon/Library/Developer/Xcode/DerivedData/iOSTemplate-enfqfzulwvkbpzfedtjgsutvhcwe/Build/Products/Debug-iphoneos/iOSTemplate.app

Build succeeded 2022/9/1, 10:43 0.2 seconds

bandaoxiatian commented 1 year ago

To get around this issue, I intend to ignore the iOSTemplate target, Podfile like this:

source 'https://cdn.cocoapods.org/'

platform :ios, '13.0'
inhibit_all_warnings!
use_modular_headers!

plugin 'cocoapods-xcremotecache'
xcremotecache({
              'enabled' => true,
              'cache_addresses' => ['http://localhost:8080/cache'],
              'primary_repo' => 'git@xxxxx.git',
              'mode' => 'consumer',
              'final_target' => 'iOSTemplate',
              'check_platform' => 'iphoneos',
              'check_build_configuration' => 'Debug',
              'exclude_targets' => ['iOSTemplate'],
#              'exclude_build_configurations' => ['Release']
            })

target 'iOSTemplate' do
pod 'Alamofire'
end

Redo pod install and clean build folder, after rebuild Xcode console still log [RC] Cached build for iOSTemplate target, so install app still failed.

it seems that exclude_targets doesn't work, Did I do something wrong?

By the way, I just want use XCRC in DEBUG configuration, so I try to use exclude_build_configurations, but it also doesn't work in this case, it still publish to remote cache in Release configuration :(

polac24 commented 1 year ago

The issue duplicates #58

Regarding exclude_targets, I cannot reproduce it - it works for me.

polac24 commented 1 year ago

@bandaoxiatian, please close it if #58 is the same issue and open new one for the exclude_targets if you consider that as an issue.

bandaoxiatian commented 1 year ago

xcremotecache 0.3.16 relying on Zip 2.1.2, Maybe it's not just Zip issue?

polac24 commented 1 year ago

Can you elaborate? That PR in Zip hasn't been merged so I would assume Zip still lacks that feature.

bandaoxiatian commented 1 year ago

I notice that PR was made 4 months ago, but still hasn't been merged. It may be a long wait.. Can you add the execute permission inside XCRC when the file has no?

polac24 commented 1 year ago

Ah yes, probably we could workaround that inside XCRemoteCache and manually add x to all files that had that permission on a producer side. That means a producer needs to embed a list of all executable files somewhere (probably in a meta json file). That is doable but I find it very clunky.

bandaoxiatian commented 1 year ago

Thank you anyway. I will manually add that permission before installation phase in consumer mode.