expo: [expo-constants][iOS] build failed: PhaseScriptExecution [CP-User]\ Generate\ app.config\ for\ prebuilt\ Constants.manifest

Summary

expo-constants throws ‘Command PhaseScriptExecution failed with a nonzero exit code’ when building iOS.

Managed or bare workflow? If you have ios/ or android/ directories in your project, the answer is bare!

bare

What platform(s) does this occur on?

iOS

SDK Version (managed workflow only)

No response

Environment

> expo diagnostics

  Expo CLI 5.0.3 environment info:
    System:
      OS: macOS 12.1
      Shell: 5.8 - /bin/zsh
    Binaries:
      Node: 16.13.0 - /usr/local/bin/node
      Yarn: 1.22.17 - /usr/local/bin/yarn
      npm: 8.3.0 - /usr/local/bin/npm
    Managers:
      CocoaPods: 1.11.2 - /usr/local/bin/pod
    SDKs:
      iOS SDK:
        Platforms: DriverKit 21.0.1, iOS 15.0, macOS 12.0, tvOS 15.0, watchOS 8.0
      Android SDK:
        API Levels: 24, 25, 26, 27, 28, 29, 30
        Build Tools: 23.0.1, 23.0.3, 24.0.2, 25.0.2, 25.0.3, 26.0.1, 26.0.2, 26.0.3, 27.0.3, 28.0.0, 28.0.2, 28.0.3, 29.0.2, 29.0.3, 30.0.2, 31.0.0
        Android NDK: 22.1.7171670
    IDEs:
      Android Studio: 2020.3 AI-203.7717.56.2031.7935034
      Xcode: 13.1/13A1030d - /usr/bin/xcodebuild
    npmPackages:
      expo: ~44.0.0 => 44.0.4
      react: 17.0.1 => 17.0.1
      react-dom: 17.0.1 => 17.0.1
      react-native: 0.64.3 => 0.64.3
      react-native-web: 0.17.1 => 0.17.1
    npmGlobalPackages:
      expo-cli: 5.0.3
    Expo Workflow: bare

Reproducible demo

This doesn’t require any code to reproduce. Just create a new project and build its iOS on XCode.

  • Step 1
> expo init my-app
✔ Choose a template: › blank               a minimal app as clean as an empty canvas
✔ Downloaded and extracted project files.
🧶 Using Yarn to install packages. Pass --npm to use npm instead.
✔ Installed JavaScript dependencies.

✅ Your project is ready!

To run your project, navigate to the directory and run one of the following yarn commands.

- cd my-app
- yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below.
- yarn android
- yarn ios
- yarn web
  • Step 2
> cd my-app
> expo run:ios

📝  iOS Bundle Identifier Learn more.

✔ What would you like your iOS bundle identifier to be? … com.objectkuan.my-app
✔ Created native project
✔ Added Metro config
✔ Updated package.json and added index.js entry point for iOS and Android
› Removed "main": "node_modules/expo/AppEntry.js" from package.json because we recommend using index.js as main instead

🧶 Using Yarn to install packages. Pass --npm to use npm instead.
✔ Installed JavaScript dependencies 4423ms
Using node to generate images. This is much slower than using native packages.
› Optionally you can stop the process and try again after successfully running `npm install -g sharp-cli`.

Using node to generate images. This is much slower than using native packages.
› Optionally you can stop the process and try again after successfully running `npm install -g sharp-cli`.

✔ Config synced
✔ Installed pods and initialized Xcode workspace.
...
No iOS devices available in Simulator.app
Error: No iOS devices available in Simulator.app
    at getBestUnbootedSimulatorAsync (/usr/local/lib/node_modules/expo-cli/node_modules/xdl/src/Simulator.ts:283:11)
    at processTicksAndRejections (node:internal/process/task_queues:96:5)
    at ensureSimulatorOpenAsync (/usr/local/lib/node_modules/expo-cli/node_modules/xdl/src/Simulator.ts:230:12)
  • Step 3
> open ios/myapp.xcworkspace
  • Step 4

In XCode, select a team for signing

  • Step 5

Build and wait.

  • Step 5

Say hi to the error:


Showing All Errors Only

Build target EXConstants of project Pods with configuration Debug

