Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sto cercando di costruire la mia applicazione con eas ma continuo a ricevere questo errore #2756

Closed
Mannaale opened this issue Dec 10, 2024 · 1 comment
Labels
needs review Issue is ready to be reviewed by a maintainer

Comments

@Mannaale
Copy link

Build/Submit details page URL

No response

Summary

Sto cercando di costruire la mia applicazione con eas ma continuo a ricevere questo errore, qualche aiuto?:
[12/10/24, 4:29:52 PM] Ale Manna: RUN_FASTLANE] Run script build phase '[CP-User] Generate app.config for prebuilt Constants.manifest' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'EXConstants' from project 'Pods')
[RUN_FASTLANE] ▸ ** ARCHIVE FAILED **
[RUN_FASTLANE] ▸ The following build commands failed:
[RUN_FASTLANE] ▸ SwiftCompile normal arm64 Compiling\ Encoding.swift,\ FileSystemBackgroundSessionHandler.swift,\

Managed or bare?

bare

Environment

expo-env-info 1.2.1 environment info:
System:
OS: macOS 15.1.1
Shell: 5.9 - /bin/zsh
Binaries:
Node: 18.20.5 - ~/.nvm/versions/node/v18.20.5/bin/node
Yarn: 1.22.22 - /usr/local/bin/yarn
npm: 10.9.1 - ~/.nvm/versions/node/v18.20.5/bin/npm
Watchman: 2024.11.25.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.16.2 - /Users/alemanna/.rbenv/shims/pod
SDKs:
iOS SDK:
Platforms: DriverKit 24.1, iOS 18.1, macOS 15.1, tvOS 18.1, visionOS 2.1, watchOS 11.1
IDEs:
Xcode: 16.1/16B40 - /usr/bin/xcodebuild
npmPackages:
expo: ^52.0.15 => 52.0.15
expo-router: ~3.5.24 => 3.5.24
react: 18.2.0 => 18.2.0
react-dom: 18.2.0 => 18.2.0
react-native: ^0.74.5 => 0.74.5
react-native-web: ~0.19.10 => 0.19.13
npmGlobalPackages:
eas-cli: 14.1.0
expo-cli: 6.3.12
Expo Workflow: bare

Enabled experimental React Native Directory checks. Unset the EXPO_DOCTOR_ENABLE_DIRECTORY_CHECK environment variable to disable this check.
✔ Check package.json for common issues
✔ Check Expo config for common issues
✖ Check for common project setup issues
✖ Check dependencies for packages that should not be installed directly
✔ Check for issues with Metro config
✖ Validate packages against React Native Directory package metadata
✔ Check npm/ yarn versions
✔ Check if the project meets version requirements for submission to app stores
✖ Check for app config fields that may not be synced in a non-CNG project
✖ Check that packages match versions required by installed Expo SDK
✔ Check native tooling versions
✖ Check for legacy global CLI installed locally
✔ Check that native modules do not use incompatible support packages
✖ Check that native modules use compatible support package versions for installed Expo SDK
✖ Check Expo config (app.json/ app.config.js) schema

Detailed check results:

Multiple lock files detected (yarn.lock, package-lock.json). This may result in unexpected behavior in CI environments, such as EAS Build, which infer the package manager from the lock file.

Error: Problems validating fields in /Users/alemanna/Desktop/Ale/app/Barberia22 Typerscript/barberia22/app.json. Learn more: https://docs.expo.dev/workflow/configuration/
• should NOT have additional property 'release'.
• should NOT have additional property 'scripts'.
• should NOT have additional property 'fonts'.
• Field: ios - should NOT have additional property 'release'.
Error: Problems validating asset fields in /Users/alemanna/Desktop/Ale/app/Barberia22 Typerscript/barberia22/app.json. Learn more: https://docs.expo.dev/
• Field: Android.adaptiveIcon.foregroundImage - cannot access file at 'https://unicadapi.discloud.app/static/imgs/barberia22/logobb22.png'.

Expo CLI is now part of the expo package. Having expo-cli in your project dependencies may cause issues, such as “error: unknown option --fix” when running npx expo install --fix
Advice: Remove expo-cli from your project dependencies.

