expo / eas-cli

Fastest way to build, submit, and update iOS and Android apps
https://docs.expo.dev/eas/
MIT License
711 stars 76 forks source link

With with nx monorepo, could not locate the index.js #825

Closed xiongemi closed 2 years ago

xiongemi commented 2 years ago

Summary

when building with nx monorepo with eas build, I got an error saying:

error The resource `/Users/expo/workingdir/build/index.js` was not found.
Error: The resource `/Users/expo/workingdir/build/index.js` was not found.

The index.js is actually not at workspace root, it is at workingdir/build/apps/app/index.js. I ran the eas build from apps/app folder and still got this error.

When I pass in the ENTRY_FILE, like ENTRY_FILE=${PWD}/index.js eas build --platform ios --local, I got a different errror saying:

error SHA-1 for file .../apps/app/index.js) is not computed.
         Potential causes:
           1) You have symlinks in your project - watchman does not follow symlinks.
           2) Check `blockList` in your metro.config.js and make sure it isn't excluding the file path.
ReferenceError: SHA-1 for file .../apps/app/index.js (.../apps/app/index.js) is not computed.
         Potential causes:
           1) You have symlinks in your project - watchman does not follow symlinks.
           2) Check `blockList` in your metro.config.js and make sure it isn't excluding the file path.

Managed or bare?

managed

Environment

EAS CLI 0.38.3 environment info: System: OS: macOS 11.6 Shell: 5.8 - /bin/zsh Binaries: Node: 14.17.0 - ~/.nvm/versions/node/v14.17.0/bin/node Yarn: 1.22.10 - /usr/local/bin/yarn npm: 6.14.15 - ~/.nvm/versions/node/v14.17.0/bin/npm Utilities: Git: 2.30.1 - /usr/bin/git npmPackages: expo: => 43.0.3 react: => 17.0.2 react-dom: => 17.0.2 react-native: => 0.64.3 react-native-web: * => 0.17.5 npmGlobalPackages: eas-cli: 0.38.3 expo-cli: 4.13.0

Error output

EAS_DEBUG=true EAS_LOCAL_BUILD_SKIP_CLEANUP=1 EAS_LOCAL_BUILD_WORKINGDIR=/Users/emilyxiong/Code/tmp/eas-yarn2/ eas build --platform ios --local

[INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-syntax-numeric-separator@7.10.4" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-syntax-object-rest-spread@7.8.3" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-syntax-optional-catch-binding@7.8.3" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-syntax-optional-chaining@7.8.3" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-syntax-private-property-in-object@7.14.5" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-syntax-top-level-await@7.14.5" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-arrow-functions@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-async-to-generator@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-block-scoped-functions@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-block-scoping@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-classes@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-computed-properties@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-destructuring@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-dotall-regex@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-duplicate-keys@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-exponentiation-operator@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-for-of@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-function-name@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-literals@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-member-expression-literals@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-modules-amd@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-modules-systemjs@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-modules-umd@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-named-capturing-groups-regex@7.16.0" has unmet peer dependency "@babel/core@^7.0.0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-new-target@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-object-super@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-parameters@7.16.3" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-property-literals@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-regenerator@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-reserved-words@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-shorthand-properties@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-spread@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-sticky-regex@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-template-literals@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-typeof-symbol@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-unicode-escapes@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-transform-unicode-regex@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/preset-modules@0.1.5" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > babel-plugin-polyfill-corejs2@0.3.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > babel-plugin-polyfill-corejs3@0.4.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > babel-plugin-polyfill-regenerator@0.3.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "react-native-reanimated > @babel/plugin-transform-object-assign@7.16.0" has unmet peer dependency "@babel/core@^7.0.0-0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > @babel/plugin-proposal-unicode-property-regex > @babel/helper-create-regexp-features-plugin@7.16.0" has unmet peer dependency "@babel/core@^7.0.0". [INSTALL_DEPENDENCIES] warning "expo > babel-preset-expo > @babel/preset-env > babel-plugin-polyfill-corejs2 > @babel/helper-define-polyfill-provider@0.3.0" has unmet peer dependency "@babel/core@^7.4.0-0". [INSTALL_DEPENDENCIES] warning " > react-native@0.64.3" has incorrect peer dependency "react@17.0.1". [INSTALL_DEPENDENCIES] warning "react-native > metro-react-native-babel-transformer@0.64.0" has unmet peer dependency "@babel/core@*". [INSTALL_DEPENDENCIES] warning "react-native > react-native-codegen > jscodeshift@0.11.0" has unmet peer dependency "@babel/preset-env@^7.1.6". [INSTALL_DEPENDENCIES] warning "@nrwl/detox > @nrwl/react > @nrwl/cypress > @cypress/webpack-preprocessor@5.10.0" has unmet peer dependency "@babel/preset-env@^7.0.0". [INSTALL_DEPENDENCIES] warning "@nrwl/detox > @nrwl/react > @nrwl/cypress > @cypress/webpack-preprocessor@5.10.0" has unmet peer dependency "babel-loader@^8.0.2". [INSTALL_DEPENDENCIES] warning "babel-jest > babel-preset-jest@27.4.0" has unmet peer dependency "@babel/core@^7.0.0". [INSTALL_DEPENDENCIES] warning "jest-expo > babel-jest > babel-preset-jest > babel-preset-current-node-syntax@1.0.1" has unmet peer dependency "@babel/core@^7.0.0". [INSTALL_DEPENDENCIES] warning " > @testing-library/react-native@8.0.0" has unmet peer dependency "react-test-renderer@>=16.0.0". [INSTALL_DEPENDENCIES] warning " > babel-jest@27.2.3" has unmet peer dependency "@babel/core@^7.8.0". [INSTALL_DEPENDENCIES] warning " > detox@19.0.0" has unmet peer dependency "jest-environment-node@>=25.0.0". [INSTALL_DEPENDENCIES] warning " > detox@19.0.0" has unmet peer dependency "mocha@>=6.0.0". [INSTALL_DEPENDENCIES] warning " > eslint-plugin-jsx-a11y@6.4.1" has incorrect peer dependency "eslint@^3 || ^4 || ^5 || ^6 || ^7". [INSTALL_DEPENDENCIES] warning " > eslint-plugin-react@7.26.1" has incorrect peer dependency "eslint@^3 || ^4 || ^5 || ^6 || ^7". [INSTALL_DEPENDENCIES] warning " > eslint-plugin-react-hooks@4.2.0" has incorrect peer dependency "eslint@^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0". [INSTALL_DEPENDENCIES] warning "jest-expo > babel-jest@26.6.3" has unmet peer dependency "@babel/core@^7.0.0". [INSTALL_DEPENDENCIES] warning "jest-expo > babel-jest > babel-preset-jest@26.6.2" has unmet peer dependency "@babel/core@^7.0.0". [INSTALL_DEPENDENCIES] warning "workspace-aggregator-d4892771-e8c3-48e0-a062-c32b52b27cae > app > @testing-library/react-native@9.0.0" has unmet peer dependency "react-test-renderer@>=16.0.0". [INSTALL_DEPENDENCIES] warning "workspace-aggregator-d4892771-e8c3-48e0-a062-c32b52b27cae > app > react-native > metro-react-native-babel-transformer@0.66.2" has unmet peer dependency "@babel/core@*". [INSTALL_DEPENDENCIES] [4/4] Building fresh packages... [INSTALL_DEPENDENCIES] success Saved lockfile. [INSTALL_DEPENDENCIES] Done in 31.13s. [READ_APP_CONFIG] Using app configuration: [READ_APP_CONFIG] { "name": "app", "slug": "app", "version": "1.0.0", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { "image": "./assets/splash.png", "resizeMode": "contain", "backgroundColor": "#ffffff" }, "updates": { "fallbackToCacheTimeout": 0 }, "assetBundlePatterns": [ "**/*" ], "ios": { "supportsTablet": true, "bundleIdentifier": "com.exiong.app" }, "android": { "adaptiveIcon": { "foregroundImage": "./assets/adaptive-icon.png", "backgroundColor": "#FFFFFF" } }, "web": { "favicon": "./assets/favicon.png" }, "sdkVersion": "43.0.0", "platforms": [ "ios", "android", "web" ], "currentFullName": "@exiong/app", "originalFullName": "@exiong/app" } [PREPARE_CREDENTIALS] Preparing credentials [PREPARE_CREDENTIALS] Creating keychain [PREPARE_CREDENTIALS] Preparing credentials for target 'app' [PREPARE_CREDENTIALS] Getting distribution certificate fingerprint [PREPARE_CREDENTIALS] Writing distribution certificate to /var/folders/8y/5p1y19s1037g45_v9gdfwd5r0000gn/T/1b4c819e-a602-494b-a3c6-12d43f8b9dc2.p12 [PREPARE_CREDENTIALS] Importing distribution certificate into the keychain [PREPARE_CREDENTIALS] Initializing provisioning profile [PREPARE_CREDENTIALS] Validating whether distribution certificate has been imported successfully [PREPARE_CREDENTIALS] Verifying whether the distribution certificate and provisioning profile match [PREBUILD] - Creating native project directories (./ios and ./android) and updating .gitignore [PREBUILD] ✔ Created native project | gitignore already synced [PREBUILD] - Adding Metro bundler config [PREBUILD] ⚠️ Skipped Metro config updates: [PREBUILD] › Existing Metro config found; not overwriting. [PREBUILD] › You will need to extend the default @expo/metro-config in your Metro config. [PREBUILD] Learn more: https://docs.expo.dev/guides/customizing-metro [PREBUILD] [PREBUILD] - Updating your package.json scripts, dependencies, and main file [PREBUILD] ✔ Updated package.json and added index.js entry point for iOS and Android [PREBUILD] [10:54:10] 🧶 Using Yarn to install packages. Pass --npm to use npm instead. [PREBUILD] - Installing JavaScript dependencies [PREBUILD] ✔ Installed JavaScript dependencies 10522ms [PREBUILD] - Config syncing [PREBUILD] Using node to generate images. This is much slower than using native packages. [PREBUILD] › Optionally you can stop the process and try again after successfully running `npm install -g sharp-cli`. [PREBUILD] - Config syncing [PREBUILD] Using node to generate images. This is much slower than using native packages. [PREBUILD] › Optionally you can stop the process and try again after successfully running `npm install -g sharp-cli`. [PREBUILD] - Config syncing [PREBUILD] ✔ Config synced [PREBUILD] - Installing CocoaPods... [PREBUILD] ✔ Installed pods and initialized Xcode workspace. [PREBUILD] yarn install v1.22.10 [PREBUILD] [1/4] Resolving packages... [PREBUILD] success Already up-to-date. [PREBUILD] Done in 0.85s. [INSTALL_PODS] Installing pods [INSTALL_PODS] ⚠️ Cannot resolve the path to "autoprefixer" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "postcss-import" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "postcss-loader" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "rollup-plugin-postcss" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "clean-webpack-plugin" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "html-loader" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "html-webpack-plugin" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "optimize-css-assets-webpack-plugin" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "webpack-manifest-plugin" package. [INSTALL_PODS] Using Expo modules [INSTALL_PODS] Auto-linking React Native modules for target `app`: RNGestureHandler, RNReanimated, RNScreens, and react-native-safe-area-context [INSTALL_PODS] Analyzing dependencies [INSTALL_PODS] Downloading dependencies [INSTALL_PODS] Generating Pods project [INSTALL_PODS] Integrating client project [INSTALL_PODS] ⚠️ Cannot resolve the path to "autoprefixer" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "postcss-import" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "postcss-loader" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "rollup-plugin-postcss" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "clean-webpack-plugin" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "html-loader" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "html-webpack-plugin" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "optimize-css-assets-webpack-plugin" package. [INSTALL_PODS] ⚠️ Cannot resolve the path to "webpack-manifest-plugin" package. [INSTALL_PODS] Pod installation complete! There are 47 dependencies from the Podfile and 46 total pods installed. [POST_INSTALL_HOOK] Script 'eas-build-post-install' is present in package.json, running it... [POST_INSTALL_HOOK] yarn run v1.22.10 [POST_INSTALL_HOOK] $ yarn workspaces run build [POST_INSTALL_HOOK] > app [POST_INSTALL_HOOK] $ echo 'Nothing to build' [POST_INSTALL_HOOK] Nothing to build [POST_INSTALL_HOOK] Done in 0.63s. [CONFIGURE_XCODE_PROJECT] Configuring Xcode project [CONFIGURE_XCODE_PROJECT] Assigning provisioning profile '*[expo] com.exiong.app AppStore 2021-12-02T22:41:37.606Z' (Apple Team ID: 6C26YW6FLB) to target 'app' [CONFIGURE_EXPO_UPDATES] Using default release channel for 'expo-updates' (default) [RUN_FASTLANE] Creating Gymfile [RUN_FASTLANE] Gymfile created [RUN_FASTLANE] Successfully loaded '/Users/emilyxiong/Code/tmp/eas-yarn2/build/apps/app/ios/Gymfile' 📄 [RUN_FASTLANE] [RUN_FASTLANE] +-----------------------+--------------------------------------+ [RUN_FASTLANE] | Detected Values from './Gymfile' | [RUN_FASTLANE] +-----------------------+--------------------------------------+ [RUN_FASTLANE] | suppress_xcode_output | true | [RUN_FASTLANE] | clean | false | [RUN_FASTLANE] | scheme | app | [RUN_FASTLANE] | configuration | Release | [RUN_FASTLANE] | export_options | {:method=>"app-store", | [RUN_FASTLANE] | | :provisioningProfiles=>{"com.exiong | [RUN_FASTLANE] | | .app"=>"717742e3-8251-4125-92f9-b2e | [RUN_FASTLANE] | | 35630fd22"}} | [RUN_FASTLANE] | export_xcargs | OTHER_CODE_SIGN_FLAGS="--keychain | [RUN_FASTLANE] | | /var/folders/8y/5p1y19s1037g45_v9gd | [RUN_FASTLANE] | | fwd5r0000gn/T/turtle-v2-f7ef89d0-ed | [RUN_FASTLANE] | | 09-456d-a532-dc7d4bc8d44a.keychain" | [RUN_FASTLANE] | disable_xcpretty | true | [RUN_FASTLANE] | buildlog_path | /Users/emilyxiong/Code/tmp/eas-yarn | [RUN_FASTLANE] | | 2/logs | [RUN_FASTLANE] | output_directory | ./build | [RUN_FASTLANE] +-----------------------+--------------------------------------+ [RUN_FASTLANE] Resolving Swift Package Manager dependencies... [RUN_FASTLANE] $ xcodebuild -resolvePackageDependencies -workspace ./app.xcworkspace -scheme app -configuration Release [RUN_FASTLANE] ▸ Command line invocation: [RUN_FASTLANE] ▸ /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -resolvePackageDependencies -workspace ./app.xcworkspace -scheme app -configuration Release [RUN_FASTLANE] ▸ User defaults from command line: [RUN_FASTLANE] ▸ IDEPackageSupportUseBuiltinSCM = YES [RUN_FASTLANE] ▸ --- xcodebuild: WARNING: Using the first of multiple matching destinations: [RUN_FASTLANE] ▸ { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:1743CF6A-1125-4F7F-B4F3-670583D39DA1, OS:14.5, name:iPad (8th generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:CC4B9864-CB5B-4290-BA33-48E18E95E032, OS:15.0, name:iPad (9th generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:EF534755-E09C-459A-8C4E-3067AB8F7FA1, OS:14.5, name:iPad Air (4th generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:FFC8C29A-1DC8-4E5C-9997-8FC1A4A228DA, OS:15.0, name:iPad Air (4th generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:0C5C2BF2-EE4E-40D5-ABFE-63F3ACFA7A29, OS:14.5, name:iPad Pro (9.7-inch) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:54266984-9AA0-47C7-A64E-1961B5A3C0BA, OS:15.0, name:iPad Pro (9.7-inch) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:D977C358-D60D-480E-AB30-A56B8DA28D4D, OS:14.5, name:iPad Pro (11-inch) (3rd generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:001C4666-C98C-42BF-B192-C19CAFB86035, OS:15.0, name:iPad Pro (11-inch) (3rd generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:BBE0C5BC-51BB-4DA4-9402-2EDFCE8DBABC, OS:14.5, name:iPad Pro (12.9-inch) (5th generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:862C9C75-E898-4D36-AD5F-EF69F1E43372, OS:15.0, name:iPad Pro (12.9-inch) (5th generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:030CACEA-3CC5-42D9-B5F9-A5ACF46B3C3A, OS:15.0, name:iPad mini (6th generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:898D8B8D-3786-4A36-BEE5-77E8BC419FA6, OS:14.5, name:iPhone 8 } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:F106C56F-A3BD-44BD-8FA0-DC8AAC309107, OS:15.0, name:iPhone 8 } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:2ECF4B70-D769-442E-ABE8-6BEF71E5B4DA, OS:14.5, name:iPhone 8 Plus } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:2CB5AA3F-5788-4C45-A788-4BE9BCED9F2E, OS:15.0, name:iPhone 8 Plus } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:34AACE5C-3DF2-4C05-91A9-6DF0D7B4DE64, OS:14.5, name:iPhone 11 } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:09EBE210-15ED-4D69-9363-31AA4830AA24, OS:15.0, name:iPhone 11 } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:2B16A985-B11C-4C1C-9342-B216F5F3CB64, OS:14.5, name:iPhone 11 Pro } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:F5D4ADAD-7C5E-41BD-815A-C198EB87AB30, OS:15.0, name:iPhone 11 Pro } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:E1913B12-24CF-4FAE-BB8C-FC393158DF8E, OS:14.5, name:iPhone 11 Pro Max } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:7BAC759C-0AC2-45E1-959E-8D4CEB5B0F94, OS:15.0, name:iPhone 11 Pro Max } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:B944C5DB-7BB0-4BAE-9BB6-DF0E5FD78930, OS:14.5, name:iPhone 12 } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:608FF58F-C0C8-43AA-863F-4A73CA8EE83E, OS:15.0, name:iPhone 12 } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:C11D89B4-E51A-495C-B89B-36A91ED51EA3, OS:14.5, name:iPhone 12 Pro } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:4F60B84A-F891-46EC-8B10-EE43D4101BF3, OS:15.0, name:iPhone 12 Pro } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:991E231F-E327-427A-AD3E-8595A946A8F5, OS:14.5, name:iPhone 12 Pro Max } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:2EEA53B2-7773-4F6F-B4DB-A2AF8C2E4340, OS:15.0, name:iPhone 12 Pro Max } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:9544698D-72EB-42F8-BB6F-6E68A7D33CB0, OS:14.5, name:iPhone 12 mini } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:0AE59799-25AF-4459-9C95-EE4591159AA2, OS:15.0, name:iPhone 12 mini } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:07CC6C52-FD44-4887-B1D2-1FACC0B06098, OS:15.0, name:iPhone 13 } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:C09311B4-3BA9-4246-B9D8-44BFD2678B86, OS:15.0, name:iPhone 13 Pro } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:44921727-0712-4A94-87EC-9C483CB7DC61, OS:15.0, name:iPhone 13 Pro Max } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:5834D27B-F62E-4BE0-96A4-112D0C6AA1C9, OS:15.0, name:iPhone 13 mini } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:7459FE02-1B91-46F4-A6EE-E784EFC24C3A, OS:14.5, name:iPhone SE (2nd generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:D642C30D-D65F-40A8-9121-7B5837D2C63B, OS:15.0, name:iPhone SE (2nd generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:BC65B4AC-A4CC-4D11-BC6B-49646D9A4B2B, OS:14.5, name:iPod touch (7th generation) } [RUN_FASTLANE] ▸ { platform:iOS Simulator, id:5FE960AA-98B1-4A8A-8A7A-C17148E9E735, OS:15.0, name:iPod touch (7th generation) } [RUN_FASTLANE] ▸ resolved source packages: [RUN_FASTLANE] $ xcodebuild -showBuildSettings -workspace ./app.xcworkspace -scheme app -configuration Release [RUN_FASTLANE] --- xcodebuild: WARNING: Using the first of multiple matching destinations: [RUN_FASTLANE] { platform:iOS, id:dvtdevice-DVTiPhonePlaceholder-iphoneos:placeholder, name:Any iOS Device } [RUN_FASTLANE] { platform:iOS Simulator, id:dvtdevice-DVTiOSDeviceSimulatorPlaceholder-iphonesimulator:placeholder, name:Any iOS Simulator Device } [RUN_FASTLANE] { platform:iOS Simulator, id:1743CF6A-1125-4F7F-B4F3-670583D39DA1, OS:14.5, name:iPad (8th generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:CC4B9864-CB5B-4290-BA33-48E18E95E032, OS:15.0, name:iPad (9th generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:EF534755-E09C-459A-8C4E-3067AB8F7FA1, OS:14.5, name:iPad Air (4th generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:FFC8C29A-1DC8-4E5C-9997-8FC1A4A228DA, OS:15.0, name:iPad Air (4th generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:0C5C2BF2-EE4E-40D5-ABFE-63F3ACFA7A29, OS:14.5, name:iPad Pro (9.7-inch) } [RUN_FASTLANE] { platform:iOS Simulator, id:54266984-9AA0-47C7-A64E-1961B5A3C0BA, OS:15.0, name:iPad Pro (9.7-inch) } [RUN_FASTLANE] { platform:iOS Simulator, id:D977C358-D60D-480E-AB30-A56B8DA28D4D, OS:14.5, name:iPad Pro (11-inch) (3rd generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:001C4666-C98C-42BF-B192-C19CAFB86035, OS:15.0, name:iPad Pro (11-inch) (3rd generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:BBE0C5BC-51BB-4DA4-9402-2EDFCE8DBABC, OS:14.5, name:iPad Pro (12.9-inch) (5th generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:862C9C75-E898-4D36-AD5F-EF69F1E43372, OS:15.0, name:iPad Pro (12.9-inch) (5th generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:030CACEA-3CC5-42D9-B5F9-A5ACF46B3C3A, OS:15.0, name:iPad mini (6th generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:898D8B8D-3786-4A36-BEE5-77E8BC419FA6, OS:14.5, name:iPhone 8 } [RUN_FASTLANE] { platform:iOS Simulator, id:F106C56F-A3BD-44BD-8FA0-DC8AAC309107, OS:15.0, name:iPhone 8 } [RUN_FASTLANE] { platform:iOS Simulator, id:2ECF4B70-D769-442E-ABE8-6BEF71E5B4DA, OS:14.5, name:iPhone 8 Plus } [RUN_FASTLANE] { platform:iOS Simulator, id:2CB5AA3F-5788-4C45-A788-4BE9BCED9F2E, OS:15.0, name:iPhone 8 Plus } [RUN_FASTLANE] { platform:iOS Simulator, id:34AACE5C-3DF2-4C05-91A9-6DF0D7B4DE64, OS:14.5, name:iPhone 11 } [RUN_FASTLANE] { platform:iOS Simulator, id:09EBE210-15ED-4D69-9363-31AA4830AA24, OS:15.0, name:iPhone 11 } [RUN_FASTLANE] { platform:iOS Simulator, id:2B16A985-B11C-4C1C-9342-B216F5F3CB64, OS:14.5, name:iPhone 11 Pro } [RUN_FASTLANE] { platform:iOS Simulator, id:F5D4ADAD-7C5E-41BD-815A-C198EB87AB30, OS:15.0, name:iPhone 11 Pro } [RUN_FASTLANE] { platform:iOS Simulator, id:E1913B12-24CF-4FAE-BB8C-FC393158DF8E, OS:14.5, name:iPhone 11 Pro Max } [RUN_FASTLANE] { platform:iOS Simulator, id:7BAC759C-0AC2-45E1-959E-8D4CEB5B0F94, OS:15.0, name:iPhone 11 Pro Max } [RUN_FASTLANE] { platform:iOS Simulator, id:B944C5DB-7BB0-4BAE-9BB6-DF0E5FD78930, OS:14.5, name:iPhone 12 } [RUN_FASTLANE] { platform:iOS Simulator, id:608FF58F-C0C8-43AA-863F-4A73CA8EE83E, OS:15.0, name:iPhone 12 } [RUN_FASTLANE] { platform:iOS Simulator, id:C11D89B4-E51A-495C-B89B-36A91ED51EA3, OS:14.5, name:iPhone 12 Pro } [RUN_FASTLANE] { platform:iOS Simulator, id:4F60B84A-F891-46EC-8B10-EE43D4101BF3, OS:15.0, name:iPhone 12 Pro } [RUN_FASTLANE] { platform:iOS Simulator, id:991E231F-E327-427A-AD3E-8595A946A8F5, OS:14.5, name:iPhone 12 Pro Max } [RUN_FASTLANE] { platform:iOS Simulator, id:2EEA53B2-7773-4F6F-B4DB-A2AF8C2E4340, OS:15.0, name:iPhone 12 Pro Max } [RUN_FASTLANE] { platform:iOS Simulator, id:9544698D-72EB-42F8-BB6F-6E68A7D33CB0, OS:14.5, name:iPhone 12 mini } [RUN_FASTLANE] { platform:iOS Simulator, id:0AE59799-25AF-4459-9C95-EE4591159AA2, OS:15.0, name:iPhone 12 mini } [RUN_FASTLANE] { platform:iOS Simulator, id:07CC6C52-FD44-4887-B1D2-1FACC0B06098, OS:15.0, name:iPhone 13 } [RUN_FASTLANE] { platform:iOS Simulator, id:C09311B4-3BA9-4246-B9D8-44BFD2678B86, OS:15.0, name:iPhone 13 Pro } [RUN_FASTLANE] { platform:iOS Simulator, id:44921727-0712-4A94-87EC-9C483CB7DC61, OS:15.0, name:iPhone 13 Pro Max } [RUN_FASTLANE] { platform:iOS Simulator, id:5834D27B-F62E-4BE0-96A4-112D0C6AA1C9, OS:15.0, name:iPhone 13 mini } [RUN_FASTLANE] { platform:iOS Simulator, id:7459FE02-1B91-46F4-A6EE-E784EFC24C3A, OS:14.5, name:iPhone SE (2nd generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:D642C30D-D65F-40A8-9121-7B5837D2C63B, OS:15.0, name:iPhone SE (2nd generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:BC65B4AC-A4CC-4D11-BC6B-49646D9A4B2B, OS:14.5, name:iPod touch (7th generation) } [RUN_FASTLANE] { platform:iOS Simulator, id:5FE960AA-98B1-4A8A-8A7A-C17148E9E735, OS:15.0, name:iPod touch (7th generation) } [RUN_FASTLANE] Detected provisioning profile mapping: {:"com.exiong.app"=>"717742e3-8251-4125-92f9-b2e35630fd22"} [RUN_FASTLANE] [RUN_FASTLANE] +--------------------------------------+--------------------------------------+ [RUN_FASTLANE] | Summary for gym 2.196.0 | [RUN_FASTLANE] +--------------------------------------+--------------------------------------+ [RUN_FASTLANE] | workspace | ./app.xcworkspace | [RUN_FASTLANE] | scheme | app | [RUN_FASTLANE] | clean | false | [RUN_FASTLANE] | output_directory | ./build | [RUN_FASTLANE] | output_name | app | [RUN_FASTLANE] | configuration | Release | [RUN_FASTLANE] | silent | false | [RUN_FASTLANE] | skip_package_ipa | false | [RUN_FASTLANE] | skip_package_pkg | false | [RUN_FASTLANE] | export_options.method | app-store | [RUN_FASTLANE] | export_options.provisioningProfiles | 717742e3-8251-4125-92f9-b2e35630fd2 | [RUN_FASTLANE] | .com.exiong.app | 2 | [RUN_FASTLANE] | export_xcargs | OTHER_CODE_SIGN_FLAGS="--keychain | [RUN_FASTLANE] | | /var/folders/8y/5p1y19s1037g45_v9gd | [RUN_FASTLANE] | | fwd5r0000gn/T/turtle-v2-f7ef89d0-ed | [RUN_FASTLANE] | | 09-456d-a532-dc7d4bc8d44a.keychain" | [RUN_FASTLANE] | build_path | /Users/emilyxiong/Library/Developer | [RUN_FASTLANE] | | /Xcode/Archives/2021-12-07 | [RUN_FASTLANE] | result_bundle | false | [RUN_FASTLANE] | buildlog_path | /Users/emilyxiong/Code/tmp/eas-yarn | [RUN_FASTLANE] | | 2/logs | [RUN_FASTLANE] | destination | generic/platform=iOS | [RUN_FASTLANE] | suppress_xcode_output | true | [RUN_FASTLANE] | disable_xcpretty | true | [RUN_FASTLANE] | skip_profile_detection | false | [RUN_FASTLANE] | skip_package_dependencies_resolutio | false | [RUN_FASTLANE] | n | | [RUN_FASTLANE] | disable_package_automatic_updates | false | [RUN_FASTLANE] | use_system_scm | false | [RUN_FASTLANE] | xcode_path | /Applications/Xcode.app | [RUN_FASTLANE] +--------------------------------------+--------------------------------------+ [RUN_FASTLANE] $ set -o pipefail && xcodebuild -workspace ./app.xcworkspace -scheme app -configuration Release -destination 'generic/platform=iOS' -archivePath /Users/emilyxiong/Library/Developer/Xcode/Archives/2021-12-07/app\ 2021-12-07\ 10.55.00.xcarchive archive | tee /Users/emilyxiong/Code/tmp/eas-yarn2/logs/app-app.log > /dev/null [RUN_FASTLANE] › Executing expo-structured-headers Pods/EXStructuredHeaders » [CP] Copy XCFrameworks [RUN_FASTLANE] › Preparing expo-constants Pods/EXConstants-EXConstants » ResourceBundle-EXConstants-EXConstants-Info.plist [RUN_FASTLANE] › Compiling react-native Pods/glog » utilities.cc [RUN_FASTLANE] › Compiling react-native Pods/glog » vlog_is_on.cc [RUN_FASTLANE] › Compiling react-native Pods/glog » symbolize.cc [RUN_FASTLANE] › Compiling react-native Pods/glog » signalhandler.cc [RUN_FASTLANE] › Compiling react-native Pods/glog » raw_logging.cc [RUN_FASTLANE] › Compiling react-native Pods/glog » logging.cc [RUN_FASTLANE] › Compiling react-native Pods/glog » glog-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/glog » demangle.cc [RUN_FASTLANE] › Compiling react-native Pods/Yoga » experiments.cpp [RUN_FASTLANE] › Compiling react-native Yoga.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » log.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » event.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » Yoga-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/Yoga » YGValue.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » YGStyle.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » YGNodePrint.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » YGNode.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » YGLayout.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » YGEnums.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » YGConfig.cpp [RUN_FASTLANE] › Compiling react-native Pods/Yoga » Utils.cpp [RUN_FASTLANE] › Preparing react-native Pods/React-Core-AccessibilityResources » ResourceBundle-AccessibilityResources-React-Core-Info.plist [RUN_FASTLANE] › Compiling expo-updates-interface Pods/EXUpdatesInterface » noop-file.m [RUN_FASTLANE] › Compiling expo-updates-interface Pods/EXUpdatesInterface » EXUpdatesInterface-dummy.m [RUN_FASTLANE] › Preparing expo-updates Pods/EXUpdates-EXUpdates » ResourceBundle-EXUpdates-EXUpdates-Info.plist [RUN_FASTLANE] › Compiling react-native Pods/React-perflogger » React-perflogger-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-perflogger » BridgeNativeModulePerfLogger.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-jsinspector » InspectorInterfaces.cpp [RUN_FASTLANE] › Packaging expo-updates-interface Pods/EXUpdatesInterface » libEXUpdatesInterface.a [RUN_FASTLANE] › Copying react-native ../../../eas-yarn2/build/node_modules/react-native/React/AccessibilityResources/en.lproj ➜ IntermediateBuildFilesPath/UninstalledProducts/iphoneos/AccessibilityResources.bundle/en.lproj [RUN_FASTLANE] › Compiling EXJSONUtils-dummy.m [RUN_FASTLANE] › Compiling expo-json-utils Pods/EXJSONUtils » NSDictionary+EXJSONUtils.m [RUN_FASTLANE] › Compiling react-native Pods/DoubleConversion » strtod.cc [RUN_FASTLANE] › Compiling react-native Pods/DoubleConversion » fixed-dtoa.cc [RUN_FASTLANE] › Compiling react-native Pods/DoubleConversion » fast-dtoa.cc [RUN_FASTLANE] › Compiling react-native Pods/DoubleConversion » double-conversion.cc [RUN_FASTLANE] › Compiling react-native Pods/DoubleConversion » diy-fp.cc [RUN_FASTLANE] › Compiling react-native Pods/DoubleConversion » cached-powers.cc [RUN_FASTLANE] › Compiling react-native Pods/DoubleConversion » bignum.cc [RUN_FASTLANE] › Compiling react-native Pods/DoubleConversion » bignum-dtoa.cc [RUN_FASTLANE] › Packaging expo-json-utils Pods/EXJSONUtils » libEXJSONUtils.a [RUN_FASTLANE] › Creating react-native Pods/React-Core-AccessibilityResources » AccessibilityResources.bundle [RUN_FASTLANE] › Creating expo-updates Pods/EXUpdates-EXUpdates » EXUpdates.bundle [RUN_FASTLANE] › Compiling expo-manifests Pods/EXManifests » EXManifestsNewManifest.m [RUN_FASTLANE] › Compiling expo-manifests Pods/EXManifests » EXManifestsManifestFactory.m [RUN_FASTLANE] › Compiling expo-manifests Pods/EXManifests » EXManifestsLegacyManifest.m [RUN_FASTLANE] › Packaging react-native Pods/React-perflogger » libReact-perflogger.a [RUN_FASTLANE] › Compiling expo-manifests Pods/EXManifests » EXManifestsBaseManifest.m [RUN_FASTLANE] › Compiling expo-manifests Pods/EXManifests » EXManifestsBareManifest.m [RUN_FASTLANE] › Compiling expo-manifests Pods/EXManifests » EXManifests-dummy.m [RUN_FASTLANE] › Creating expo-constants Pods/EXConstants-EXConstants » EXConstants.bundle [RUN_FASTLANE] › Packaging expo-manifests Pods/EXManifests » libEXManifests.a [RUN_FASTLANE] › Packaging react-native Pods/DoubleConversion » libDoubleConversion.a [RUN_FASTLANE] › Packaging react-native Pods/React-jsinspector » libReact-jsinspector.a [RUN_FASTLANE] › Packaging react-native Pods/glog » libglog.a [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » json_pointer.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » ScopeGuard.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » SafeAssert.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » RCT-Folly-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » SysUio.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » String.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » UniqueInstance.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » Unicode.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » json.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » SpookyHashV2.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » Format.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » NetOps.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » MallocImpl.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » dynamic.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » FileUtil.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » F14Table.cpp [RUN_FASTLANE] › Packaging react-native Pods/Yoga » libYoga.a [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » Demangle.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » Demangle.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » Conv.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » CString.cpp [RUN_FASTLANE] › Compiling react-native Pods/RCT-Folly » Assume.cpp [RUN_FASTLANE] › Packaging react-native Pods/RCT-Folly » libRCT-Folly.a [RUN_FASTLANE] › Compiling react-native Pods/React-jsi » jsilib-posix.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-jsi » jsilib-windows.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-jsi » JSIDynamic.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-jsi » React-jsi-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-jsi » JSCRuntime.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-jsi » jsi.cpp [RUN_FASTLANE] › Packaging react-native Pods/React-jsi » libReact-jsi.a [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » RAMBundleRegistry.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » CxxNativeModule.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » JSExecutor.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » JSIndexedRAMBundle.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » NativeToJsBridge.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » MethodCall.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » React-cxxreact-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » JSBigString.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » Instance.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » ModuleRegistry.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-cxxreact » ReactMarker.cpp [RUN_FASTLANE] › Packaging react-native Pods/React-cxxreact » libReact-cxxreact.a [RUN_FASTLANE] › Compiling react-native Pods/React-jsiexecutor » React-jsiexecutor-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-jsiexecutor » JSINativeModules.cpp [RUN_FASTLANE] › Compiling react-native Pods/React-jsiexecutor » JSIExecutor.cpp [RUN_FASTLANE] › Packaging react-native Pods/React-jsiexecutor » libReact-jsiexecutor.a [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTTouchHandler.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTUIManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTWeakProxy.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTWrapperViewController.m [RUN_FASTLANE] › Compiling react-native RCTUIManagerObserverCoordinator.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTUtils.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTUIManagerUtils.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTTouchEvent.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTVersion.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTUtilsUIOverride.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSwitchManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSwitch.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSurfaceView.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSurfaceStage.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSurfaceSizeMeasureMode.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSurfaceRootView.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSurfaceRootShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSurfacePresenterStub.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSurfaceHostingView.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSurfaceHostingProxyRootView.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSurface.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSliderManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTShadowView+Layout.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTShadowView+Internal.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSegmentedControlManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSegmentedControl.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTScrollViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTScrollView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTScrollEvent.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTScrollContentViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTScrollContentView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTScrollContentShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSafeAreaViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSafeAreaViewLocalData.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSafeAreaView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSafeAreaShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTSRWebSocket.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTRootView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTRootShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTRootContentView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTReloadCommand.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTRefreshControlManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTRefreshControl.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTRedBoxSetEnabled.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTRedBoxExtraDataViewController.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTReconnectingWebSocket.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTProgressViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTProfile.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTPickerManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTPicker.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTPerformanceLogger.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTParserUtils.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTPackagerConnection.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTPackagerClient.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTNativeModule.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTModuleMethod.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTModuleData.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTModalManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTModalHostViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTModalHostViewController.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTModalHostView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTMessageThread.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTMaskedViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTMaskedView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTManagedPointer.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTLog.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTLayoutAnimationGroup.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTLayoutAnimation.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTLayout.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTKeyCommands.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTJavaScriptLoader.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTJSStackFrame.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTJSIExecutorRuntimeInstaller.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTInspectorPackagerConnection.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTI18nUtil.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTFrameUpdate.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTFont.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTFollyConvert.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTEventEmitter.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTEventDispatcher.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTErrorInfo.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTDisplayLink.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTDevLoadingViewSetEnabled.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTDatePickerManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTDatePicker.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTCxxUtils.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTCxxModule.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTCxxBridge.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTConvert.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTConvert+CoreLocation.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTConstants.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTComponentEvent.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTComponentData.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTBundleURLProvider.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTBridge.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTBorderDrawing.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTAssert.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTActivityIndicatorViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » RCTActivityIndicatorView.m [RUN_FASTLANE] › Compiling react-native Pods/React-Core » NSDataBigString.mm [RUN_FASTLANE] › Compiling react-native Pods/React-Core » JSCExecutorFactory.mm [RUN_FASTLANE] › Packaging react-native Pods/React-Core » libReact-Core.a [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » react-native-safe-area-context-dummy.m [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RNCSafeAreaViewEdges.m [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RNCSafeAreaViewManager.m [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RNCSafeAreaView.m [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RNCSafeAreaViewMode.m [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RNCSafeAreaViewLocalData.m [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RNCSafeAreaShadowView.m [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RNCSafeAreaProviderManager.m [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RNCSafeAreaProvider.m [RUN_FASTLANE] › Compiling react-native-safe-area-context Pods/react-native-safe-area-context » RCTView+SafeAreaCompat.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTUITextField.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTVirtualTextShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTUITextView.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » React-RCTText-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTTextViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTTextShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTTextSelection.m [RUN_FASTLANE] › Compiling react-native RCTTextAttributes.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTSinglelineTextInputViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTRawTextViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTRawTextShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTMultilineTextInputViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTMultilineTextInputView.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTInputAccessoryViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTInputAccessoryView.m [RUN_FASTLANE] › Packaging react-native-safe-area-context Pods/react-native-safe-area-context » libreact-native-safe-area-context.a [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTConvert+Text.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTBaseTextViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTBaseTextShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTBaseTextInputViewManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTBaseTextInputView.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » RCTBaseTextInputShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTText » NSTextStorage+FontScaling.m [RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » TurboModulePerfLogger.cpp [RUN_FASTLANE] › Compiling react-native TurboCxxModule.cpp [RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » ReactCommon-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » RCTTurboModule.mm [RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » LongLivedObject.cpp [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNTapHandler.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNRotationHandler.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNRootViewGestureRecognizer.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNPinchHandler.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNPanHandler.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNNativeViewHandler.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNManualHandler.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerRegistry.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerPointerTracker.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerModule.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerManager.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerEvents.m [RUN_FASTLANE] › Packaging react-native Pods/React-RCTText » libReact-RCTText.a [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerButton.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandler.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandler-dummy.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNForceTouchHandler.m [RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNFlingHandler.m [RUN_FASTLANE] › Compiling react-native Pods/RCTTypeSafety » RCTTypedModuleConstants.mm [RUN_FASTLANE] › Compiling react-native Pods/RCTTypeSafety » RCTTypeSafety-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/RCTTypeSafety » RCTConvertHelpers.mm [RUN_FASTLANE] › Packaging react-native-gesture-handler Pods/RNGestureHandler » libRNGestureHandler.a [RUN_FASTLANE] › Packaging react-native Pods/RCTTypeSafety » libRCTTypeSafety.a [RUN_FASTLANE] › Packaging react-native Pods/ReactCommon » libReactCommon.a [RUN_FASTLANE] › Executing react-native Pods/FBReactNativeSpec » [CP-User] Generate Specs [RUN_FASTLANE] › Compiling react-native Pods/FBReactNativeSpec » FBReactNativeSpec-generated.mm [RUN_FASTLANE] › Compiling react-native Pods/FBReactNativeSpec » FBReactNativeSpec-dummy.m [RUN_FASTLANE] › Copying expo-modules-core ExpoModulesCore/ExpoModulesCore.swiftmodule/arm64-apple-ios.swiftmodule ➜ ExpoModulesCore.build/Objects-normal/arm64/ExpoModulesCore.swiftmodule [RUN_FASTLANE] › Copying expo-modules-core ExpoModulesCore/ExpoModulesCore.swiftmodule/arm64-apple-ios.swiftdoc ➜ ExpoModulesCore.build/Objects-normal/arm64/ExpoModulesCore.swiftdoc [RUN_FASTLANE] › Copying expo-modules-core ExpoModulesCore/ExpoModulesCore.swiftmodule/arm64.swiftdoc ➜ ExpoModulesCore.build/Objects-normal/arm64/ExpoModulesCore.swiftdoc [RUN_FASTLANE] › Copying expo-modules-core ExpoModulesCore/ExpoModulesCore.swiftmodule/arm64.swiftmodule ➜ ExpoModulesCore.build/Objects-normal/arm64/ExpoModulesCore.swiftmodule [RUN_FASTLANE] › Copying expo-modules-core ExpoModulesCore.build/DerivedSources/ExpoModulesCore-Swift.h ➜ ExpoModulesCore.build/Objects-normal/arm64/ExpoModulesCore-Swift.h [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXViewManagerAdapterClassesRegistry.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXViewManager.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXViewManagerAdapter.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXReactNativeUserNotificationCenterProxy.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXUtilities.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXReactNativeEventEmitter.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXReactNativeAdapter.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXSingletonModule.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXReactLogHandler.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXReactFontManager.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXPermissionsService.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » ExpoModulesCore-dummy.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXPermissionsMethodsDelegate.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXNativeModulesProxy.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXModuleRegistryProvider.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXModuleRegistryHolderReactModule.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXModuleRegistryAdapter.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXModuleRegistry.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXLogManager.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXExportedModule.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXErrorCodes.m [RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXAppDelegateWrapper.m [RUN_FASTLANE] › Packaging expo-modules-core Pods/ExpoModulesCore » libExpoModulesCore.a [RUN_FASTLANE] › Executing expo-modules-core Pods/ExpoModulesCore » Copy generated compatibility header [RUN_FASTLANE] › Executing expo-splash-screen Pods/EXSplashScreen » [CP] Copy XCFrameworks [RUN_FASTLANE] › Executing expo-file-system Pods/EXFileSystem » [CP] Copy XCFrameworks [RUN_FASTLANE] › Executing expo-updates Pods/EXUpdates » [CP-User] Generate app.manifest for expo-updates [RUN_FASTLANE] › Compiling expo-application Pods/EXApplication » EXApplication-dummy.m [RUN_FASTLANE] › Compiling expo-keep-awake Pods/EXKeepAwake » EXKeepAwake.m [RUN_FASTLANE] › Compiling expo-application Pods/EXApplication » EXApplication.m [RUN_FASTLANE] › Compiling expo-application Pods/EXApplication » EXProvisioningProfile.m [RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontScalersManager.m [RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontLoaderProcessor.m [RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontManager.m [RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontScaler.m [RUN_FASTLANE] › Compiling expo-keep-awake Pods/EXKeepAwake » EXKeepAwake-dummy.m [RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontLoader.m [RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFont.m [RUN_FASTLANE] › Executing expo-constants Pods/EXConstants » [CP-User] Generate app.config for prebuilt Constants.manifest [RUN_FASTLANE] › Packaging expo-keep-awake Pods/EXKeepAwake » libEXKeepAwake.a [RUN_FASTLANE] › Packaging expo-application Pods/EXApplication » libEXApplication.a [RUN_FASTLANE] › Packaging expo-font Pods/EXFont » libEXFont.a [RUN_FASTLANE] › Compiling expo-constants Pods/EXConstants » EXConstantsService.m [RUN_FASTLANE] › Compiling expo-constants Pods/EXConstants » EXConstants-dummy.m [RUN_FASTLANE] › Compiling expo-constants Pods/EXConstants » EXConstantsInstallationIdProvider.m [RUN_FASTLANE] › Compiling expo-constants Pods/EXConstants » EXConstants.m [RUN_FASTLANE] › Packaging expo-constants Pods/EXConstants » libEXConstants.a [RUN_FASTLANE] › Packaging react-native Pods/FBReactNativeSpec » libFBReactNativeSpec.a [RUN_FASTLANE] › Compiling react-native Pods/React-RCTVibration » React-RCTVibration-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTVibration » RCTVibration.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTVibration » RCTVibrationPlugins.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTSettings » RCTSettingsManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTSettings » React-RCTSettings-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTSettings » RCTSettingsPlugins.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTLinking » React-RCTLinking-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTTransformAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTLinking » RCTLinkingPlugins.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTLinking » RCTLinkingManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTTrackingAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » React-RCTAnimation-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTValueAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTNetwork » React-RCTNetwork-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTNetwork » RCTNetworking.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTNetwork » RCTNetworkTask.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTNetwork » RCTNetworkPlugins.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTNetwork » RCTHTTPRequestHandler.mm [RUN_FASTLANE] › Compiling react-native RCTFileRequestHandler.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTStyleAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTSpringAnimation.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTPropsAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTNativeAnimatedTurboModule.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTNativeAnimatedNodesManager.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTNativeAnimatedModule.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTMultiplicationAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTModuloAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTInterpolationAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTFrameAnimation.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTEventAnimation.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTDivisionAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTDiffClampAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTDecayAnimation.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTAnimationUtils.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTAnimationPlugins.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTAnimatedNode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTAnimation » RCTAdditionAnimatedNode.m [RUN_FASTLANE] › Packaging react-native Pods/React-RCTLinking » libReact-RCTLinking.a [RUN_FASTLANE] › Packaging react-native Pods/React-RCTVibration » libReact-RCTVibration.a [RUN_FASTLANE] › Packaging react-native Pods/React-RCTSettings » libReact-RCTSettings.a [RUN_FASTLANE] › Packaging react-native Pods/React-RCTNetwork » libReact-RCTNetwork.a [RUN_FASTLANE] › Compiling react-native Pods/React-RCTBlob » RCTBlobCollector.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTBlob » RCTBlobManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTBlob » React-RCTBlob-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTBlob » RCTBlobPlugins.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTBlob » RCTFileReaderModule.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageViewManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTResizeMode.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTLocalAssetImageLoader.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTUIImageViewAnimated.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » React-RCTImage-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageView.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageUtils.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageURLLoaderWithAttribution.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageStoreManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageShadowView.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImagePlugins.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageLoader.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageEditingManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageCache.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTImageBlurUtils.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTGIFImageDecoder.mm [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTDisplayWeakRefreshable.m [RUN_FASTLANE] › Compiling react-native Pods/React-RCTImage » RCTAnimatedImage.m [RUN_FASTLANE] › Packaging react-native Pods/React-RCTAnimation » libReact-RCTAnimation.a [RUN_FASTLANE] › Packaging libReact-RCTBlob.a [RUN_FASTLANE] › Packaging react-native Pods/React-RCTImage » libReact-RCTImage.a [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenWindowTraits.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSFullWindowOverlay.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » UIViewController+RNScreens.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenStackHeaderConfig.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenStack.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreen.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenNavigationContainer.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNScreens-dummy.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenStackAnimator.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » UIWindow+RNScreens.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSSearchBar.m [RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenContainer.m [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » React-CoreModules-dummy.m [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTWebSocketModule.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTWebSocketExecutor.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTTiming.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTStatusBarManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTSourceCode.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTRedBox.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTPlatform.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTPerfMonitor.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTLogBoxView.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTLogBox.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTKeyboardObserver.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTI18nManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTFPSGraph.m [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTExceptionsManager.mm [RUN_FASTLANE] › Compiling react-native RCTEventDispatcher.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTDeviceInfo.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTDevSplitBundleLoader.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTDevSettings.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTDevMenu.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTDevLoadingView.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTClipboard.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTAsyncLocalStorage.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTAppearance.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTAppState.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTAlertManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTAlertController.m [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTActionSheetManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » RCTAccessibilityManager.mm [RUN_FASTLANE] › Compiling react-native Pods/React-CoreModules » CoreModulesPlugins.mm [RUN_FASTLANE] › Packaging react-native-screens Pods/RNScreens » libRNScreens.a [RUN_FASTLANE] › Packaging react-native Pods/React-CoreModules » libReact-CoreModules.a [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » WorkletEventHandler.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REATransition.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAUIManager.mm [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » RNReanimated-dummy.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » Scheduler.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » UIResponder+Reanimated.mm [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » RemoteObject.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REATransitionAnimation.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ShareableValue.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REATransitionManager.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » WorkletsCache.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAValueNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REATransitionValues.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » RuntimeDecorator.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REATransformNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAStyleNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REASnapshot.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REASetNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAPropsNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAParamNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAOperatorNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REANodesManager.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REANode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAModule.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAJSCallNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAInitializer.mm [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAIOSScheduler.mm [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAIOSLogger.mm [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAIOSErrorHandler.mm [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAFunctionNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAEventNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » READebugNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REACondNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAConcatNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAClockNodes.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REACallFuncNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REABlockNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REABezierNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAAnimationsManager.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAAlwaysNode.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAAllTransitions.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » RCTConvert+REATransition.m [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » NativeReanimatedModuleSpec.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » NativeReanimatedModule.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » NativeProxy.mm [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » NativeMethods.mm [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » MutableValueSetterProxy.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » MutableValue.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » MapperRegistry.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » Mapper.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » LayoutAnimationsProxy.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » JSIStoreValueUser.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » FrozenObject.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » FeaturesConfig.cpp [RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » EventHandlerRegistry.cpp [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesUtils.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesUpdate.m [RUN_FASTLANE] › Compiling expo-updates EXUpdatesService.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesSelectionPolicyFactory.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesSelectionPolicy.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesSelectionPolicies.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesRemoteAppLoader.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesReaperSelectionPolicyFilterAware.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesReaperSelectionPolicyDevelopmentClient.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesReaper.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesNewUpdate.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesLoaderSelectionPolicyFilterAware.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesLegacyUpdate.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesLauncherSelectionPolicySingleUpdate.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesLauncherSelectionPolicyFilterAware.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesFileDownloader.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesEmbeddedAppLoader.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesDevLauncherController.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesDatabaseUtils.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesDatabaseMigration5To6.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesDatabaseMigration4To5.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesDatabaseIntegrityCheck.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesDatabaseInitialization.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesDatabase.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesCrypto.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesConfig.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesBareUpdate.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppLoaderTask.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppLoader.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppLauncherWithDatabase.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppLauncherNoDatabase.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppDelegate.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppController.m [RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdates-dummy.m [RUN_FASTLANE] › Packaging expo-updates Pods/EXUpdates » libEXUpdates.a [RUN_FASTLANE] › Packaging react-native-reanimated Pods/RNReanimated » libRNReanimated.a [RUN_FASTLANE] › Compiling Pods/Pods-app » Pods-app-dummy.m [RUN_FASTLANE] › Packaging Pods/Pods-app » libPods-app.a [RUN_FASTLANE] › Executing app » [CP] Check Pods Manifest.lock [RUN_FASTLANE] › Executing app » Start Packager on http://localhost:8081 [RUN_FASTLANE] › Compiling app » ExpoModulesProvider.swift [RUN_FASTLANE] › Compiling app » noop-file.swift [RUN_FASTLANE] › Copying app.build/DerivedSources/app-Swift.h ➜ app.build/Objects-normal/arm64/app-Swift.h [RUN_FASTLANE] › Copying app.swiftmodule/arm64.swiftdoc ➜ app.build/Objects-normal/arm64/app.swiftdoc [RUN_FASTLANE] › Copying app.swiftmodule/arm64.swiftmodule ➜ app.build/Objects-normal/arm64/app.swiftmodule [RUN_FASTLANE] › Copying app.swiftmodule/arm64-apple-ios.swiftdoc ➜ app.build/Objects-normal/arm64/app.swiftdoc [RUN_FASTLANE] › Copying app.swiftmodule/arm64-apple-ios.swiftmodule ➜ app.build/Objects-normal/arm64/app.swiftmodule [RUN_FASTLANE] › Compiling app » app_vers.c [RUN_FASTLANE] › Compiling app » AppDelegate.m [RUN_FASTLANE] › Compiling app » main.m [RUN_FASTLANE] › Linking app » app [RUN_FASTLANE] › Copying ios/app/Supporting/Expo.plist ➜ ./Expo.plist [RUN_FASTLANE] › Compiling app » SplashScreen.storyboard [RUN_FASTLANE] › Preparing app » Info.plist [RUN_FASTLANE] › Executing app » Bundle React Native code and images [RUN_FASTLANE] the transform cache was reset. [RUN_FASTLANE] › Generating debug app » app.app.dSYM [RUN_FASTLANE] › Executing app » [CP] Copy Pods Resources [RUN_FASTLANE] › Signing app » app.app [RUN_FASTLANE] › Creating app » app.app [RUN_FASTLANE] ▸ ** ARCHIVE FAILED ** [RUN_FASTLANE] ▸ The following build commands failed: [RUN_FASTLANE] ▸ PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/emilyxiong/Library/Developer/Xcode/DerivedData/app-cdqdiqxekdqbuxcpxwcgjzzcggnv/Build/Intermediates.noindex/ArchiveIntermediates/app/IntermediateBuildFilesPath/app.build/Release-iphoneos/app.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'app' from project 'app') [RUN_FASTLANE] ▸ (1 failure) [RUN_FASTLANE] ** ARCHIVE FAILED ** [RUN_FASTLANE] [RUN_FASTLANE] [RUN_FASTLANE] The following build commands failed: [RUN_FASTLANE] PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/emilyxiong/Library/Developer/Xcode/DerivedData/app-cdqdiqxekdqbuxcpxwcgjzzcggnv/Build/Intermediates.noindex/ArchiveIntermediates/app/IntermediateBuildFilesPath/app.build/Release-iphoneos/app.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'app' from project 'app') [RUN_FASTLANE] (1 failure) [RUN_FASTLANE] Exit status: 65 [RUN_FASTLANE] [RUN_FASTLANE] +-------------+-------------------------+ [RUN_FASTLANE] | Build environment | [RUN_FASTLANE] +-------------+-------------------------+ [RUN_FASTLANE] | xcode_path | /Applications/Xcode.app | [RUN_FASTLANE] | gym_version | 2.196.0 | [RUN_FASTLANE] | sdk | iPhoneOS15.0.sdk | [RUN_FASTLANE] +-------------+-------------------------+ [RUN_FASTLANE] Looks like fastlane ran into a build/archive error with your project [RUN_FASTLANE] It's hard to tell what's causing the error, so we wrote some guides on how [RUN_FASTLANE] to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/ [RUN_FASTLANE] Before submitting an issue on GitHub, please follow the guide above and make [RUN_FASTLANE] sure your project is set up correctly. [RUN_FASTLANE] fastlane uses `xcodebuild` commands to generate your binary, you can see the [RUN_FASTLANE] the full commands printed out in yellow in the above log. [RUN_FASTLANE] Make sure to inspect the output above, as usually you'll find more error information there [RUN_FASTLANE] [!] Error building the application - see the log above [RUN_FASTLANE] Error: Fastlane build failed with unknown error. Please refer to the "Run fastlane" and "Xcode Logs" phases. Fastlane errors in most cases are not printed at the end of the output, so you may not find any useful information in the last lines of output when looking for an error message. [CLEAN_UP_CREDENTIALS] Destroying keychain - /var/folders/8y/5p1y19s1037g45_v9gdfwd5r0000gn/T/turtle-v2-f7ef89d0-ed09-456d-a532-dc7d4bc8d44a.keychain [CLEAN_UP_CREDENTIALS] Removing provisioning profile Build failed EAS_LOCAL_BUILD_SKIP_CLEANUP is set, working dir won't be removed. Fastlane build failed with unknown error. Please refer to the "Run fastlane" and "Xcode Logs" phases. Fastlane errors in most cases are not printed at the end of the output, so you may not find any useful information in the last lines of output when looking for an error message. Error: npx exited with non-zero code: 1 at ChildProcess.completionListener (/Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/node_modules/@expo/spawn-async/build/spawnAsync.js:52:23) at Object.onceWrapper (events.js:483:26) at ChildProcess.emit (events.js:376:20) at maybeClose (internal/child_process.js:1055:16) at Process.ChildProcess._handle.onexit (internal/child_process.js:288:5) ... at spawnAsync (/Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/node_modules/@expo/spawn-async/build/spawnAsync.js:17:21) at runLocalBuildAsync (/Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/build/build/local.js:11:37) at processTicksAndRejections (internal/process/task_queues.js:95:5) at async /Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/build/build/build.js:61:13 at async Build.startBuildAsync (/Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/build/commands/build/index.js:200:16) at async Build.prepareAndStartBuildAsync (/Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/build/commands/build/index.js:186:23) at async Build.runAsync (/Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/build/commands/build/index.js:70:53) at async Build._run (/Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/node_modules/@oclif/command/lib/command.js:43:20) at async Config.runCommand (/Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/node_modules/@oclif/config/lib/config.js:173:24) at async Main.run (/Users/emilyxiong/.nvm/versions/node/v14.17.0/lib/node_modules/eas-cli/node_modules/@oclif/command/lib/main.js:27:9)

Reproducible demo or steps to reproduce from a blank project

na

dsokal commented 2 years ago

Hi, EAS Build cannot build your project if it can't be built locally, in this case in Xcode. Can you please try to build it manually in Xcode and let me know if you're getting the same error?

wkozyra95 commented 2 years ago

The index.js is actually not at workspace root, it is at workingdir/build/apps/app/index.js.

Eas uploads git repository you are in, so if root of the git repo is not in the same directory as root of the monorepo then only that code will be uploaded

dsokal commented 2 years ago

Closing because of the inactivity.

jordmccord commented 1 month ago

How was this issue resolved?