PhaseScriptExecution [CP-User]\ Generate\ app.config\ for\ prebuilt\ Constants.manifest /Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Script-5EA29C51D9D7C41F8548CAAF0EA4AA7C.sh (in target 'EXConstants' from project 'Pods')
    cd /tmp/my-app/ios/Pods
    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\=hejq
    export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES\=NO
    export ALWAYS_SEARCH_USER_PATHS\=NO
    export ALWAYS_USE_SEPARATE_HEADERMAPS\=NO
    export APPLE_INTERNAL_DEVELOPER_DIR\=/AppleInternal/Developer
    export APPLE_INTERNAL_DIR\=/AppleInternal
    export APPLE_INTERNAL_DOCUMENTATION_DIR\=/AppleInternal/Documentation
    export APPLE_INTERNAL_LIBRARY_DIR\=/AppleInternal/Library
    export APPLE_INTERNAL_TOOLS\=/AppleInternal/Developer/Tools
    export APPLICATION_EXTENSION_API_ONLY\=NO
    export APPLY_RULES_IN_COPY_FILES\=NO
    export APPLY_RULES_IN_COPY_HEADERS\=NO
    export ARCHS\=arm64
    export ARCHS_STANDARD\=arm64
    export ARCHS_STANDARD_32_64_BIT\=armv7\ arm64
    export ARCHS_STANDARD_32_BIT\=armv7
    export ARCHS_STANDARD_64_BIT\=arm64
    export ARCHS_STANDARD_INCLUDING_64_BIT\=arm64
    export ARCHS_UNIVERSAL_IPHONE_OS\=armv7\ arm64
    export AVAILABLE_PLATFORMS\=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator
    export BITCODE_GENERATION_MODE\=marker
    export BUILD_ACTIVE_RESOURCES_ONLY\=NO
    export BUILD_COMPONENTS\=headers\ build
    export BUILD_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products
    export BUILD_LIBRARY_FOR_DISTRIBUTION\=NO
    export BUILD_ROOT\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products
    export BUILD_STYLE\=
    export BUILD_VARIANTS\=normal
    export BUILT_PRODUCTS_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants
    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/b9/rbjxhyd12cv2z0j836x4df5c0000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode
    export CCHROOT\=/var/folders/b9/rbjxhyd12cv2z0j836x4df5c0000gn/C/com.apple.DeveloperTools/13.1-13A1030d/Xcode
    export CHMOD\=/bin/chmod
    export CHOWN\=/usr/sbin/chown
    export CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED\=YES
    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_MODULE_DEBUGGING\=NO
    export CLANG_ENABLE_OBJC_ARC\=YES
    export CLANG_ENABLE_OBJC_WEAK\=NO
    export CLANG_MODULES_BUILD_SESSION_FILE\=/Users/hejq/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/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/JavaClasses
    export CLEAN_PRECOMPS\=YES
    export CLONE_HEADERS\=NO
    export CODESIGNING_FOLDER_PATH\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants/libEXConstants.a
    export CODE_SIGNING_ALLOWED\=NO
    export CODE_SIGNING_REQUIRED\=YES
    export CODE_SIGN_CONTEXT_CLASS\=XCiPhoneOSCodeSignContext
    export CODE_SIGN_INJECT_BASE_ENTITLEMENTS\=YES
    export COLOR_DIAGNOSTICS\=NO
    export COMBINE_HIDPI_IMAGES\=NO
    export COMPILER_INDEX_STORE_ENABLE\=Default
    export COMPOSITE_SDK_DIRS\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/CompositeSDKs
    export COMPRESS_PNG_FILES\=YES
    export CONFIGURATION\=Debug
    export CONFIGURATION_BUILD_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants
    export CONFIGURATION_TEMP_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos
    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.0.sdk
    export CORRESPONDING_SIMULATOR_SDK_NAME\=iphonesimulator15.0
    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_CLANG_ENV_NAME\=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_CLANG_FLAG_NAME\=miphoneos-version-min
    export DEPLOYMENT_TARGET_CLANG_FLAG_PREFIX\=-miphoneos-version-min\=
    export DEPLOYMENT_TARGET_LD_ENV_NAME\=IPHONEOS_DEPLOYMENT_TARGET
    export DEPLOYMENT_TARGET_LD_FLAG_NAME\=ios_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
    export DERIVED_FILES_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/DerivedSources
    export DERIVED_FILE_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/DerivedSources
    export DERIVED_SOURCES_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.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 DONT_GENERATE_INFOPLIST_FILE\=NO
    export DO_HEADER_SCANNING_IN_JAM\=NO
    export DSTROOT\=/tmp/Pods.dst
    export DT_TOOLCHAIN_DIR\=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain
    export DWARF_DSYM_FILE_NAME\=libEXConstants.a.dSYM
    export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT\=NO
    export DWARF_DSYM_FOLDER_PATH\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants
    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_HARDENED_RUNTIME\=NO
    export ENABLE_HEADER_DEPENDENCIES\=YES
    export ENABLE_ON_DEMAND_RESOURCES\=NO
    export ENABLE_PREVIEWS\=NO
    export ENABLE_STRICT_OBJC_MSGSEND\=YES
    export ENABLE_TESTABILITY\=YES
    export ENABLE_TESTING_SEARCH_PATHS\=NO
    export ENTITLEMENTS_DESTINATION\=Signature
    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 EXECUTABLE_EXTENSION\=a
    export EXECUTABLE_NAME\=libEXConstants.a
    export EXECUTABLE_PATH\=libEXConstants.a
    export EXECUTABLE_PREFIX\=lib
    export EXECUTABLE_SUFFIX\=.a
    export FILE_LIST\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Objects/LinkFileList
    export FIXED_FILES_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/FixedFiles
    export FRAMEWORK_FLAG_PREFIX\=-framework
    export FRAMEWORK_SEARCH_PATHS\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants\ 
    export FRAMEWORK_VERSION\=A
    export FULL_PRODUCT_NAME\=libEXConstants.a
    export GCC3_VERSION\=3.3
    export GCC_C_LANGUAGE_STANDARD\=gnu11
    export GCC_DYNAMIC_NO_PIC\=NO
    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_PREFIX_HEADER\=Target\ Support\ Files/EXConstants/EXConstants-prefix.pch
    export GCC_PREPROCESSOR_DEFINITIONS\=POD_CONFIGURATION_DEBUG\=1\ DEBUG\=1\ \ COCOAPODS\=1
    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/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/GeneratedModuleMaps-iphoneos
    export GENERATE_INFOPLIST_FILE\=NO
    export GENERATE_MASTER_OBJECT_FILE\=NO
    export GENERATE_PKGINFO_FILE\=NO
    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/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants/include\ \ \"/tmp/my-app/ios/Pods/Headers/Private\"\ \"/tmp/my-app/ios/Pods/Headers/Private/EXConstants\"\ \"/tmp/my-app/ios/Pods/Headers/Public\"\ \"/tmp/my-app/ios/Pods/Headers/Public/DoubleConversion\"\ \"/tmp/my-app/ios/Pods/Headers/Public/EXConstants\"\ \"/tmp/my-app/ios/Pods/Headers/Public/ExpoModulesCore\"\ \"/tmp/my-app/ios/Pods/Headers/Public/RCT-Folly\"\ \"/tmp/my-app/ios/Pods/Headers/Public/React-Core\"\ \"/tmp/my-app/ios/Pods/Headers/Public/React-callinvoker\"\ \"/tmp/my-app/ios/Pods/Headers/Public/React-cxxreact\"\ \"/tmp/my-app/ios/Pods/Headers/Public/React-jsi\"\ \"/tmp/my-app/ios/Pods/Headers/Public/React-jsiexecutor\"\ \"/tmp/my-app/ios/Pods/Headers/Public/React-jsinspector\"\ \"/tmp/my-app/ios/Pods/Headers/Public/React-perflogger\"\ \"/tmp/my-app/ios/Pods/Headers/Public/React-runtimeexecutor\"\ \"/tmp/my-app/ios/Pods/Headers/Public/ReactCommon\"\ \"/tmp/my-app/ios/Pods/Headers/Public/Yoga\"\ \"/tmp/my-app/ios/Pods/Headers/Public/glog\"
    export HIDE_BITCODE_SYMBOLS\=YES
    export HOME\=/Users/hejq
    export ICONV\=/usr/bin/iconv
    export INFOPLIST_EXPAND_BUILD_SETTINGS\=YES
    export INFOPLIST_OUTPUT_FORMAT\=binary
    export INFOPLIST_PREPROCESS\=NO
    export INLINE_PRIVATE_FRAMEWORKS\=NO
    export INSTALLHDRS_COPY_PHASE\=NO
    export INSTALLHDRS_SCRIPT_PHASE\=NO
    export INSTALL_DIR\=/tmp/Pods.dst/usr/local/lib
    export INSTALL_GROUP\=staff
    export INSTALL_MODE_FLAG\=u+w,go-w,a+rX
    export INSTALL_OWNER\=hejq
    export INSTALL_PATH\=/usr/local/lib
    export INSTALL_ROOT\=/tmp/Pods.dst
    export IPHONEOS_DEPLOYMENT_TARGET\=12.0
    export JAVAC_DEFAULT_FLAGS\=-J-Xms64m\ -J-XX:NewSize\=4M\ -J-Dfile.encoding\=UTF8
    export JAVA_APP_STUB\=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
    export JAVA_ARCHIVE_CLASSES\=YES
    export JAVA_ARCHIVE_TYPE\=JAR
    export JAVA_COMPILER\=/usr/bin/javac
    export JAVA_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_DEPENDENCY_INFO_FILE\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Objects-normal/undefined_arch/EXConstants_dependency_info.dat
    export LD_GENERATE_MAP_FILE\=NO
    export LD_MAP_FILE_PATH\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/EXConstants-LinkMap-normal-undefined_arch.txt
    export LD_NO_PIE\=NO
    export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER\=YES
    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/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants\ 
    export LINKER_DISPLAYS_MANGLED_NAMES\=NO
    export LINK_FILE_LIST_normal_arm64\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Objects-normal/arm64/EXConstants.LinkFileList
    export LINK_WITH_STANDARD_LIBRARIES\=YES
    export LLVM_TARGET_TRIPLE_OS_VERSION\=ios12.0
    export LLVM_TARGET_TRIPLE_VENDOR\=apple
    export LOCALIZATION_EXPORT_SUPPORTED\=YES
    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\=/tmp/my-app/ios/Pods
    export LOCSYMROOT\=/tmp/my-app/ios/Pods
    export MACH_O_TYPE\=staticlib
    export MAC_OS_X_PRODUCT_BUILD_VERSION\=21C52
    export MAC_OS_X_VERSION_ACTUAL\=120100
    export MAC_OS_X_VERSION_MAJOR\=120000
    export MAC_OS_X_VERSION_MINOR\=120100
    export METAL_LIBRARY_FILE_BASE\=default
    export METAL_LIBRARY_OUTPUT_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants/
    export MODULE_CACHE_DIR\=/Users/hejq/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/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Objects
    export OBJECT_FILE_DIR_normal\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Objects-normal
    export OBJROOT\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex
    export ONLY_ACTIVE_ARCH\=NO
    export OS\=MACOS
    export OSAC\=/usr/bin/osacompile
    export OTHER_CFLAGS\=\ -fmodule-map-file\=\"/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/ExpoModulesCore/ExpoModulesCore.modulemap\"\ -fmodule-map-file\=\"/tmp/my-app/ios/Pods/Headers/Public/React-Core/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/tmp/my-app/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -fmodule-map-file\=\"/tmp/my-app/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"
    export OTHER_CPLUSPLUSFLAGS\=\ -fmodule-map-file\=\"/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/ExpoModulesCore/ExpoModulesCore.modulemap\"\ -fmodule-map-file\=\"/tmp/my-app/ios/Pods/Headers/Public/React-Core/React/React-Core.modulemap\"\ -fmodule-map-file\=\"/tmp/my-app/ios/Pods/Headers/Public/ReactCommon/ReactCommon.modulemap\"\ -fmodule-map-file\=\"/tmp/my-app/ios/Pods/Headers/Public/yoga/Yoga.modulemap\"
    export PACKAGE_TYPE\=com.apple.package-type.static-library
    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 PER_ARCH_OBJECT_FILE_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Objects-normal/undefined_arch
    export PER_VARIANT_OBJECT_FILE_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Objects-normal
    export PKGINFO_FILE_PATH\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/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\=19A339
    export PLIST_FILE_OUTPUT_FORMAT\=binary
    export PODS_BUILD_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products
    export PODS_CONFIGURATION_BUILD_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos
    export PODS_ROOT\=/tmp/my-app/ios/Pods
    export PODS_TARGET_SRCROOT\=/tmp/my-app/ios/Pods/../../node_modules/expo-constants/ios
    export PODS_XCFRAMEWORKS_BUILD_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/XCFrameworkIntermediates
    export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR\=YES
    export PRECOMP_DESTINATION_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/PrefixHeaders
    export PRESERVE_DEAD_CODE_INITS_AND_TERMS\=NO
    export PRODUCT_BUNDLE_IDENTIFIER\=org.cocoapods.EXConstants
    export PRODUCT_MODULE_NAME\=EXConstants
    export PRODUCT_NAME\=EXConstants
    export PRODUCT_SETTINGS_PATH\=
    export PRODUCT_TYPE\=com.apple.product-type.library.static
    export PROFILING_CODE\=NO
    export PROJECT\=Pods
    export PROJECT_DERIVED_FILE_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/DerivedSources
    export PROJECT_DIR\=/tmp/my-app/ios/Pods
    export PROJECT_FILE_PATH\=/tmp/my-app/ios/Pods/Pods.xcodeproj
    export PROJECT_NAME\=Pods
    export PROJECT_TEMP_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build
    export PROJECT_TEMP_ROOT\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex
    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/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/ResourceManagerResources
    export REZ_EXECUTABLE\=YES
    export REZ_OBJECTS_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/ResourceManagerResources/Objects
    export REZ_SEARCH_PATHS\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants\ 
    export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES\=NO
    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/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk
    export SDK_DIR\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk
    export SDK_DIR_iphoneos\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk
    export SDK_DIR_iphoneos15_0\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.0.sdk
    export SDK_NAME\=iphoneos15.0
    export SDK_NAMES\=iphoneos15.0
    export SDK_PRODUCT_BUILD_VERSION\=19A339
    export SDK_VERSION\=15.0
    export SDK_VERSION_ACTUAL\=150000
    export SDK_VERSION_MAJOR\=150000
    export SDK_VERSION_MINOR\=150000
    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\=NO
    export SHARED_DERIVED_FILE_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants/DerivedSources
    export SHARED_PRECOMPS_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/PrecompiledHeaders
    export SKIP_INSTALL\=YES
    export SOURCE_ROOT\=/tmp/my-app/ios/Pods
    export SRCROOT\=/tmp/my-app/ios/Pods
    export STRINGSDATA_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Objects-normal/undefined_arch
    export STRINGSDATA_ROOT\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.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\=debugging
    export STRIP_SWIFT_SYMBOLS\=YES
    export SUPPORTED_DEVICE_FAMILIES\=1,2
    export SUPPORTED_PLATFORMS\=iphoneos\ iphonesimulator
    export SUPPORTS_MACCATALYST\=YES
    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_INCLUDE_PATHS\=\ \"/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/ExpoModulesCore\"
    export SWIFT_OPTIMIZATION_LEVEL\=-Onone
    export SWIFT_PLATFORM_TARGET_PREFIX\=ios
    export SWIFT_RESPONSE_FILE_PATH_normal_arm64\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Objects-normal/arm64/EXConstants.SwiftFileList
    export SWIFT_VERSION\=5.0
    export SYMROOT\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/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_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\=EXConstants
    export TARGET_BUILD_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Products/Debug-iphoneos/EXConstants
    export TARGET_NAME\=EXConstants
    export TARGET_TEMP_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build
    export TEMP_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build
    export TEMP_FILES_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build
    export TEMP_FILE_DIR\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build
    export TEMP_ROOT\=/Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/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.0.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 UID\=501
    export UNSTRIPPED_PRODUCT\=NO
    export USER\=hejq
    export USER_APPS_DIR\=/Users/hejq/Applications
    export USER_LIBRARY_DIR\=/Users/hejq/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 VERSION_INFO_BUILDER\=hejq
    export VERSION_INFO_FILE\=EXConstants_vers.c
    export VERSION_INFO_STRING\=\"@\(\#\)PROGRAM:EXConstants\ \ PROJECT:Pods-\"
    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\=13A1030d
    export XCODE_VERSION_ACTUAL\=1310
    export XCODE_VERSION_MAJOR\=1300
    export XCODE_VERSION_MINOR\=1310
    export XPCSERVICES_FOLDER_PATH\=/XPCServices
    export YACC\=yacc
    export arch\=undefined_arch
    export variant\=normal
    /bin/sh -c /Users/hejq/Library/Developer/Xcode/DerivedData/myapp-ebrxrqezymlggmekiojqxpwayhff/Build/Intermediates.noindex/Pods.build/Debug-iphoneos/EXConstants.build/Script-5EA29C51D9D7C41F8548CAAF0EA4AA7C.sh