The package "expo-modules-core" should not be installed directly in your project. It is a dependency of other Expo packages, which will install it automatically as needed.
The package "expo-modules-autolinking" should not be installed directly in your project. It is a dependency of other Expo packages, which will install it automatically as needed.
The package "@types/react-native" should not be installed directly in your project, as types are included with the "react-native" package.

Expected package expo-modules-autolinking@~2.0.0
Found invalid:
[email protected]
[email protected]
[email protected]
(for more info, run: npm why expo-modules-autolinking)
Expected package @expo/config-plugins@~9.0.0
Found invalid:
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
(for more info, run: npm why @expo/config-plugins)
Expected package @expo/prebuild-config@~8.0.0
Found invalid:
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
(for more info, run: npm why @expo/prebuild-config)
Expected package @expo/metro-config@~0.19.0
Found invalid:
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
@expo/[email protected]
(for more info, run: npm why @expo/metro-config)
Expected package metro@^0.81.0
Found invalid:
[email protected]
(for more info, run: npm why metro)
Expected package metro-resolver@^0.81.0
Found invalid:
[email protected]
(for more info, run: npm why metro-resolver)
Expected package metro-config@^0.81.0
Found invalid:
[email protected]
(for more info, run: npm why metro-config)
Advice: Upgrade dependencies that are using the invalid package versions.

This project contains native project folders but also has native configuration properties in app.json, indicating it is configured to use Prebuild. When the android/ios folders are present, EAS Build will not sync the following properties: orientation, icon, scheme, userInterfaceStyle, splash, ios, android, plugins.

Advice: Add '/android' and '/ios' to your .gitignore file if you intend to use CNG / Prebuild. Learn more: https://docs.expo.dev/workflow/prebuild/#usage-with-eas-build

The following issues were found when validating your dependencies against React Native Directory:
Unsupported on New Architecture: @react-native-community/blur, @react-native-community/checkbox, expo-background-fetch
Untested on New Architecture: react-native-push-notification, react-native-sqlite-storage
Unmaintained: expo-barcode-scanner, react-native-push-notification, react-native-snap-carousel, react-native-sqlite-storage
No metadata available: @expo/dev-server, brew, date-fns, eas-cli, expo-cli, expo-modules-core, expo-optimize, fsevents, is-accessor-descriptor, is-data-descriptor, lottie-ios, react-redux, uuid, watchman
Advice:

  • Use libraries that are actively maintained and support the New Architecture. Find alternative libraries with https://reactnative.directory.
  • Add packages to expo.doctor.reactNativeDirectoryCheck.exclude in package.json to selectively skip validations, if the warning is not relevant.
  • Update React Native Directory to include metadata for unknown packages. Alternatively, set expo.doctor.reactNativeDirectoryCheck.listUnknownPackages in package.json to false to skip warnings about packages with no metadata, if the warning is not relevant.

The following packages should be updated for best compatibility with the installed expo version:
@react-native-community/[email protected] - expected version: 8.2.0
@react-native-picker/[email protected] - expected version: 2.9.0
[email protected] - expected version: ~52.0.17
[email protected] - expected version: ~13.0.3
[email protected] - expected version: ~14.0.1
[email protected] - expected version: ~0.13.1
[email protected] - expected version: ~16.0.9
[email protected] - expected version: ~7.0.0
[email protected] - expected version: ~17.0.3
[email protected] - expected version: ~13.0.1
[email protected] - expected version: ~7.0.3
[email protected] - expected version: ~2.1.1
[email protected] - expected version: ~0.29.11
[email protected] - expected version: ~4.0.11
[email protected] - expected version: ~14.0.0
[email protected] - expected version: ~0.29.16
[email protected] - expected version: ~2.0.0
[email protected] - expected version: ~4.0.5
[email protected] - expected version: ~12.0.3
[email protected] - expected version: ~0.26.10
[email protected] - expected version: ~14.0.1
[email protected] - expected version: 7.1.0
[email protected] - expected version: 18.3.1
[email protected] - expected version: 18.3.1
[email protected] - expected version: 0.76.3
[email protected] - expected version: ~2.20.2
[email protected] - expected version: ~3.16.1
[email protected] - expected version: 4.12.0
[email protected] - expected version: ~4.1.0
[email protected] - expected version: 15.8.0
@types/[email protected] - expected version: ~18.3.12
[email protected] - expected version: ~2.0.0
[email protected] - expected version: ~52.0.2
Your project may not work correctly until you install the expected versions of the packages.
Found outdated dependencies
Advice: Use 'npx expo install --check' to review and upgrade your dependencies.