Command PhaseScriptExecution failed with a nonzero exit code



Build failed    2022/1/6, 10:43 AM    164.7 seconds

About this issue

  • Original URL
  • State: closed
  • Created 2 years ago
  • Reactions: 2
  • Comments: 74 (12 by maintainers)

Commits related to this issue

Most upvoted comments

Same problem and the solutions above don’t work…

What worked for me was the following:

  1. reset to factory my Mac
  2. install Xcode
  3. install android studio
  4. install excel (just to open it and allow Rosetta to install)
  5. install flutter (the usual way, just as if your Mac were Intel)
  6. your signing should not be com.example, but email-email.com

Done!

My issue was that I didn’t have a ~/.bash_profile. Creating an empty file fixed the error

published expo-constants@13.0.1 with the fix. please upgrade and try again. thanks!

I’m using nvm with zsh and also came across this issue, and ended up having to do sudo ln -s $(which node) /usr/local/bin/node which is pretty much what @Kudo does above.

I have a similar issue, but in flutter, what can I do?

PhaseScriptExecution Run\ Script /Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh (in target ‘Runner’ from project ‘Runner’) cd /Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios export ACTION=build export AD_HOC_CODE_SIGNING_ALLOWED=NO export ALLOW_TARGET_PLATFORM_SPECIALIZATION=NO export ALTERNATE_GROUP=staff export ALTERNATE_MODE=u+w,go-w,a+rX export ALTERNATE_OWNER=albertjblack export ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES=NO export ALWAYS_SEARCH_USER_PATHS=NO export ALWAYS_USE_SEPARATE_HEADERMAPS=NO export APPLE_INTERNAL_DEVELOPER_DIR=/AppleInternal/Developer export APPLE_INTERNAL_DIR=/AppleInternal export APPLE_INTERNAL_DOCUMENTATION_DIR=/AppleInternal/Documentation export APPLE_INTERNAL_LIBRARY_DIR=/AppleInternal/Library export APPLE_INTERNAL_TOOLS=/AppleInternal/Developer/Tools export APPLICATION_EXTENSION_API_ONLY=NO export APPLY_RULES_IN_COPY_FILES=NO export APPLY_RULES_IN_COPY_HEADERS=NO export ARCHS=arm64 export ARCHS_STANDARD=arm64\ armv7 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\ armv7 export ARCHS_UNIVERSAL_IPHONE_OS=armv7\ arm64 export ASSETCATALOG_COMPILER_APPICON_NAME=AppIcon export ASSETCATALOG_FILTER_FOR_DEVICE_MODEL=MacFamily20,1 export ASSETCATALOG_FILTER_FOR_DEVICE_OS_VERSION=15.3 export AVAILABLE_PLATFORMS=appletvos\ appletvsimulator\ driverkit\ iphoneos\ iphonesimulator\ macosx\ watchos\ watchsimulator export AppIdentifierPrefix=7LUG6G48P7. export BITCODE_GENERATION_MODE=marker export BUILD_ACTIVE_RESOURCES_ONLY=YES export BUILD_COMPONENTS=headers\ build export BUILD_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products export BUILD_LIBRARY_FOR_DISTRIBUTION=NO export BUILD_ROOT=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products export BUILD_STYLE= export BUILD_VARIANTS=normal export BUILT_PRODUCTS_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/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/rf/yf1dcr7j1gq65ksvxc7kjt280000gn/C/com.apple.DeveloperTools/13.3-13E113/Xcode export CCHROOT=/var/folders/rf/yf1dcr7j1gq65ksvxc7kjt280000gn/C/com.apple.DeveloperTools/13.3-13E113/Xcode export CHMOD=/bin/chmod export CHOWN=/usr/sbin/chown export CLANG_ANALYZER_NONNULL=YES export CLANG_CXX_LANGUAGE_STANDARD=gnu++0x export CLANG_CXX_LIBRARY=libc++ export CLANG_ENABLE_MODULES=YES export CLANG_ENABLE_OBJC_ARC=YES export CLANG_MODULES_BUILD_SESSION_FILE=/Users/albertjblack/Library/Developer/Xcode/DerivedData/ModuleCache.noindex/Session.modulevalidation export CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING=YES export CLANG_WARN_BOOL_CONVERSION=YES export CLANG_WARN_COMMA=YES export CLANG_WARN_CONSTANT_CONVERSION=YES export CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS=YES export CLANG_WARN_DIRECT_OBJC_ISA_USAGE=YES_ERROR export CLANG_WARN_EMPTY_BODY=YES export CLANG_WARN_ENUM_CONVERSION=YES export CLANG_WARN_INFINITE_RECURSION=YES export CLANG_WARN_INT_CONVERSION=YES export CLANG_WARN_NON_LITERAL_NULL_CONVERSION=YES export CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF=YES export CLANG_WARN_OBJC_LITERAL_CONVERSION=YES export CLANG_WARN_OBJC_ROOT_CLASS=YES_ERROR export CLANG_WARN_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_UNREACHABLE_CODE=YES export CLANG_WARN__DUPLICATE_METHOD_MATCH=YES export CLASS_FILE_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/JavaClasses export CLEAN_PRECOMPS=YES export CLONE_HEADERS=NO export COCOAPODS_PARALLEL_CODE_SIGN=true export CODESIGNING_FOLDER_PATH=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos/Runner.app export CODE_SIGNING_ALLOWED=YES export CODE_SIGNING_REQUIRED=YES export CODE_SIGN_CONTEXT_CLASS=XCiPhoneOSCodeSignContext export CODE_SIGN_IDENTITY=iPhone\ Developer export CODE_SIGN_INJECT_BASE_ENTITLEMENTS=YES export COLOR_DIAGNOSTICS=NO export COMBINE_HIDPI_IMAGES=NO export COMPILER_INDEX_STORE_ENABLE=Default export COMPOSITE_SDK_DIRS=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/CompositeSDKs export COMPRESS_PNG_FILES=YES export CONFIGURATION=Debug export CONFIGURATION_BUILD_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos export CONFIGURATION_TEMP_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos export CONTENTS_FOLDER_PATH=Runner.app export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_NO=Runner.app/Contents export CONTENTS_FOLDER_PATH_SHALLOW_BUNDLE_YES=Runner.app export COPYING_PRESERVES_HFS_DATA=NO export COPY_HEADERS_RUN_UNIFDEF=NO export COPY_PHASE_STRIP=NO export COPY_RESOURCES_FROM_STATIC_FRAMEWORKS=YES export CORRESPONDING_SIMULATOR_PLATFORM_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform export CORRESPONDING_SIMULATOR_PLATFORM_NAME=iphonesimulator export CORRESPONDING_SIMULATOR_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.4.sdk export CORRESPONDING_SIMULATOR_SDK_NAME=iphonesimulator15.4 export CP=/bin/cp export CREATE_INFOPLIST_SECTION_IN_BINARY=NO export CURRENT_ARCH=undefined_arch export CURRENT_PROJECT_VERSION=1 export CURRENT_VARIANT=normal export DART_DEFINES=RkxVVFRFUl9XRUJfQVVUT19ERVRFQ1Q9dHJ1ZQ== export DART_OBFUSCATION=false export DEAD_CODE_STRIPPING=YES export DEBUGGING_SYMBOLS=YES export DEBUG_INFORMATION_FORMAT=dwarf export DEFAULT_COMPILER=com.apple.compilers.llvm.clang.1_0 export DEFAULT_DEXT_INSTALL_PATH=/System/Library/DriverExtensions export DEFAULT_KEXT_INSTALL_PATH=/System/Library/Extensions export DEFINES_MODULE=NO export DEPLOYMENT_LOCATION=NO export DEPLOYMENT_POSTPROCESSING=NO export DEPLOYMENT_TARGET_SETTING_NAME=IPHONEOS_DEPLOYMENT_TARGET export DEPLOYMENT_TARGET_SUGGESTED_VALUES=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 export DERIVED_FILES_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVED_FILE_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVED_SOURCES_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/DerivedSources export DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER=NO export DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Applications export DEVELOPER_BIN_DIR=/Applications/Xcode.app/Contents/Developer/usr/bin export DEVELOPER_DIR=/Applications/Xcode.app/Contents/Developer export DEVELOPER_FRAMEWORKS_DIR=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_FRAMEWORKS_DIR_QUOTED=/Applications/Xcode.app/Contents/Developer/Library/Frameworks export DEVELOPER_LIBRARY_DIR=/Applications/Xcode.app/Contents/Developer/Library export DEVELOPER_SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs export DEVELOPER_TOOLS_DIR=/Applications/Xcode.app/Contents/Developer/Tools export DEVELOPER_USR_DIR=/Applications/Xcode.app/Contents/Developer/usr export DEVELOPMENT_LANGUAGE=en export DEVELOPMENT_TEAM=7LUG6G48P7 export DOCUMENTATION_FOLDER_PATH=Runner.app/en.lproj/Documentation export DONT_GENERATE_INFOPLIST_FILE=NO export DO_HEADER_SCANNING_IN_JAM=NO export DSTROOT=/tmp/Runner.dst export DT_TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export DWARF_DSYM_FILE_NAME=Runner.app.dSYM export DWARF_DSYM_FILE_SHOULD_ACCOMPANY_PRODUCT=NO export DWARF_DSYM_FOLDER_PATH=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/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=NO export ENABLE_DEFAULT_HEADER_SEARCH_PATHS=YES export ENABLE_DEFAULT_SEARCH_PATHS=YES export ENABLE_HARDENED_RUNTIME=NO export ENABLE_HEADER_DEPENDENCIES=YES export ENABLE_ON_DEMAND_RESOURCES=YES export ENABLE_PREVIEWS=NO export ENABLE_STRICT_OBJC_MSGSEND=YES export ENABLE_TESTABILITY=YES export ENABLE_TESTING_SEARCH_PATHS=NO export 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=Runner.app/Executables export EXECUTABLE_FOLDER_PATH=Runner.app export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_NO=Runner.app/MacOS export EXECUTABLE_FOLDER_PATH_SHALLOW_BUNDLE_YES=Runner.app export EXECUTABLE_NAME=Runner export EXECUTABLE_PATH=Runner.app/Runner export EXPANDED_CODE_SIGN_IDENTITY=5D3D359A4E23A578AC2BA5E511A1F6BF7707BE6F export EXPANDED_CODE_SIGN_IDENTITY_NAME=Apple\ Development:\ pepeltostado@gmail.com\ (F7Q2AYV6SR) export EXPANDED_PROVISIONING_PROFILE=ddc2c795-8068-4674-8663-78914e7c2fdf export FILE_LIST=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects/LinkFileList export FIXED_FILES_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/FixedFiles export FLUTTER_APPLICATION_PATH=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces export FLUTTER_BUILD_DIR=build export FLUTTER_BUILD_NAME=1.0.0 export FLUTTER_BUILD_NUMBER=1 export FLUTTER_ROOT=/Users/albertjblack/development/sdks/flutter export FLUTTER_TARGET=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/lib/main.dart export FRAMEWORKS_FOLDER_PATH=Runner.app/Frameworks export FRAMEWORK_FLAG_PREFIX=-framework export FRAMEWORK_SEARCH_PATHS=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos\ \ "/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos/image_picker_ios" export FRAMEWORK_VERSION=A export FULL_PRODUCT_NAME=Runner.app export GCC3_VERSION=3.3 export GCC_C_LANGUAGE_STANDARD=gnu99 export GCC_DYNAMIC_NO_PIC=NO export GCC_INLINES_ARE_PRIVATE_EXTERN=YES export GCC_NO_COMMON_BLOCKS=YES export GCC_OPTIMIZATION_LEVEL=0 export GCC_PFE_FILE_C_DIALECTS=c\ objective-c\ c++\ objective-c++ export GCC_PREPROCESSOR_DEFINITIONS=DEBUG=1\ \ 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/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/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/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos/include\ \ "/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos/image_picker_ios/image_picker_ios.framework/Headers" export HIDE_BITCODE_SYMBOLS=YES export HOME=/Users/albertjblack export ICONV=/usr/bin/iconv export INFOPLIST_EXPAND_BUILD_SETTINGS=YES export INFOPLIST_FILE=Runner/Info.plist export INFOPLIST_OUTPUT_FORMAT=binary export INFOPLIST_PATH=Runner.app/Info.plist export INFOPLIST_PREPROCESS=NO export INFOSTRINGS_PATH=Runner.app/en.lproj/InfoPlist.strings export INLINE_PRIVATE_FRAMEWORKS=NO export INSTALLHDRS_COPY_PHASE=NO export INSTALLHDRS_SCRIPT_PHASE=NO export INSTALL_DIR=/tmp/Runner.dst/Applications export INSTALL_GROUP=staff export INSTALL_MODE_FLAG=u+w,go-w,a+rX export INSTALL_OWNER=albertjblack export INSTALL_PATH=/Applications export INSTALL_ROOT=/tmp/Runner.dst export IPHONEOS_DEPLOYMENT_TARGET=9.0 export JAVAC_DEFAULT_FLAGS=-J-Xms64m\ -J-XX:NewSize=4M\ -J-Dfile.encoding=UTF8 export JAVA_APP_STUB=/System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub export JAVA_ARCHIVE_CLASSES=YES export JAVA_ARCHIVE_TYPE=JAR export JAVA_COMPILER=/usr/bin/javac export JAVA_FOLDER_PATH=Runner.app/Java export JAVA_FRAMEWORK_RESOURCES_DIRS=Resources export JAVA_JAR_FLAGS=cv export JAVA_SOURCE_SUBDIR=. export JAVA_USE_DEPENDENCIES=YES export JAVA_ZIP_FLAGS=-urg export JIKES_DEFAULT_FLAGS=+E\ +OLDCSO export KASAN_DEFAULT_CFLAGS=-DKASAN=1\ -fsanitize=address\ -mllvm\ -asan-globals-live-support\ -mllvm\ -asan-force-dynamic-shadow export KEEP_PRIVATE_EXTERNS=NO export LD_DEPENDENCY_INFO_FILE=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch/Runner_dependency_info.dat export LD_GENERATE_MAP_FILE=NO export LD_MAP_FILE_PATH=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Runner-LinkMap-normal-undefined_arch.txt export LD_NO_PIE=NO export LD_QUOTE_LINKER_ARGUMENTS_FOR_COMPILER_DRIVER=YES export LD_RUNPATH_SEARCH_PATHS=\ '@executable_path/Frameworks'\ '@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/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos\ export LINKER_DISPLAYS_MANGLED_NAMES=NO export LINK_FILE_LIST_normal_arm64=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.LinkFileList export LINK_WITH_STANDARD_LIBRARIES=YES export LLVM_TARGET_TRIPLE_OS_VERSION=ios9.0 export LLVM_TARGET_TRIPLE_VENDOR=apple export LOCALIZATION_EXPORT_SUPPORTED=YES export LOCALIZED_RESOURCES_FOLDER_PATH=Runner.app/en.lproj export LOCALIZED_STRING_MACRO_NAMES=NSLocalizedString\ CFCopyLocalizedString export LOCALIZED_STRING_SWIFTUI_SUPPORT=YES export LOCAL_ADMIN_APPS_DIR=/Applications/Utilities export LOCAL_APPS_DIR=/Applications export LOCAL_DEVELOPER_DIR=/Library/Developer export LOCAL_LIBRARY_DIR=/Library export LOCROOT=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios export LOCSYMROOT=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios export MACH_O_TYPE=mh_execute export MAC_OS_X_PRODUCT_BUILD_VERSION=21D62 export MAC_OS_X_VERSION_ACTUAL=120201 export MAC_OS_X_VERSION_MAJOR=120000 export MAC_OS_X_VERSION_MINOR=120200 export METAL_LIBRARY_FILE_BASE=default export METAL_LIBRARY_OUTPUT_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos/Runner.app export MODULES_FOLDER_PATH=Runner.app/Modules export MODULE_CACHE_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/ModuleCache.noindex export MTL_ENABLE_DEBUG_INFO=YES export NATIVE_ARCH=arm64 export NATIVE_ARCH_32_BIT=arm export NATIVE_ARCH_64_BIT=arm64 export NATIVE_ARCH_ACTUAL=arm64 export NO_COMMON=YES export OBJECT_FILE_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects export OBJECT_FILE_DIR_normal=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal export OBJROOT=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex export ONLY_ACTIVE_ARCH=YES export OS=MACOS export OSAC=/usr/bin/osacompile export OTHER_LDFLAGS=\ -framework\ "image_picker_ios" export PACKAGE_CONFIG=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/.dart_tool/package_config.json export PACKAGE_TYPE=com.apple.package-type.wrapper.application export PASCAL_STRINGS=YES export PATH=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin:/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/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=Runner.app/pbdevelopment.plist export PER_ARCH_OBJECT_FILE_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch export PER_VARIANT_OBJECT_FILE_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal export PKGINFO_FILE_PATH=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PkgInfo export PKGINFO_PATH=Runner.app/PkgInfo export PLATFORM_DEVELOPER_APPLICATIONS_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/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=19E239 export PLIST_FILE_OUTPUT_FORMAT=binary export PLUGINS_FOLDER_PATH=Runner.app/PlugIns export PODS_BUILD_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products export PODS_CONFIGURATION_BUILD_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos export PODS_PODFILE_DIR_PATH=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios/. export PODS_ROOT=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios/Pods export PODS_XCFRAMEWORKS_BUILD_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos/XCFrameworkIntermediates export PRECOMPS_INCLUDE_HEADERS_FROM_BUILT_PRODUCTS_DIR=YES export PRECOMP_DESTINATION_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/PrefixHeaders export PRESERVE_DEAD_CODE_INITS_AND_TERMS=NO export PRIVATE_HEADERS_FOLDER_PATH=Runner.app/PrivateHeaders export PRODUCT_BUNDLE_IDENTIFIER=com.example.luluplaces export PRODUCT_BUNDLE_PACKAGE_TYPE=APPL export PRODUCT_MODULE_NAME=Runner export PRODUCT_NAME=Runner export PRODUCT_SETTINGS_PATH=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios/Runner/Info.plist export PRODUCT_TYPE=com.apple.product-type.application export PROFILING_CODE=NO export PROJECT=Runner export PROJECT_DERIVED_FILE_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/DerivedSources export PROJECT_DIR=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios export PROJECT_FILE_PATH=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios/Runner.xcodeproj export PROJECT_NAME=Runner export PROJECT_TEMP_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build export PROJECT_TEMP_ROOT=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex export PROVISIONING_PROFILE_REQUIRED=YES export PUBLIC_HEADERS_FOLDER_PATH=Runner.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/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources export REZ_OBJECTS_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/ResourceManagerResources/Objects export REZ_SEARCH_PATHS=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos\ export SCAN_ALL_SOURCE_FILES_FOR_INCLUDES=NO export SCRIPTS_FOLDER_PATH=Runner.app/Scripts export SCRIPT_INPUT_FILE_COUNT=0 export SCRIPT_INPUT_FILE_LIST_COUNT=0 export SCRIPT_OUTPUT_FILE_COUNT=0 export SCRIPT_OUTPUT_FILE_LIST_COUNT=0 export SDKROOT=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk export SDK_DIR=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk export SDK_DIR_iphoneos=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk export SDK_DIR_iphoneos15_4=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS15.4.sdk export SDK_NAME=iphoneos15.4 export SDK_NAMES=iphoneos15.4 export SDK_PRODUCT_BUILD_VERSION=19E239 export SDK_VERSION=15.4 export SDK_VERSION_ACTUAL=150400 export SDK_VERSION_MAJOR=150000 export SDK_VERSION_MINOR=150400 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/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos/DerivedSources export SHARED_FRAMEWORKS_FOLDER_PATH=Runner.app/SharedFrameworks export SHARED_PRECOMPS_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/PrecompiledHeaders export SHARED_SUPPORT_FOLDER_PATH=Runner.app/SharedSupport export SKIP_INSTALL=NO export SOURCE_ROOT=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios export SRCROOT=/Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces/ios export STRINGSDATA_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/undefined_arch export STRINGSDATA_ROOT=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export STRINGS_FILE_INFOPLIST_RENAME=YES export STRINGS_FILE_OUTPUT_ENCODING=binary export STRIP_BITCODE_FROM_COPIED_FILES=YES export STRIP_INSTALLED_PRODUCT=NO export STRIP_STYLE=all export STRIP_SWIFT_SYMBOLS=YES export SUPPORTED_DEVICE_FAMILIES=1,2 export SUPPORTED_PLATFORMS=iphoneos\ iphonesimulator export SUPPORTS_MACCATALYST=NO export SUPPORTS_MAC_DESIGNED_FOR_IPHONE_IPAD=YES export SUPPORTS_TEXT_BASED_API=NO export SWIFT_EMIT_LOC_STRINGS=NO export SWIFT_OBJC_BRIDGING_HEADER=Runner/Runner-Bridging-Header.h export SWIFT_OPTIMIZATION_LEVEL=-Onone export SWIFT_PLATFORM_TARGET_PREFIX=ios export SWIFT_RESPONSE_FILE_PATH_normal_arm64=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Objects-normal/arm64/Runner.SwiftFileList export SWIFT_VERSION=5.0 export SYMROOT=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/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=Runner.app/SystemExtensions export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_NO=Runner.app/Library/SystemExtensions export SYSTEM_EXTENSIONS_FOLDER_PATH_SHALLOW_BUNDLE_YES=Runner.app/SystemExtensions export SYSTEM_KEXT_INSTALL_PATH=/System/Library/Extensions export SYSTEM_LIBRARY_DIR=/System/Library export TAPI_ENABLE_PROJECT_HEADERS=NO export TAPI_VERIFY_MODE=ErrorsOnly export TARGETED_DEVICE_FAMILY=1,2 export TARGETNAME=Runner export TARGET_BUILD_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Products/Debug-iphoneos export TARGET_DEVICE_IDENTIFIER=00008103-0015083434E2001E export TARGET_DEVICE_MODEL=MacBookPro17,1 export TARGET_DEVICE_OS_VERSION=12.2.1 export TARGET_DEVICE_PLATFORM_NAME=macosx export TARGET_NAME=Runner export TARGET_TEMP_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_FILES_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_FILE_DIR=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build export TEMP_ROOT=/Users/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/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.4.sdk/Developer/Library/Frameworks export TEST_LIBRARY_SEARCH_PATHS=\ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib export TOOLCHAINS=com.apple.dt.toolchain.XcodeDefault export TOOLCHAIN_DIR=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain export TRACK_WIDGET_CREATION=true export TREAT_MISSING_BASELINES_AS_TEST_FAILURES=NO export TREE_SHAKE_ICONS=false export TeamIdentifierPrefix=7LUG6G48P7. export UID=501 export UNLOCALIZED_RESOURCES_FOLDER_PATH=Runner.app export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_NO=Runner.app/Resources export UNLOCALIZED_RESOURCES_FOLDER_PATH_SHALLOW_BUNDLE_YES=Runner.app export UNSTRIPPED_PRODUCT=NO export USER=albertjblack export USER_APPS_DIR=/Users/albertjblack/Applications export USER_LIBRARY_DIR=/Users/albertjblack/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 VERSIONING_SYSTEM=apple-generic export VERSIONPLIST_PATH=Runner.app/version.plist export VERSION_INFO_BUILDER=albertjblack export VERSION_INFO_FILE=Runner_vers.c export VERSION_INFO_STRING="@(#)PROGRAM:Runner\ \ PROJECT:Runner-1" export WRAPPER_EXTENSION=app export WRAPPER_NAME=Runner.app export WRAPPER_SUFFIX=.app export WRAP_ASSET_PACKS_IN_SEPARATE_DIRECTORIES=NO export XCODE_APP_SUPPORT_DIR=/Applications/Xcode.app/Contents/Developer/Library/Xcode export XCODE_PRODUCT_BUILD_VERSION=13E113 export XCODE_VERSION_ACTUAL=1330 export XCODE_VERSION_MAJOR=1300 export XCODE_VERSION_MINOR=1330 export XPCSERVICES_FOLDER_PATH=Runner.app/XPCServices export YACC=yacc export _WRAPPER_CONTENTS_DIR_SHALLOW_BUNDLE_NO=/Contents export _WRAPPER_PARENT_PATH_SHALLOW_BUNDLE_NO=/… export _WRAPPER_RESOURCES_DIR_SHALLOW_BUNDLE_NO=/Resources export __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/albertjblack/Library/Developer/Xcode/DerivedData/Runner-bzxktkrwzgecsihbfqhrpzmrxhsn/Build/Intermediates.noindex/Runner.build/Debug-iphoneos/Runner.build/Script-9740EEB61CF901F6004384FC.sh

Failed to package /Users/albertjblack/Documents/CourseWork/Udemy/Flutter/unit5/luluplaces. Command PhaseScriptExecution failed with a nonzero exit code

Our investigation finds out that it’s the issue of the script expo-constants/scripts/get-app-config-ios.sh.

When it calls source "$EXPO_CONSTANTS_PACKAGE_DIR/scripts/source-login-scripts.sh" to load login scripts, and eventually hits . ~/.bash_profile, the error happens because our . ~/.bash_profile ends with a non-zero exit code.

That’s why get-app-config-ios.sh exits early.

A workaround for us is to allow the line to have non-zero exit codes by applying this patch:

diff --git a/packages/expo-constants/scripts/get-app-config-ios.sh b/packages/expo-constants/scripts/get-app-config-ios.sh
index 3373b81536..1e7af322af 100755
--- a/packages/expo-constants/scripts/get-app-config-ios.sh
+++ b/packages/expo-constants/scripts/get-app-config-ios.sh
@@ -8,7 +8,7 @@ RESOURCE_BUNDLE_NAME="EXConstants.bundle"
 # Path to expo-constants folder inside node_modules
 EXPO_CONSTANTS_PACKAGE_DIR="$(cd "$(dirname "${BASH_SOURCE[0]}")/.." && pwd)"