One or more checks failed, indicating possible issues with the project.

Error output

Found eas-cli in your project dependencies.
It's recommended to use the "cli.version" field in eas.json to enforce the eas-cli version for your project.
Learn more

Found eas-cli in your project dependencies.
It's recommended to use the "cli.version" field in eas.json to enforce the eas-cli version for your project.
Learn more

Found eas-cli in your project dependencies.
It's recommended to use the "cli.version" field in eas.json to enforce the eas-cli version for your project.
Learn more

Found eas-cli in your project dependencies.
It's recommended to use the "cli.version" field in eas.json to enforce the eas-cli version for your project.
Learn more

Error: Cannot find module 'expo-dev-client/package.json'
Require stack:

  • /Users/alemanna/Desktop/Ale/app/Barberia22 Typerscript/barberia22/noop.js
    at Module._resolveFilename (node:internal/modules/cjs/loader:1140:15)
    at resolveFileName (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/node_modules/resolve-from/index.js:29:39)
    at resolveFrom (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/node_modules/resolve-from/index.js:43:9)
    at module.exports (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/node_modules/resolve-from/index.js:46:47)
    at isExpoDevClientInstalledAsync (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/build/build/utils/devClient.js:77:36)
    at ensureExpoDevClientInstalledForDevClientBuildsAsync (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/build/build/utils/devClient.js:17:15)
    at runBuildAndSubmitAsync (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/build/build/runBuildAndSubmit.js:79:79)
    at async Build.runAsync (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/build/commands/build/index.js:121:9)
    at async Build.run (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/build/commandUtils/EasCommand.js:168:16)
    at async Build._run (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/node_modules/@oclif/core/lib/command.js:80:22) {
    code: 'MODULE_NOT_FOUND',
    requireStack: [
    '/Users/alemanna/Desktop/Ale/app/Barberia22 Typerscript/barberia22/noop.js'
    ]
    }
    The field "cli.appVersionSource" is not set, but it will be required in the future. Learn more
    We detected that you are building for the "store" distribution. Resolving the environment for environment variables used during the build to "production". Set the "environment" field in the build profile if you want to specify the environment manually.
    No environment variables with visibility "Plain text" and "Sensitive" found for the "production" environment on EAS servers.

request to https://api.expo.dev/graphql failed, reason: connect ETIMEDOUT 2606:4700::6812:568:443
CombinedError: [Network] request to https://api.expo.dev/graphql failed, reason: connect ETIMEDOUT 2606:4700::6812:568:443
at makeErrorResult (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/node_modules/@urql/core/dist/urql-core-chunk.js:495:10)
at fetchOperation (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/node_modules/@urql/core/dist/urql-core-chunk.js:756:11)
at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
at async /Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/node_modules/wonka/dist/wonka.js:346:20 {
graphQLErrors: [],
networkError: FetchError: request to https://api.expo.dev/graphql failed, reason: connect ETIMEDOUT 2606:4700::6812:568:443
at ClientRequest. (/Users/alemanna/.nvm/versions/node/v18.20.5/lib/node_modules/eas-cli/node_modules/node-fetch/lib/index.js:1491:11)
at ClientRequest.emit (node:events:517:28)
at TLSSocket.socketErrorListener (node:_http_client:501:9)
at TLSSocket.emit (node:events:517:28)
at emitErrorNT (node:internal/streams/destroy:151:8)
at emitErrorCloseNT (node:internal/streams/destroy:116:3)
at process.processTicksAndRejections (node:internal/process/task_queues:82:21) {
type: 'system',
errno: 'ETIMEDOUT',
code: 'ETIMEDOUT'
},
response: undefined
}
Error: GraphQL request failed.
alemanna@Air-di-Ale barberia22 %