-source "$EXPO_CONSTANTS_PACKAGE_DIR/scripts/source-login-scripts.sh"
+source "$EXPO_CONSTANTS_PACKAGE_DIR/scripts/source-login-scripts.sh" || echo

 NODE_BINARY=${NODE_BINARY:-node}

With that the build works.

@Kudo aha looks like the issue is because I don’t have a .ruby-version file in our RN repo. Creating the file gives me an immediate success message! Still weird how that’s never been a problem for me except when calling cd but that also fixed our react native build. Thanks for your help debugging, looks like I just need to add .ruby_version to our RN repo.

ExpoSdk50 still persist @Kudo

I just also investigated this error and the .bash_profile turns out to be the case here. Funny little debug journey.

In my case, this is my faulty .bash_profile:

PS1="\[\e[91m\]\e[1m\w 🔥\[\e[m\]\e[0m  "

cdls() { cd "$@" && ls; }
alias cd=cdls

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*

Uncommenting everything fixed the build issue 😄

My Solution:

CleanShot 2023-09-04 at 15 41 22@2x

checked the “Run script For install builds only”

Darn, I just got this freaking error again on a brand new project that I just initialized and installed expo modules on. Why is this still a problem after a long time?

Solution:

Add the following to your ios/Podfile

post_install do |installer|
  react_native_post_install(
    installer,
    # Set `mac_catalyst_enabled` to `true` in order to apply patches
    # necessary for Mac Catalyst builds
    :mac_catalyst_enabled => false
  )
  __apply_Xcode_12_5_M1_post_install_workaround(installer)
  
+  # fix code signing error on dependencies
+  installer.pods_project.targets.each do |target|
+    if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
+      target.build_configurations.each do |config|
+          config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
+      end
+    end
+  end
end

Then run cd ios && pod install

its seems my issue was related to node / nvm

i also saw this error

dyld[96685]: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.64.dylib
  Referenced from: /usr/local/Cellar/node/13.10.1/bin/node
  Reason: tried: '/usr/local/opt/icu4c/lib/libicui18n.64.dylib' (no such file)

I disabled nvm, reinstalled node via brew and it seems to working now

nvm unalias default
brew uninstall --ignore-dependencies node icu4c
brew install node@14

echo 'export PATH="/usr/local/opt/node@14/bin:$PATH"' >> ~/.zshrc
//For compilers to find node@14 you may need to set:
  export LDFLAGS="-L/usr/local/opt/node@14/lib"
  export CPPFLAGS="-I/usr/local/opt/node@14/include"

Darn, I just got this freaking error again on a brand new project that I just initialized and installed expo modules on. Why is this still a problem after a long time?

Solution:

Add the following to your ios/Podfile

post_install do |installer|
  react_native_post_install(
    installer,
    # Set `mac_catalyst_enabled` to `true` in order to apply patches
    # necessary for Mac Catalyst builds
    :mac_catalyst_enabled => false
  )
  __apply_Xcode_12_5_M1_post_install_workaround(installer)
  