Reproducible demo or steps to reproduce from a blank project

[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » UIViewController+RNScreens.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNScreensTurboModule.cpp
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSUIBarButtonItem.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSSearchBar.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenWindowTraits.mm
[RUN_FASTLANE] › Compiling barberia22 Pods/React-CoreModules » React-CoreModules-dummy.m
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenViewEvent.mm
[RUN_FASTLANE] › Compiling barberia22 Pods/lottie-react-native » lottie-react-native-dummy.m
[RUN_FASTLANE] › Compiling react-native-screens RNSScreenStackHeaderSubview.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenStackHeaderConfig.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenStackAnimator.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenStack.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenNavigationContainer.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreenContainer.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSScreen.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSModule.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSModalScreen.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSHeaderHeightChangeEvent.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSFullWindowOverlay.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RNSConvert.mm
[RUN_FASTLANE] › Compiling react-native-screens Pods/RNScreens » RCTImageComponentView+RNSScreenStackHeaderConfig.mm
[RUN_FASTLANE] › Creating barberia22 Pods/React-RCTAnimation » RCTAnimation.framework
[RUN_FASTLANE] › Creating barberia22 Pods/React-RCTImage » RCTImage.framework
[RUN_FASTLANE] › Creating barberia22 Pods/React-RCTBlob » RCTBlob.framework
[RUN_FASTLANE] › Preparing barberia22 Pods/React-RCTFabric » React-RCTFabric-Info.plist
[RUN_FASTLANE] › Preparing barberia22 Pods/React-CoreModules » React-CoreModules-Info.plist
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » WorkletRuntimeRegistry.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » WorkletRuntimeDecorator.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » WorkletRuntime.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » WorkletEventHandler.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » UIScheduler.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » UIRuntimeDecorator.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » Shareables.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ShadowTreeCloner.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ReanimatedVersion.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ReanimatedRuntime.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ReanimatedMountHook.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ReanimatedJSIUtils.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ReanimatedHermesRuntime.cpp
[RUN_FASTLANE] › Compiling barberia22 Pods/RNScreens » RNScreens-dummy.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ReanimatedCommitMarker.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ReanimatedCommitHook.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REASwizzledUIManager.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REASlowAnimations.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REANodesManager.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAModule.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAMessageThread.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAKeyboardEventObserver.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAInitializerRCTFabricSurface.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAInitializer.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAIOSUIScheduler.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAIOSLogger.mm
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » PropsRegistry.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » PlatformDepMethodsHolderImpl.mm
[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 » LayoutAnimationsManager.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » JSScheduler.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » JSLogger.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » JSISerializer.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » FeaturesConfig.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » EventHandlerRegistry.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » AsyncQueue.cpp
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » AnimatedSensorModule.cpp
[RUN_FASTLANE] › Compiling barberia22 Pods/RNReanimated » RNReanimated_vers.c
[RUN_FASTLANE] › Compiling barberia22 Pods/React-RCTFabric » React-RCTFabric-dummy.m
[RUN_FASTLANE] › Compiling lottie-react-native Pods/lottie-react-native » RCTConvert+Lottie.m
[RUN_FASTLANE] › Compiling lottie-react-native Pods/lottie-react-native » LRNAnimationViewManagerObjC.m
[RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNNativeViewHandler.mm
[RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerRootViewComponentView.mm
[RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerModule.mm
[RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerManager.mm
[RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerButtonComponentView.mm
[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 » RNLongPressHandler.m
[RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNPanHandler.m
[RUN_FASTLANE] › Compiling react-native-gesture-handler RNHoverHandler.m
[RUN_FASTLANE] › Compiling barberia22 Pods/RNGestureHandler » RNGestureHandler_vers.c
[RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNGestureHandlerButtonManager.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 » RNGestureHandlerEvents.m
[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 » RNForceTouchHandler.m
[RUN_FASTLANE] › Compiling react-native-gesture-handler Pods/RNGestureHandler » RNFlingHandler.m
[RUN_FASTLANE] › Creating barberia22 Pods/React-RCTFabric » RCTFabric.framework
[RUN_FASTLANE] › Creating barberia22 Pods/React-CoreModules » CoreModules.framework
[RUN_FASTLANE] › Preparing barberia22 Pods/lottie-react-native » lottie-react-native-Info.plist
[RUN_FASTLANE] › Preparing barberia22 Pods/RNScreens » RNScreens-Info.plist
[RUN_FASTLANE] › Preparing barberia22 Pods/RNReanimated » RNReanimated-Info.plist
[RUN_FASTLANE] › Preparing barberia22 Pods/React-RuntimeApple » React-RuntimeApple-Info.plist
[RUN_FASTLANE] › Compiling react-native Pods/React-RuntimeApple » RCTPerformanceLoggerUtils.mm
[RUN_FASTLANE] › Compiling react-native Pods/React-RuntimeApple » RCTLegacyUIManagerConstantsProvider.mm
[RUN_FASTLANE] › Compiling react-native Pods/React-RuntimeApple » RCTJSThreadManager.mm
[RUN_FASTLANE] › Compiling react-native Pods/React-RuntimeApple » RCTInstance.mm
[RUN_FASTLANE] › Compiling react-native Pods/React-RuntimeApple » RCTHost.mm
[RUN_FASTLANE] › Compiling react-native Pods/React-RuntimeApple » RCTHermesInstance.mm
[RUN_FASTLANE] › Compiling react-native Pods/React-RuntimeApple » ObjCTimerRegistry.mm
[RUN_FASTLANE] › Compiling barberia22 Pods/RNGestureHandler » RNGestureHandler-dummy.m
[RUN_FASTLANE] › Compiling barberia22 Pods/React-RuntimeApple » React_RuntimeApple_vers.c
[RUN_FASTLANE] › Creating barberia22 Pods/lottie-react-native » lottie_react_native.framework
[RUN_FASTLANE] › Creating barberia22 Pods/RNScreens » RNScreens.framework
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ReanimatedSensorContainer.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » ReanimatedSensor.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAUtils.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAScreensHelper.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAFrame.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » RCTUIView+Reanimated.m
[RUN_FASTLANE] › Creating barberia22 Pods/RNGestureHandler » RNGestureHandler.framework
[RUN_FASTLANE] › Compiling barberia22 Pods/RNReanimated » RNReanimated-dummy.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REASnapshot.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REAAnimationsManager.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » RCTEventDispatcher+Reanimated.m
[RUN_FASTLANE] › Compiling react-native-reanimated Pods/RNReanimated » REASharedTransitionManager.m
[RUN_FASTLANE] › Creating barberia22 Pods/RNReanimated » RNReanimated.framework
[RUN_FASTLANE] › Compiling barberia22 Pods/React-RuntimeApple » React-RuntimeApple-dummy.m
[RUN_FASTLANE] › Executing barberia22 Pods/React-RuntimeApple » Create Symlinks to Header Folders
[RUN_FASTLANE] › Compiling react-native Pods/React-RCTAppDelegate » RCTRootViewFactory.mm
[RUN_FASTLANE] › Compiling react-native Pods/React-RCTAppDelegate » RCTAppSetupUtils.mm
[RUN_FASTLANE] › Compiling react-native Pods/React-RCTAppDelegate » RCTAppDelegate.mm
[RUN_FASTLANE] › Compiling barberia22 Pods/React-RCTAppDelegate » React_RCTAppDelegate_vers.c
[RUN_FASTLANE] › Creating barberia22 Pods/React-RuntimeApple » React_RuntimeApple.framework
[RUN_FASTLANE] › Preparing barberia22 Pods/React-RCTAppDelegate » React-RCTAppDelegate-Info.plist
[RUN_FASTLANE]
⚠️ (../../../../../../../../ios/JSI/JavaScriptRuntime.swift:67:3)

public func schedule(priority: SchedulerPriority = .normal, _ closure: @escaping () -> Void) {
^ 'public' modifier is redundant for instance method declared in a public extension

[RUN_FASTLANE] › Compiling React-RCTAppDelegate-dummy.m
[RUN_FASTLANE] › Creating barberia22 Pods/React-RCTAppDelegate » React_RCTAppDelegate.framework
[RUN_FASTLANE] › Preparing barberia22 Pods/ExpoModulesCore » ExpoModulesCore-Info.plist
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » TypedArray.cpp
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » SharedObject.cpp
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » RCTAppDelegate+Recreate.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » ObjectDeallocator.cpp
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » NativeModule.cpp
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » LazyObject.cpp
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » JSIUtils.cpp
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » ExpoModulesHostObject.mm
[RUN_FASTLANE] › Compiling barberia22 Pods/ExpoModulesCore » ExpoModulesCore-dummy.m
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » ExpoBridgeModule.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EventEmitter.cpp
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXSharedObjectUtils.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXReactRootViewFactory.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXReactNativeAdapter.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXReactDelegateWrapper.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXRawJavaScriptFunction.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXNativeModulesProxy.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXJavaScriptWeakObject.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXJavaScriptValue.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXJavaScriptTypedArray.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXJavaScriptObject.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXJSIUtils.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXJSIInstaller.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXJSIConversions.mm
[RUN_FASTLANE] › Compiling expo-modules-core Pods/ExpoModulesCore » EXAppDelegateWrapper.mm
[RUN_FASTLANE] › Compiling barberia22 Pods/ExpoModulesCore » ExpoModulesCore_vers.c
[RUN_FASTLANE]
❌ (node_modules/expo-file-system/ios/FileSystemModule.swift:40:58)

38 |
39 | AsyncFunction("getInfoAsync") { (url: URL, options: InfoOptions, promise: Promise) in

40 | let optionsDict = options.toDictionary(appContext: appContext)
| ^ argument passed to call that takes no arguments
41 | switch url.scheme {
42 | case "file":
43 | EXFileSystemLocalFileHandler.getInfoForFile(url, withOptions: optionsDict, resolver: promise.resolver, rejecter: promise.legacyRejecter)

[RUN_FASTLANE]
❌ (node_modules/expo-file-system/ios/Next/FileSystemNextModule.swift:195:32)

193 | }
194 | var result: [String: String] = [:]

195 | for appGroup in appContext.appCodeSignEntitlements.appGroups ?? [] {
| ^ value of type 'AppContext' has no member 'appCodeSignEntitlements'
196 | if let directory = FileManager.default.containerURL(forSecurityApplicationGroupIdentifier: appGroup) {
197 | result[appGroup] = directory.standardizedFileURL.path
198 | }

[RUN_FASTLANE] Run script build phase '[CP-User] [Hermes] Replace Hermes for the right configuration, if needed' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'hermes-engine' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-utils' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'fmt' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'Yoga' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'ReactCommon' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-runtimescheduler' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-rendererdebug' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-nativeconfig' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-jserrorhandler' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-featureflags' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-debug' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-RuntimeHermes' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-RuntimeCore' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-RuntimeApple' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-NativeModulesApple' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-Mapbuffer' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-ImageManager' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-FabricImage' from project 'Pods')
[RUN_FASTLANE] Run script build phase '[CP-User] [RN]Check rncore' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-Fabric' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-Fabric' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'React-Codegen' from project 'Pods')
[RUN_FASTLANE] Run script build phase 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE] Run script build phase '[CP-User] Generate app.config for prebuilt Constants.manifest' will be run during every build because it does not specify any outputs. To address this issue, either add output dependencies to the script phase, or configure it to run in every build by unchecking "Based on dependency analysis" in the script phase. (in target 'EXConstants' from project 'Pods')
[RUN_FASTLANE] ▸ ** ARCHIVE FAILED **
[RUN_FASTLANE] ▸ The following build commands failed:
[RUN_FASTLANE] ▸ SwiftCompile normal arm64 Compiling\ Encoding.swift,\ FileSystemBackgroundSessionHandler.swift,\ FileSystemDirectory.swift,\ FileSystemExceptions.swift,\ FileSystemFile.swift,\ FileSystemFileHandle.swift,\ FileSystemHelpers.swift,\ FileSystemModule.swift,\ FileSystemNextExceptions.swift,\ FileSystemNextModule.swift,\ FileSystemPath.swift,\ FileSystemRecords.swift,\ NetworkingHelpers.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Encoding.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemBackgroundSessionHandler.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemDirectory.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemExceptions.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemFile.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemFileHandle.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemHelpers.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemModule.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemNextExceptions.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemNextModule.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemPath.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemRecords.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/NetworkingHelpers.swift (in target 'ExpoFileSystem' from project 'Pods')
[RUN_FASTLANE] ▸ CompileSwift normal arm64 (in target 'ExpoFileSystem' from project 'Pods')
[RUN_FASTLANE] ▸ Archiving workspace barberia22 with scheme barberia22
[RUN_FASTLANE] ▸ (3 failures)
[RUN_FASTLANE] ** ARCHIVE FAILED **
[RUN_FASTLANE]
[RUN_FASTLANE]
[RUN_FASTLANE] The following build commands failed:
[RUN_FASTLANE] SwiftCompile normal arm64 Compiling\ Encoding.swift,\ FileSystemBackgroundSessionHandler.swift,\ FileSystemDirectory.swift,\ FileSystemExceptions.swift,\ FileSystemFile.swift,\ FileSystemFileHandle.swift,\ FileSystemHelpers.swift,\ FileSystemModule.swift,\ FileSystemNextExceptions.swift,\ FileSystemNextModule.swift,\ FileSystemPath.swift,\ FileSystemRecords.swift,\ NetworkingHelpers.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Encoding.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemBackgroundSessionHandler.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemDirectory.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemExceptions.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemFile.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemFileHandle.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemHelpers.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemModule.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemNextExceptions.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemNextModule.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/Next/FileSystemPath.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/FileSystemRecords.swift /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-local-nodejs/012b9236-4dfd-408c-a5f8-42a25ba17179/build/node_modules/expo-file-system/ios/NetworkingHelpers.swift (in target 'ExpoFileSystem' from project 'Pods')
[RUN_FASTLANE] CompileSwift normal arm64 (in target 'ExpoFileSystem' from project 'Pods')
[RUN_FASTLANE] Archiving workspace barberia22 with scheme barberia22
[RUN_FASTLANE] (3 failures)
[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.225.0 |
[RUN_FASTLANE] | sdk | iPhoneOS18.1.sdk |
[RUN_FASTLANE] +-------------+-------------------------+
[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]
[RUN_FASTLANE] [!] Error building the application - see the log above
[RUN_FASTLANE] Error: The "Run fastlane" step failed because of an error in the Xcode build process. We automatically detected following errors in your Xcode build logs:

  • argument passed to call that takes no arguments
  • value of type 'AppContext' has no member 'appCodeSignEntitlements'
    Refer to "Xcode Logs" below for additional, more detailed logs.
    [CLEAN_UP_CREDENTIALS] Destroying keychain - /var/folders/3y/ssz46s757rqcdsm_ndtzvtqh0000gn/T/eas-build-b92150eb-fb94-47c0-bd91-ab4cdcf9950d.keychain
    [CLEAN_UP_CREDENTIALS] Removing provisioning profile

Build failed
The "Run fastlane" step failed because of an error in the Xcode build process. We automatically detected following errors in your Xcode build logs:

  • argument passed to call that takes no arguments
  • value of type 'AppContext' has no member 'appCodeSignEntitlements'
    Refer to "Xcode Logs" below for additional, more detailed logs.
    npx -y [email protected]
    Error: build command failed.
@Mannaale Mannaale added the needs review Issue is ready to be reviewed by a maintainer label Dec 10, 2024
@szdziedzic
Copy link
Member

Please check the full contents of your Xcode logs: https://docs.expo.dev/build-reference/local-builds/#use-local-builds-for-debugging

It seems to be a project-specific issue rather than a bug in EAS. You are probably missing some entitlements: https://docs.expo.dev/build-reference/ios-capabilities/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs review Issue is ready to be reviewed by a maintainer
Projects
None yet
Development

No branches or pull requests

2 participants