+  # fix code signing error on dependencies
+  installer.pods_project.targets.each do |target|
+    if target.respond_to?(:product_type) and target.product_type == "com.apple.product-type.bundle"
+      target.build_configurations.each do |config|
+          config.build_settings['CODE_SIGNING_ALLOWED'] = 'NO'
+      end
+    end
+  end
end

Then run cd ios && pod install

works like a charm 🤘🏼 thanks @aprilmintacpineda

I get this error with this env:

Expo CLI 5.0.3 environment info: System: OS: macOS 11.4 Shell: 5.8 - /bin/zsh Binaries: Node: 16.13.0 - ~/n/bin/node Yarn: 3.1.1 - ~/n/bin/yarn npm: 8.1.0 - ~/n/bin/npm Watchman: 2022.01.03.00 - /opt/homebrew/bin/watchman Managers: CocoaPods: 1.11.2 - /Users/me/.rbenv/shims/pod SDKs: iOS SDK: Platforms: DriverKit 21.2, iOS 15.2, macOS 12.1, tvOS 15.2, watchOS 8.3 IDEs: Android Studio: 2020.3 AI-203.7717.56.2031.7935034 Xcode: 13.2.1/13C100 - /usr/bin/xcodebuild npmPackages: expo: 44.0.0 => 44.0.0 react: 17.0.2 => 17.0.2 react-dom: 17.0.2 => 17.0.2 react-native: ^0.66.4 => 0.66.4 react-native-web: ^0.17.5 => 0.17.5 npmGlobalPackages: expo-cli: 5.0.3 Expo Workflow: bare

The following build commands failed: PhaseScriptExecution [CP-User]\ Generate\ app.config\ for\ prebuilt\ Constants.manifest /Users/me/Library/Developer/Xcode/DerivedData/app-ghucaanehvwgrobhrzpspfnfqqhz/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXConstants.build/Script-5EA29C51D9D7C41F8548CAAF0EA4AA7C.sh (in target 'EXConstants' from project 'Pods')

I’ve ensured that my zsh profiles and dotfiles are all returning zero as exit code. I’ve deleted DerivedData and rebuilt several times. NVM is completely removed from my machine and all profiles/dotfiles.

I have discovered if I comment out the 1st line in expo-constants/scripts/get-app-config-ios.sh

#set -eo pipefail the app DOES build successfully even though there are some warnings issued during the build.

Any advice on how best to make it be that this type of hackery is not necessary?

This is a NVM related problem just install the nodejs using the pkg from website

yeah I had to both, have a ~/.bash_profile AND it had to be empty. Some script added some stuff to it, so I deleted it. Only worked if it was there, AND empty

Same issue:

The following build commands failed: PhaseScriptExecution [CP-User]\ Generate\ app.config\ for\ prebuilt\ Constants.manifest /Users/[USER_NAME/Library/Developer/Xcode/DerivedData/[APP_NAME/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/EXConstants.build/Script-5EA29C51D9D7C41F8548CAAF0EA4AA7C.sh (in target 'EXConstants' from project 'Pods') (1 failure)

Non-expo / bare app but i do use some Expo installs. I have tried removing all pods, podfile lock, and any reference to ‘EXConstants’ from package.json - cleaned caches etc…it still keeps reappearing in my Pods and crashing the app.

Very frustrating.

@Kudo here’s the output

PROJECT_ROOT: /Users/stefano/dev/katana/ios/Pods/../..

I tried cd-ing to a hardcoded path, but nothing seem to work. I did some digging and figured out that culprit is might not nvm, but rvm. Somehow when the rvm load script got loaded twice, it is caused cd command to any directory to fail.

I wonder if there’s anything that the expo team can do because this might be a common setup on a Mac when you have rvm installed

  • ~/.bash_profile on Mac contains the following by default
[[ -s "$HOME/.profile" ]] && source "$HOME/.profile" # Load the default .profile
  • When you install rvm, they added the following script automatically to ~/.profile
# Add RVM to PATH for scripting. Make sure this is the last PATH variable change.
export PATH="$PATH:$HOME/.rvm/bin"

[[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*

When I started the build, ~/.bash_profile to got sourced twice before it gets to the cd "$PROJECT_ROOT" || exit, once by source-login-scripts.sh and once even before create-manifest-ios.sh ran. And because of that the rvm load script ran twice and messed up with cd command. My temporary workaround is to update ~/.profile to only run the load rvm script if rvm hasn’t been loaded.

if ! [ -x "$(command -v rvm)" ]; then
  [[ -s "$HOME/.rvm/scripts/rvm" ]] && source "$HOME/.rvm/scripts/rvm" # Load RVM into a shell session *as a function*
fi

I wonder if you have any insights or any idea how we can prevent ~/.bash_profile from being sourced twice. Also to note skipping this command cd "$PROJECT_ROOT" made everything work for me which made me wonder if that’s necessary.

Also getting this error - curious if its related or might be another issue?

Screenshot 2024-02-08 at 4 41 45 PM

ExpoSdk50 still persist @Kudo

did you found any solution ?

Just ran into this problem after removing expo-image-picker.

Tried to remove the contents of the ~/.bash_profile but it didn’t work. Turns out that I needed to also remove the package from “expo.plugins” in app.json.

I ran into this issue and had to explicitly add expo constants to my package.json in order to resolve the problem. Seems like whatever was generating the dependency was trying to use a version that wasn’t compatible so explicitly adding it solved the problem. npx expo install expo-constants

tried all above and still get the node error above. The homebrew fix does work but I strongly recommend we find another solution as this isn’t ideal. We all use nvm. It needs to work with nvm.

@fatlinesofcode it’s good to know that works for you. there were too many different cases in developers’ environment. i’m sorry that we could not handle all of the cases. to be honest, the source-login-scripts.sh didn’t works for me either. i have volta + fish shell. so the solution for me is also install node through homebrew and sudo ln -s /opt/homebrew/bin/node /usr/local/bin/node (for mac m1). in this case, the node executed by xcode is different to my volta node. but it works.

@zeulb interesting! could you try to add echo "PROJECT_ROOT: $PROJECT_ROOT" before cd "$PROJECT_ROOT" || exit. let’s clarify why $PROJECT_ROOT cannot be resolved.

My Solution:

CleanShot 2023-09-04 at 15 41 22@2x

checked the “Run script For install builds only”

Hi @AmazingBeerBelly I have tried your solution. I am now able to run on simulator but now I have got this error. image

It took me a while but I got this working with NVM and this older version of expo. I had to add a .bash_profile and in that bash profile I had to add an export of the NODE_BINARY.

export NODE_BINARY=/Users/<youruse>r/.nvm/versions/node/v14.17.6/bin/node

was my bash_profile that worked.

My issue was that I didn’t have a ~/.bash_profile. Creating an empty file fixed the error

Only thing that worked for me 😄 thanks man!

Updated to "expo": "^45.0.8","expo-updates": "~0.13.4", and it solved the issue for me

Hello! I just wanted to add that I had the same problem as @zeulb, and it was solved by adding a .ruby-version file to the project.

I’ll just leave this here. #15723