Local and remote builds failing - expo-build-properties useFrameworks: static

Hi all,

I’m on SDK 45 and EAS CLI 2.1.0. My builds are failing locally and on EAS’s servers. The change that causes the failure is adding this block to my plugins array in app.json:

    "plugins": [
      [
        "expo-build-properties",
        {
          "ios": {
            "useFrameworks": "static"
          }
        }
      ],
...

I’m making this change to support Firebase Recaptcha as described here. But even when I remove all Firebase dependencies and changes except for this app.json change, I still get this error.

Here’s the error I’m getting locally when running eas build --profile development --platform ios --local:

[RUN_FASTLANE] $ set -o pipefail && xcodebuild -workspace ./circles.xcworkspace -scheme circles -configuration Debug -destination 'generic/platform=iOS' -archivePath /Users/chris/Library/Developer/Xcode/Archives/2022-09-30/circles\ 2022-09-30\ 11.12.35.xcarchive archive | tee /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1/logs/circles-circles.log > /dev/null
[RUN_FASTLANE] 
❌  error: Multiple commands produce '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework'


[RUN_FASTLANE] 
❌  error: Multiple commands produce '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework'

Thanks so much for any help/guidance!

Here’s my full error log (continued in reply below):

circles chris$ eas build --profile development --platform ios --local
Specified value for "ios.bundleIdentifier" in app.json is ignored because an ios directory was detected in the project.
EAS Build will use the value found in the native code.
✔ Using remote iOS credentials (Expo server)

If you provide your Apple account credentials we will be able to generate all necessary build credentials and fully validate them.
This is optional, but without Apple account access you will need to provide all the missing values manually and we can only run minimal validation on them.
✔ Do you want to log in to your Apple account? … yes

› Log in to your Apple Developer account to continue
✔ Apple ID: … [redact]
› Restoring session /[redact]
› Team [redact]
› Provider [redact]
✔ Logged in Local session
✔ Bundle identifier registered com.cra.circles
✔ Synced capabilities: No updates
✔ Synced capability identifiers: No updates
✔ Fetched Apple distribution certificates
✔ Fetched Apple provisioning profiles
✔ All your registered devices are present in the Provisioning Profile. Would you like to reuse the profile? › Yes

Project Credentials Configuration

Project                   @cra/circles
Bundle Identifier         com.cra.circles
                          
Ad Hoc Configuration      
                          
Distribution Certificate  
Serial Number             [redact]
Expiration Date           [redact]
Apple Team                [redact]
Updated                   1 month ago
                          
Provisioning Profile      
Developer Portal ID       [redact]
Status                    active
Expiration                [redact]
Apple Team                [redact]
Provisioned devices       - iPhone XR (UDID:[redact]
Updated                   9 days ago
                          
All credentials are ready to build @cra/circles (com.cra.circles)

✔ Push Notifications setup for circles: com.cra.circles
[SETUP_WORKINGDIR] Preparing workingdir /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1
[START_BUILD] Starting build
  "job": {
    "type": "generic",
    "platform": "ios",
    "projectArchive": {
      "type": "PATH",
      "path": "/var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-cli-nodejs/1fdb623b-73ba-4cfe-a7a9-e1c44a9311fd.tar.gz"
    },
    "projectRootDirectory": ".",
    "builderEnvironment": {},
    "cache": {
      "disabled": false,
      "customPaths": [],
      "cacheDefaultPaths": true,
      "clear": false
    },
    "updates": {},
    "developmentClient": true,
    "scheme": "circles",
    "username": "cra",
    "experimental": {}
  }
[INSTALL_DEPENDENCIES] Running "npm install" in the root dir of your repository 
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated stable@0.1.8: Modern JS already guarantees Array#sort() is a stable sort, so this library is deprecated. See the compatibility table on MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/sort#browser_compatibility
[INSTALL_DEPENDENCIES] npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
[INSTALL_DEPENDENCIES] npm WARN
[INSTALL_DEPENDENCIES] deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
[INSTALL_DEPENDENCIES] npm WARN deprecated sane@4.1.0: some dependency vulnerabilities fixed, support for node < 10 dropped, and newer ECMAScript syntax/features added
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
[INSTALL_DEPENDENCIES] npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
[INSTALL_DEPENDENCIES] npm
[INSTALL_DEPENDENCIES] WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
[INSTALL_DEPENDENCIES] npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
[INSTALL_DEPENDENCIES] npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
[INSTALL_DEPENDENCIES] npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
[INSTALL_DEPENDENCIES] npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
[INSTALL_DEPENDENCIES] npm WARN deprecated uglify-es@3.3.9: support for ECMAScript is superseded by `uglify-js` as of v3.13.0
[INSTALL_DEPENDENCIES] added 1986 packages, and audited 1987 packages in 11s
[INSTALL_DEPENDENCIES] 
[INSTALL_DEPENDENCIES] 160 packages are looking for funding
[INSTALL_DEPENDENCIES]   run `npm fund` for details
[INSTALL_DEPENDENCIES] 
[INSTALL_DEPENDENCIES] found 0 vulnerabilities
[READ_PACKAGE_JSON] Using package.json:
[READ_PACKAGE_JSON] {
  "name": "circles",
  "version": "1.0.0",
  "scripts": {
    "start": "expo start --dev-client",
    "android": "expo run:android",
    "ios": "expo run:ios",
    "web": "expo start --web",
    "eject": "expo eject",
    "test": "jest --watchAll"
  },
  "jest": {
    "preset": "jest-expo"
  },
  "dependencies": {
    "@expo/vector-icons": "^13.0.0",
    "@react-native-async-storage/async-storage": "~1.17.3",
    "@react-native-clipboard/clipboard": "^1.11.0",
    "@react-native-masked-view/masked-view": "0.2.6",
    "@react-navigation/bottom-tabs": "^6.0.5",
    "@react-navigation/native": "^6.0.2",
    "@react-navigation/native-stack": "^6.1.0",
    "@sentry/react-native": "^3.1.1",
    "@tanstack/react-query": "^4.0.10",
    "dayjs": "^1.11.5",
    "expo": "~45.0.0",
    "expo-application": "~4.1.0",
    "expo-asset": "~8.5.0",
    "expo-community-flipper": "^45.0.0",
    "expo-constants": "~13.1.1",
    "expo-contacts": "~10.2.0",
    "expo-dev-client": "~1.0.1",
    "expo-device": "~4.2.0",
    "expo-font": "~10.1.0",
    "expo-image-manipulator": "~10.3.1",
    "expo-image-picker": "~13.1.1",
    "expo-linear-gradient": "~11.3.0",
    "expo-linking": "~3.1.0",
    "expo-notifications": "~0.15.4",
    "expo-splash-screen": "~0.15.1",
    "expo-status-bar": "~1.3.0",
    "expo-system-ui": "~1.2.0",
    "expo-updates": "~0.13.4",
    "expo-web-browser": "~10.2.0",
    "firebase": "^9.10.0",
    "graphql-request": "^4.3.0",
    "graphql-ws": "^5.10.1",
    "react": "17.0.2",
    "react-dom": "17.0.2",
    "react-native": "0.68.2",
    "react-native-figma-squircle": "^0.3.3",
    "react-native-otp-inputs": "^7.4.0",
    "react-native-safe-area-context": "4.2.4",
    "react-native-screens": "~3.11.1",
    "react-native-svg": "12.3.0",
    "react-native-svg-transformer": "^1.0.0",
    "react-native-web": "0.17.7",
    "sentry-expo": "^4.2.0",
    "expo-firebase-recaptcha": "~2.2.0",
    "react-native-webview": "11.18.1",
    "expo-build-properties": "~0.2.0"
  },
  "devDependencies": {
    "@babel/core": "^7.12.9",
    "@react-navigation/devtools": "^6.0.8",
    "@types/react": "~17.0.21",
    "@types/react-native": "~0.66.13",
    "@typescript-eslint/eslint-plugin": "^5.30.6",
    "@typescript-eslint/parser": "^5.30.6",
    "eslint": "^8.20.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-react": "^7.30.1",
    "eslint-plugin-react-native": "^4.0.0",
    "jest": "^26.6.3",
    "jest-expo": "~45.0.0",
    "prettier": "^2.7.1",
    "react-devtools-core": "^4.25.0",
    "react-native-flipper": "^0.127.0",
    "react-query-native-devtools": "^4.0.0",
    "react-test-renderer": "17.0.2",
    "typescript": "~4.3.5"
  },
  "private": true
}
[READ_APP_CONFIG] Using app configuration:
[READ_APP_CONFIG] {
  "name": "circles",
  "slug": "circles",
  "version": "1.0.0",
  "orientation": "portrait",
  "icon": "./src/assets/images/icon.png",
  "scheme": "myapp",
  "plugins": [
    [
      "expo-build-properties",
      {
        "ios": {
          "useFrameworks": "static"
        }
      }
    ],
    "expo-community-flipper",
    "sentry-expo"
  ],
  "userInterfaceStyle": "automatic",
  "splash": {
    "image": "./src/assets/images/splash.png",
    "resizeMode": "contain",
    "backgroundColor": "#ffffff"
  },
  "updates": {
    "fallbackToCacheTimeout": 0
  },
  "assetBundlePatterns": [
    "**/*"
  ],
  "ios": {
    "supportsTablet": true,
    "bundleIdentifier": "com.cra.circles"
  },
  "android": {
    "adaptiveIcon": {
      "foregroundImage": "./src/assets/images/adaptive-icon.png",
      "backgroundColor": "#ffffff"
    },
    "package": "com.cra.circles"
  },
  "web": {
    "favicon": "./src/assets/images/favicon.png"
  },
  "extra": {
    "eas": {
      "projectId": "619223e8-4627-42d6-9ab7-f61bab8a9b67"
    }
  },
  "sdkVersion": "45.0.0",
  "platforms": [
    "ios",
    "android",
    "web"
  ],
  "currentFullName": "@cra/circles",
  "originalFullName": "@cra/circles"
}
[RUN_EXPO_DOCTOR] Running "expo doctor"
[RUN_EXPO_DOCTOR] - Finding all copies of expo-modules-autolinking
[RUN_EXPO_DOCTOR] ✔ Found all copies of expo-modules-autolinking
[RUN_EXPO_DOCTOR] [11:12:04]   All copies of expo-modules-autolinking satisfy ~0.8.1 || ~0.9.0
[RUN_EXPO_DOCTOR] - Finding all copies of @expo/config-plugins
[RUN_EXPO_DOCTOR] ✔ Found all copies of @expo/config-plugins
[RUN_EXPO_DOCTOR] [11:12:05]   All copies of @expo/config-plugins satisfy ^4.1.0
[RUN_EXPO_DOCTOR] - Finding all copies of @expo/prebuild-config
[RUN_EXPO_DOCTOR] ✔ Found all copies of @expo/prebuild-config
[RUN_EXPO_DOCTOR] [11:12:06]   All copies of @expo/prebuild-config satisfy ^4.0.0
[RUN_EXPO_DOCTOR] 
[RUN_EXPO_DOCTOR] [11:12:08] 🎉 Didn't find any issues with the project!
[PREPARE_CREDENTIALS] Preparing credentials
[PREPARE_CREDENTIALS] Creating keychain
[PREPARE_CREDENTIALS] Preparing credentials for target 'circles'
[PREPARE_CREDENTIALS] Getting distribution certificate fingerprint
[PREPARE_CREDENTIALS] Writing distribution certificate to /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/ed4ac9b8-0879-4a3f-9a49-372473d510e8.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
[INSTALL_PODS] Installing pods
[INSTALL_PODS] Using Expo modules
[INSTALL_PODS] Auto-linking React Native modules for target `circles`: RNCAsyncStorage, RNCClipboard, RNCMaskedView, RNSVG, RNScreens, RNSentry, react-native-flipper, react-native-safe-area-context, and react-native-webview
[INSTALL_PODS] [Codegen] Generating ./build/generated/ios/React-Codegen.podspec.json
[INSTALL_PODS] Analyzing dependencies
[INSTALL_PODS] Fetching podspec for `DoubleConversion` from `../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec`
[INSTALL_PODS] [Codegen] Found FBReactNativeSpec
[INSTALL_PODS] /private/var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1/build/node_modules/react-native/scripts/react_native_pods_utils/script_phases.rb:50: warning: Passing safe_level with the 2nd argument of ERB.new is deprecated. Do not use it, and specify other arguments as keyword arguments.
[INSTALL_PODS] /private/var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1/build/node_modules/react-native/scripts/react_native_pods_utils/script_phases.rb:50: warning: Passing trim_mode with the 3rd argument of ERB.new is deprecated. Use keyword argument like ERB.new(str, trim_mode: ...) instead.
[INSTALL_PODS] Fetching podspec for `RCT-Folly` from `../node_modules/react-native/third-party-podspecs/RCT-Folly.podspec`
[INSTALL_PODS] Fetching podspec for `boost` from `../node_modules/react-native/third-party-podspecs/boost.podspec`
[INSTALL_PODS] Fetching podspec for `glog` from `../node_modules/react-native/third-party-podspecs/glog.podspec`
[INSTALL_PODS] Downloading dependencies
[INSTALL_PODS] Installing ASN1Decoder (1.8.0)
[INSTALL_PODS] Installing CocoaAsyncSocket (7.6.5)
[INSTALL_PODS] Installing DoubleConversion (1.1.6)
[INSTALL_PODS] Installing EASClient (0.2.1)
[INSTALL_PODS] Installing EXApplication (4.1.0)
[INSTALL_PODS] Installing EXConstants (13.1.1)
[INSTALL_PODS] Installing EXContacts (10.2.0)
[INSTALL_PODS] Installing EXDevice (4.2.0)
[INSTALL_PODS] Installing EXErrorRecovery (3.1.0)
[INSTALL_PODS] Installing EXFileSystem (14.0.0)
[INSTALL_PODS] Installing EXFirebaseCore (5.0.0)
[INSTALL_PODS] Installing EXFont (10.1.0)
[INSTALL_PODS] Installing EXImageLoader (3.2.0)
[INSTALL_PODS] Installing EXJSONUtils (0.3.0)
[INSTALL_PODS] Installing EXManifests (0.3.1)
[INSTALL_PODS] Installing EXNotifications (0.15.4)
[INSTALL_PODS] Installing EXSplashScreen (0.15.1)
[INSTALL_PODS] Installing EXStructuredHeaders (2.2.1)
[INSTALL_PODS] Installing EXUpdates (0.13.4)
[INSTALL_PODS] Installing EXUpdatesInterface (0.6.0)
[INSTALL_PODS] Installing Expo (45.0.8)
[INSTALL_PODS] Installing ExpoImageManipulator (10.3.1)
[INSTALL_PODS] Installing ExpoImagePicker (13.1.1)
[INSTALL_PODS] Installing ExpoKeepAwake (10.1.1)
[INSTALL_PODS] Installing ExpoLinearGradient (11.3.0)
[INSTALL_PODS] Installing ExpoModulesCore (0.9.2)
[INSTALL_PODS] Installing ExpoSystemUI (1.2.0)
[INSTALL_PODS] Installing ExpoWebBrowser (10.2.1)
[INSTALL_PODS] Installing FBLazyVector (0.68.2)
[INSTALL_PODS] Installing FBReactNativeSpec (0.68.2)
[INSTALL_PODS] Installing Firebase (8.14.0)
[INSTALL_PODS] Installing FirebaseAnalytics (8.14.0)
[INSTALL_PODS] Installing FirebaseCore (8.14.0)
[INSTALL_PODS] Installing FirebaseCoreDiagnostics (8.15.0)
[INSTALL_PODS] Installing FirebaseInstallations (8.15.0)
[INSTALL_PODS] Installing Flipper (0.125.0)
[INSTALL_PODS] Installing Flipper-Boost-iOSX (1.76.0.1.11)
[INSTALL_PODS] Installing Flipper-DoubleConversion (3.2.0)
[INSTALL_PODS] Installing Flipper-Fmt (7.1.7)
[INSTALL_PODS] Installing Flipper-Folly (2.6.10)
[INSTALL_PODS] Installing Flipper-Glog (0.5.0.4)
[INSTALL_PODS] Installing Flipper-PeerTalk (0.0.4)
[INSTALL_PODS] Installing Flipper-RSocket (1.4.3)
[INSTALL_PODS] Installing FlipperKit (0.125.0)
[INSTALL_PODS] Installing GoogleAppMeasurement (8.14.0)
[INSTALL_PODS] Installing GoogleDataTransport (9.2.0)
[INSTALL_PODS] Installing GoogleUtilities (7.8.0)
[INSTALL_PODS] Installing OpenSSL-Universal (1.1.1100)
[INSTALL_PODS] Installing PromisesObjC (2.1.1)
[INSTALL_PODS] Installing RCT-Folly (2021.06.28.00-v2)
[INSTALL_PODS] Installing RCTRequired (0.68.2)
[INSTALL_PODS] Installing RCTTypeSafety (0.68.2)
[INSTALL_PODS] Installing RNCAsyncStorage (1.17.10)
[INSTALL_PODS] Installing RNCClipboard (1.11.0)
[INSTALL_PODS] Installing RNCMaskedView (0.2.6)
[INSTALL_PODS] Installing RNSVG (12.3.0)
[INSTALL_PODS] Installing RNScreens (3.11.1)
[INSTALL_PODS] Installing RNSentry (3.4.3)
[INSTALL_PODS] Installing React (0.68.2)
[INSTALL_PODS] Installing React-Codegen (0.68.2)
[INSTALL_PODS] Installing React-Core (0.68.2)
[INSTALL_PODS] Installing React-CoreModules (0.68.2)
[INSTALL_PODS] Installing React-RCTActionSheet (0.68.2)
[INSTALL_PODS] Installing React-RCTAnimation (0.68.2)
[INSTALL_PODS] Installing React-RCTBlob (0.68.2)
[INSTALL_PODS] Installing React-RCTImage (0.68.2)
[INSTALL_PODS] Installing React-RCTLinking (0.68.2)
[INSTALL_PODS] Installing React-RCTNetwork (0.68.2)
[INSTALL_PODS] Installing React-RCTSettings (0.68.2)
[INSTALL_PODS] Installing React-RCTText (0.68.2)
[INSTALL_PODS] Installing React-RCTVibration (0.68.2)
[INSTALL_PODS] Installing React-callinvoker (0.68.2)
[INSTALL_PODS] Installing React-cxxreact (0.68.2)
[INSTALL_PODS] Installing React-jsi (0.68.2)
[INSTALL_PODS] Installing React-jsiexecutor (0.68.2)
[INSTALL_PODS] Installing React-jsinspector (0.68.2)
[INSTALL_PODS] Installing React-logger (0.68.2)
[INSTALL_PODS] Installing React-perflogger (0.68.2)
[INSTALL_PODS] Installing React-runtimeexecutor (0.68.2)
[INSTALL_PODS] Installing ReactCommon (0.68.2)
[INSTALL_PODS] Installing Sentry (7.11.0)
[INSTALL_PODS] Installing SocketRocket (0.6.0)
[INSTALL_PODS] Installing Yoga (1.14.0)
[INSTALL_PODS] Installing YogaKit (1.18.1)
[INSTALL_PODS] Installing boost (1.76.0)
[INSTALL_PODS] Installing expo-dev-client (1.0.1)
[INSTALL_PODS] Installing expo-dev-launcher (1.0.1)
[INSTALL_PODS] Installing expo-dev-menu (1.0.1)
[INSTALL_PODS] Installing expo-dev-menu-interface (0.7.0)
[INSTALL_PODS] Installing fmt (6.2.1)
[INSTALL_PODS] Installing glog (0.3.5)
[INSTALL_PODS] Installing libevent (2.1.12)
[INSTALL_PODS] Installing nanopb (2.30908.0)
[INSTALL_PODS] Installing react-native-flipper (0.127.0)
[INSTALL_PODS] Installing react-native-safe-area-context (4.2.4)
[INSTALL_PODS] Installing react-native-webview (11.18.1)
[INSTALL_PODS] Generating Pods project
[INSTALL_PODS] /private/var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1/build/ios/Pods/Target Support Files/Pods-circles/Pods-circles.release.xcconfig
[INSTALL_PODS] /private/var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1/build/ios/Pods/Target Support Files/Pods-circles/Pods-circles.debug.xcconfig
[INSTALL_PODS] React-Core
[INSTALL_PODS] Integrating client project
[INSTALL_PODS] expo_patch_react_imports! took 0.1049 seconds to transform files.
[INSTALL_PODS] Pod installation complete! There are 93 dependencies from the Podfile and 96 total pods installed.
[CONFIGURE_XCODE_PROJECT] Configuring Xcode project
[CONFIGURE_XCODE_PROJECT] Assigning provisioning profile '*[expo] com.cra.circles AdHoc 1663709451345' (Apple Team ID: 8G9VALDUF7) to target 'circles'
[CONFIGURE_EXPO_UPDATES] Using default release channel for 'expo-updates' (default)
[RUN_FASTLANE] Creating Gymfile
[RUN_FASTLANE] Gymfile created
[RUN_FASTLANE] Successfully loaded '/private/var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1/build/ios/Gymfile' 📄
[RUN_FASTLANE] 

Part 2 of error log:

[RUN_FASTLANE] +-----------------------+--------------------------------------+
[RUN_FASTLANE] |               Detected Values from './Gymfile'               |
[RUN_FASTLANE] +-----------------------+--------------------------------------+
[RUN_FASTLANE] | suppress_xcode_output | true                                 |
[RUN_FASTLANE] | clean                 | false                                |
[RUN_FASTLANE] | scheme                | circles                              |
[RUN_FASTLANE] | configuration         | Debug                                |
[RUN_FASTLANE] | export_options        | {:method=>"ad-hoc",                  |
[RUN_FASTLANE] |                       | :provisioningProfiles=>{"com.cra.ci  |
[RUN_FASTLANE] |                       | rcles"=>"4484a5c9-3ea4-4729-a367-da  |
[RUN_FASTLANE] |                       | ba39e2b281"}}                        |
[RUN_FASTLANE] | export_xcargs         | OTHER_CODE_SIGN_FLAGS="--keychain    |
[RUN_FASTLANE] |                       | /var/folders/g6/3mvbzcgs263d6j58fdp  |
[RUN_FASTLANE] |                       | 8yyj80000gn/T/turtle-v2-fc9b0699-4b  |
[RUN_FASTLANE] |                       | 2e-416f-8f6a-064120b96536.keychain"  |
[RUN_FASTLANE] | disable_xcpretty      | true                                 |
[RUN_FASTLANE] | buildlog_path         | /var/folders/g6/3mvbzcgs263d6j58fdp  |
[RUN_FASTLANE] |                       | 8yyj80000gn/T/eas-build-local-nodej  |
[RUN_FASTLANE] |                       | s/9f6c1270-c5c4-429f-aafc-e61e0d72f  |
[RUN_FASTLANE] |                       | 3b1/logs                             |
[RUN_FASTLANE] | output_directory      | ./build                              |
[RUN_FASTLANE] +-----------------------+--------------------------------------+
[RUN_FASTLANE] Resolving Swift Package Manager dependencies...
[RUN_FASTLANE] $ xcodebuild -resolvePackageDependencies -workspace ./circles.xcworkspace -scheme circles -configuration Debug
[RUN_FASTLANE] ▸ Command line invocation:
[RUN_FASTLANE] ▸     /Applications/Xcode.app/Contents/Developer/usr/bin/xcodebuild -resolvePackageDependencies -workspace ./circles.xcworkspace -scheme circles -configuration Debug
[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:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-000915C01ED9001E }
[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, id:00008020-000A348A0AF9002E, name:iPhone }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:E08903F6-6FD8-428B-A572-678BF9C81BD6, OS:16.0, name:iPad (9th generation) }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:0C931070-76B1-4D09-8DAF-F84068FFE789, OS:16.0, name:iPad Air (5th generation) }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:387F1B02-BFC1-4D13-9B00-063C2F29E636, OS:16.0, name:iPad Pro (11-inch) (3rd generation) }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:06DCE6AC-79A1-4FBB-BA4E-8FD1AA42A82C, OS:16.0, name:iPad Pro (12.9-inch) (5th generation) }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:ED4C9F1A-8D60-43BA-B0DD-662FF1F1EC72, OS:16.0, name:iPad mini (6th generation) }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:04FC8495-71A8-4582-A8C6-548D0EC17173, OS:16.0, name:iPhone 14 }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:9F843174-F2EF-48EF-BE6B-6F00E42736C4, OS:16.0, name:iPhone 14 Plus }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:7D781622-BA0B-4AFA-9453-A34EFE99319E, OS:16.0, name:iPhone 14 Pro }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:581AFE75-4184-4D24-B581-DC7BEE356778, OS:16.0, name:iPhone 14 Pro Max }
[RUN_FASTLANE] ▸ { platform:iOS Simulator, id:5EA30EDB-5224-4B93-974F-A6D81598D075, OS:16.0, name:iPhone SE (3rd generation) }
[RUN_FASTLANE] ▸ resolved source packages:
[RUN_FASTLANE] $ xcodebuild -showBuildSettings -workspace ./circles.xcworkspace -scheme circles -configuration Debug
[RUN_FASTLANE] --- xcodebuild: WARNING: Using the first of multiple matching destinations:
[RUN_FASTLANE] { platform:macOS, arch:arm64, variant:Designed for [iPad,iPhone], id:00008103-000915C01ED9001E }
[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, id:00008020-000A348A0AF9002E, name:iPhone }
[RUN_FASTLANE] { platform:iOS Simulator, id:E08903F6-6FD8-428B-A572-678BF9C81BD6, OS:16.0, name:iPad (9th generation) }
[RUN_FASTLANE] { platform:iOS Simulator, id:0C931070-76B1-4D09-8DAF-F84068FFE789, OS:16.0, name:iPad Air (5th generation) }
[RUN_FASTLANE] { platform:iOS Simulator, id:387F1B02-BFC1-4D13-9B00-063C2F29E636, OS:16.0, name:iPad Pro (11-inch) (3rd generation) }
[RUN_FASTLANE] { platform:iOS Simulator, id:06DCE6AC-79A1-4FBB-BA4E-8FD1AA42A82C, OS:16.0, name:iPad Pro (12.9-inch) (5th generation) }
[RUN_FASTLANE] { platform:iOS Simulator, id:ED4C9F1A-8D60-43BA-B0DD-662FF1F1EC72, OS:16.0, name:iPad mini (6th generation) }
[RUN_FASTLANE] { platform:iOS Simulator, id:04FC8495-71A8-4582-A8C6-548D0EC17173, OS:16.0, name:iPhone 14 }
[RUN_FASTLANE] { platform:iOS Simulator, id:9F843174-F2EF-48EF-BE6B-6F00E42736C4, OS:16.0, name:iPhone 14 Plus }
[RUN_FASTLANE] { platform:iOS Simulator, id:7D781622-BA0B-4AFA-9453-A34EFE99319E, OS:16.0, name:iPhone 14 Pro }
[RUN_FASTLANE] { platform:iOS Simulator, id:581AFE75-4184-4D24-B581-DC7BEE356778, OS:16.0, name:iPhone 14 Pro Max }
[RUN_FASTLANE] { platform:iOS Simulator, id:5EA30EDB-5224-4B93-974F-A6D81598D075, OS:16.0, name:iPhone SE (3rd generation) }
[RUN_FASTLANE] 2022-09-30 11:12:35.696 xcodebuild[32127:28250928] Requested but did not find extension point with identifier Xcode.InterfaceBuilderBuildSupport.PlatformDefinition
[RUN_FASTLANE] Detected provisioning profile mapping: {:"com.cra.circles"=>"4484a5c9-3ea4-4729-a367-daba39e2b281"}
[RUN_FASTLANE] 
[RUN_FASTLANE] +--------------------------------------+--------------------------------------+
[RUN_FASTLANE] |                           Summary for gym 2.210.1                           |
[RUN_FASTLANE] +--------------------------------------+--------------------------------------+
[RUN_FASTLANE] | workspace                            | ./circles.xcworkspace                |
[RUN_FASTLANE] | scheme                               | circles                              |
[RUN_FASTLANE] | clean                                | false                                |
[RUN_FASTLANE] | output_directory                     | ./build                              |
[RUN_FASTLANE] | output_name                          | circles                              |
[RUN_FASTLANE] | configuration                        | Debug                                |
[RUN_FASTLANE] | silent                               | false                                |
[RUN_FASTLANE] | skip_package_ipa                     | false                                |
[RUN_FASTLANE] | skip_package_pkg                     | false                                |
[RUN_FASTLANE] | export_options.method                | ad-hoc                               |
[RUN_FASTLANE] | export_options.provisioningProfiles  | 4484a5c9-3ea4-4729-a367-daba39e2b28  |
[RUN_FASTLANE] | .com.cra.circles                     | 1                                    |
[RUN_FASTLANE] | export_xcargs                        | OTHER_CODE_SIGN_FLAGS="--keychain    |
[RUN_FASTLANE] |                                      | /var/folders/g6/3mvbzcgs263d6j58fdp  |
[RUN_FASTLANE] |                                      | 8yyj80000gn/T/turtle-v2-fc9b0699-4b  |
[RUN_FASTLANE] |                                      | 2e-416f-8f6a-064120b96536.keychain"  |
[RUN_FASTLANE] | build_path                           | /Users/chris/Library/Developer/Xcod  |
[RUN_FASTLANE] |                                      | e/Archives/2022-09-30                |
[RUN_FASTLANE] | result_bundle                        | false                                |
[RUN_FASTLANE] | buildlog_path                        | /var/folders/g6/3mvbzcgs263d6j58fdp  |
[RUN_FASTLANE] |                                      | 8yyj80000gn/T/eas-build-local-nodej  |
[RUN_FASTLANE] |                                      | s/9f6c1270-c5c4-429f-aafc-e61e0d72f  |
[RUN_FASTLANE] |                                      | 3b1/logs                             |
[RUN_FASTLANE] | destination                          | generic/platform=iOS                 |
[RUN_FASTLANE] | suppress_xcode_output                | true                                 |
[RUN_FASTLANE] | xcodebuild_formatter                 | xcpretty                             |
[RUN_FASTLANE] | disable_xcpretty                     | true                                 |
[RUN_FASTLANE] | skip_profile_detection               | false                                |
[RUN_FASTLANE] | xcodebuild_command                   | xcodebuild                           |
[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 ./circles.xcworkspace -scheme circles -configuration Debug -destination 'generic/platform=iOS' -archivePath /Users/chris/Library/Developer/Xcode/Archives/2022-09-30/circles\ 2022-09-30\ 11.12.35.xcarchive archive | tee /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1/logs/circles-circles.log > /dev/null
[RUN_FASTLANE] 
❌  error: Multiple commands produce '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework'


[RUN_FASTLANE] 
❌  error: Multiple commands produce '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework'


[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 warning, 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 'Flipper-RSocket' 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 warning, 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]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework' on task: MkDir /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: MkDir /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/Headers' on task: MkDir /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/Headers (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: MkDir /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/Headers (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/Info.plist' on task: ProcessInfoPlistFile /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/Info.plist /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1/build/ios/Pods/Target Support Files/fmt/fmt-Info.plist (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: RegisterExecutionPolicyException /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: SetMode u+w,go-w,a+rX /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: SetOwnerAndGroup chris:staff /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: SetOwnerAndGroup chris:staff /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: Touch /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/Modules/module.modulemap' on task: Copy /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/Modules/module.modulemap /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/fmt.build/module.modulemap (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/fmt' on task: Libtool /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/fmt normal (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: Libtool /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework/fmt normal (in target 'fmt' from project 'Pods')
[RUN_FASTLANE]     Run script build phase '[CP-User] Generate app.manifest for expo-updates' will be run during every build because it does not specify any outputs. To address this warning, 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 'EXUpdates' from project 'Pods')
[RUN_FASTLANE]     unexpected mutating task ('SetOwnerAndGroup chris:staff /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework') with no relation to prior mutator ('SetOwnerAndGroup chris:staff /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework') (in target 'Flipper-Fmt' from project 'Pods')
[RUN_FASTLANE]     unexpected mutating task ('SetMode u+w,go-w,a+rX /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework') with no relation to prior mutator ('SetMode u+w,go-w,a+rX /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/fmt.framework') (in target 'Flipper-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 warning, 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 'Flipper-PeerTalk' 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 warning, 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 'Flipper-Folly' from project 'Pods')
[RUN_FASTLANE]     unexpected mutating task ('SetOwnerAndGroup chris:staff /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework') with no relation to prior mutator ('SetOwnerAndGroup chris:staff /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework') (in target 'Flipper-Folly' from project 'Pods')
[RUN_FASTLANE]     unexpected mutating task ('SetMode u+w,go-w,a+rX /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework') with no relation to prior mutator ('SetMode u+w,go-w,a+rX /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework') (in target 'Flipper-Folly' from project 'Pods')
[RUN_FASTLANE]     Run script build phase 'Start Packager' will be run during every build because it does not specify any outputs. To address this warning, 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 'circles' from project 'circles')
[RUN_FASTLANE]     Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, 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 'circles' from project 'circles')
[RUN_FASTLANE]     Run script build phase 'Upload Debug Symbols to Sentry' will be run during every build because it does not specify any outputs. To address this warning, 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 'circles' from project 'circles')
[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 warning, 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]     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 warning, 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]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework' on task: MkDir /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: MkDir /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE] ▸ ** ARCHIVE FAILED **
[RUN_FASTLANE] ** ARCHIVE FAILED **
[RUN_FASTLANE] Exit status: 65
[RUN_FASTLANE]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/Headers' on task: MkDir /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/Headers (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: MkDir /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/Headers (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/Info.plist' on task: ProcessInfoPlistFile /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/Info.plist /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/9f6c1270-c5c4-429f-aafc-e61e0d72f3b1/build/ios/Pods/Target Support Files/RCT-Folly/RCT-Folly-Info.plist (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: RegisterExecutionPolicyException /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: SetMode u+w,go-w,a+rX /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: SetOwnerAndGroup chris:staff /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: SetOwnerAndGroup chris:staff /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: Touch /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/Modules/module.modulemap' on task: Copy /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/Modules/module.modulemap /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/Pods.build/Debug-iphoneos/RCT-Folly.build/module.modulemap (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '/Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/folly' on task: Libtool /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/folly normal (in target 'RCT-Folly' from project 'Pods')
[RUN_FASTLANE]     duplicate output file '' on task: Libtool /Users/chris/Library/Developer/Xcode/DerivedData/circles-arvqijrztulooxfjvjwhnsbmqxty/Build/Intermediates.noindex/ArchiveIntermediates/circles/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/folly.framework/folly normal (in target 'RCT-Folly' 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 warning, 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_FASTLANE] +-------------+-------------------------+
[RUN_FASTLANE] |           Build environment           |
[RUN_FASTLANE] +-------------+-------------------------+
[RUN_FASTLANE] | xcode_path  | /Applications/Xcode.app |
[RUN_FASTLANE] | gym_version | 2.210.1                 |
[RUN_FASTLANE] | sdk         | iPhoneOS16.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
[CLEAN_UP_CREDENTIALS] Removing provisioning profile

Build failed
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

it looks like you have a bare project, in which case app.config.js won’t apply the use_frameworks property. if the ios directory is only there because you ran prebuild or expo run:ios but you don’t intend for it to be there still, you can delete it or add to .gitignore.

app.config.js is applied when prebuild is run, which happens automatically on eas build when you don’t have an ios directory Prebuild - Expo Documentation

Hey Brent - sorry for muddying the waters there! I ran the prebuild command before that particular run, but was seeing the exact same error when I attempted to build locally before running prebuild, with no ios directory.

FWIW I was actually getting a different error when building remotely with EAS - abridged fastlane logs:

Compiling react-native Pods/React-Core » RCTCxxBridge.mm

⚠️  (/Users/expo/workingdir/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Core.build/Objects-normal/x86_64/RCTCxxBridge.dia:1:1)

CompileC /Users/expo/workingdir/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Core.build/Objects-normal/x86_64/RCTConve...
^ Could not read serialized diagnostics file: error(in target 'React-Core' from project 'Pods')
(warning truncated)
› Compiling react-native Pods/React-Core » RCTConvert+Transform.m
› Compiling react-native Pods/React-Core » RCTConvert+CoreLocation.m
› Compiling react-native Pods/React-Core » RCTConstants.m
› Compiling react-native Pods/React-Core » RCTComponentEvent.m
› Compiling react-native Pods/React-Core » RCTComponentData.m
› Compiling react-native Pods/React-Core » RCTCallableJSModules.m
› Compiling react-native Pods/React-Core » RCTBundleURLProvider.mm
› Compiling react-native Pods/React-Core » RCTBundleManager.m
› Compiling react-native Pods/React-Core » RCTBridge.m
› Compiling react-native Pods/React-Core » RCTBorderDrawing.m
› Compiling react-native Pods/React-Core » RCTAssert.m
› Compiling react-native Pods/React-Core » RCTAppSetupUtils.mm
▸ ** BUILD FAILED **
▸ The following build commands failed:
▸ 	CompileC /Users/expo/workingdir/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Core.build/Objects-normal/x86_64/RCTAppSetupUtils.o /Users/expo/workingdir/build/node_modules/react-native/React/AppSetup/RCTAppSetupUtils.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'React-Core' from project 'Pods')
▸ (1 failure)
2022-09-29 20:54:09.126 xcodebuild[4422:13401] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-09-29 20:54:09.127 xcodebuild[4422:13401] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-09-29 20:54:09.183 xcodebuild[4422:13401] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}
2022-09-29 20:54:09.183 xcodebuild[4422:13401] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts
2022-09-29 20:54:09.183 xcodebuild[4422:13401] XType: unable to make a connection to the font daemon!
2022-09-29 20:54:09.183 xcodebuild[4422:13401] XType: XTFontStaticRegistry is enabled as fontd is not available.
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/expo/workingdir/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Core.build/Objects-normal/x86_64/RCTAppSetupUtils.o /Users/expo/workingdir/build/node_modules/react-native/React/AppSetup/RCTAppSetupUtils.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'React-Core' from project 'Pods')
(1 failure)
Exit status: 65
+-------------+-------------------------+
|           Build environment           |
+-------------+-------------------------+
| xcode_path  | /Applications/Xcode.app |
| gym_version | 2.206.1                 |
| sdk         | iPhoneOS15.5.sdk        |
+-------------+-------------------------+
Looks like fastlane ran into a build/archive error with your project
It's hard to tell what's causing the error, so we wrote some guides on how
to troubleshoot build and signing issues: https://docs.fastlane.tools/codesigning/getting-started/
Before submitting an issue on GitHub, please follow the guide above and make
sure your project is set up correctly.
fastlane uses `xcodebuild` commands to generate your binary, you can see the
the full commands printed out in yellow in the above log.
Make sure to inspect the output above, as usually you'll find more error information there
[stderr] [!] Error building the application - see the log above
Error: Fastlane build failed with unknown error. See logs for the "Run fastlane" and "Xcode Logs" phases for more information.
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.

hey there! if you can link to a build page it’s helpful

Totally - should have thought to do that. Here’s the build page: Build Details — 2c6f9ab1-ec42-4a07-b2d4-bc38806a61c1 — circles — Expo

Now local and remote builds are failing with different fastlane compilation errors. Here’s the build page: Build Details — 69c946f1-0f47-45af-8c8f-8defd90393ad — circles — Expo.

Log snippet from remote build:

...
› Compiling react-native Pods/React-Core » RCTCxxBridge.mm

⚠️  (/Users/expo/workingdir/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Core.build/Objects-normal/x86_64/RCTCxxBridge.dia:1:1)

CompileC /Users/expo/workingdir/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Core.build/Objects-normal/x86_64/RCTConve...
^ Could not read serialized diagnostics file: error(in target 'React-Core' from project 'Pods')
(warning truncated)
› Compiling react-native Pods/React-Core » RCTConvert+Transform.m
› Compiling react-native Pods/React-Core » RCTConvert+CoreLocation.m
› Compiling react-native Pods/React-Core » RCTConstants.m
› Compiling react-native Pods/React-Core » RCTComponentEvent.m
› Compiling react-native Pods/React-Core » RCTComponentData.m
› Compiling react-native Pods/React-Core » RCTCallableJSModules.m
› Compiling react-native Pods/React-Core » RCTBundleURLProvider.mm
› Compiling react-native Pods/React-Core » RCTBundleManager.m
› Compiling react-native Pods/React-Core » RCTBridge.m
› Compiling react-native Pods/React-Core » RCTBorderDrawing.m
› Compiling react-native Pods/React-Core » RCTAssert.m
› Compiling react-native Pods/React-Core » RCTAppSetupUtils.mm

❌  (node_modules/react-native/React/AppSetup/RCTAppSetupUtils.mm:27:9)

  25 | 
  26 | #ifdef FB_SONARKIT_ENABLED
> 27 | #import <FlipperKit/FlipperClient.h>
     |         ^ 'FlipperKit/FlipperClient.h' file not found
  28 | #import <FlipperKitLayoutPlugin/FlipperKitLayoutPlugin.h>
  29 | #import <FlipperKitNetworkPlugin/FlipperKitNetworkPlugin.h>
  30 | #import <FlipperKitReactPlugin/FlipperKitReactPlugin.h>
▸ ** BUILD FAILED **
▸ The following build commands failed:
▸ 	CompileC /Users/expo/workingdir/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Core.build/Objects-normal/x86_64/RCTAppSetupUtils.o /Users/expo/workingdir/build/node_modules/react-native/React/AppSetup/RCTAppSetupUtils.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'React-Core' from project 'Pods')
▸ (1 failure)
2022-09-30 18:43:08.614 xcodebuild[4511:13992] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionSentinelHostApplications for extension Xcode.DebuggerFoundation.AppExtensionHosts.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-09-30 18:43:08.614 xcodebuild[4511:13992] Requested but did not find extension point with identifier Xcode.IDEKit.ExtensionPointIdentifierToBundleIdentifier for extension Xcode.DebuggerFoundation.AppExtensionToBundleIdentifierMap.watchOS of plug-in com.apple.dt.IDEWatchSupportCore
2022-09-30 18:43:08.676 xcodebuild[4511:13992] XType: failed to connect - Error Domain=NSCocoaErrorDomain Code=4099 "The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process." UserInfo={NSDebugDescription=The connection to service named com.apple.fonts was invalidated: failed at lookup with error 3 - No such process.}
2022-09-30 18:43:08.676 xcodebuild[4511:13992] Font server protocol version mismatch (expected:5 got:0), falling back to local fonts
2022-09-30 18:43:08.676 xcodebuild[4511:13992] XType: unable to make a connection to the font daemon!
2022-09-30 18:43:08.676 xcodebuild[4511:13992] XType: XTFontStaticRegistry is enabled as fontd is not available.
** BUILD FAILED **
The following build commands failed:
	CompileC /Users/expo/workingdir/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/React-Core.build/Objects-normal/x86_64/RCTAppSetupUtils.o /Users/expo/workingdir/build/node_modules/react-native/React/AppSetup/RCTAppSetupUtils.mm normal x86_64 objective-c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'React-Core' from project 'Pods')
(1 failure)
Exit status: 65
+-------------+-------------------------+
|           Build environment           |
+-------------+-------------------------+
| xcode_path  | /Applications/Xcode.app |
| gym_version | 2.206.1                 |
| sdk         | iPhoneOS15.5.sdk        |
+-------------+-------------------------+

Log snippet from local build:

[RUN_FASTLANE] › Compiling react-native-flipper Pods/react-native-flipper » FlipperReactNativeJavaScriptPluginManager.m
[RUN_FASTLANE] 
❌  (node_modules/react-native-flipper/ios/FlipperReactNativeJavaScriptPluginManager.h:12:9)

  10 | #import <React/RCTBridgeModule.h>
  11 | 
> 12 | #import <FlipperKit/FlipperClient.h>
     |         ^ 'FlipperKit/FlipperClient.h' file not found
  13 | 
  14 | NS_ASSUME_NONNULL_BEGIN
  15 | 

[RUN_FASTLANE] › Compiling react-native-flipper Pods/react-native-flipper » FlipperReactNativeJavaScriptPlugin.m
[RUN_FASTLANE] 
❌  (node_modules/react-native-flipper/ios/FlipperReactNativeJavaScriptPlugin.h:9:9)

   7 | 
   8 | #if DEBUG
>  9 | #import <FlipperKit/FlipperConnection.h>
     |         ^ 'FlipperKit/FlipperConnection.h' file not found
  10 | #import <FlipperKit/FlipperPlugin.h>
  11 | 
  12 | NS_ASSUME_NONNULL_BEGIN

[RUN_FASTLANE] › Compiling react-native-flipper Pods/react-native-flipper » FlipperModule.m
[RUN_FASTLANE] 
❌  (node_modules/react-native-flipper/ios/FlipperReactNativeJavaScriptPluginManager.h:12:9)

  10 | #import <React/RCTBridgeModule.h>
  11 | 
> 12 | #import <FlipperKit/FlipperClient.h>
     |         ^ 'FlipperKit/FlipperClient.h' file not found
  13 | 
  14 | NS_ASSUME_NONNULL_BEGIN
  15 | 

[RUN_FASTLANE] › Compiling react-native-flipper Pods/react-native-flipper » react_native_flipper_vers.c
[RUN_FASTLANE] › Compiling react-native-flipper Pods/react-native-flipper » FlipperReactNativeJavaScriptPluginManager.m
[RUN_FASTLANE] › Compiling react-native-flipper Pods/react-native-flipper » FlipperReactNativeJavaScriptPlugin.m
[RUN_FASTLANE] 
❌  (node_modules/react-native-flipper/ios/FlipperReactNativeJavaScriptPlugin.h:9:9)

   7 | 
   8 | #if DEBUG
>  9 | #import <FlipperKit/FlipperConnection.h>
     |         ^ 'FlipperKit/FlipperConnection.h' file not found
  10 | #import <FlipperKit/FlipperPlugin.h>
  11 | 
  12 | NS_ASSUME_NONNULL_BEGIN

[RUN_FASTLANE] › Compiling react-native-flipper Pods/react-native-flipper » FlipperModule.m
[RUN_FASTLANE] › Signing   react-native Pods/React-cxxreact » cxxreact.framework
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/TurboModuleUtils.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/TurboModuleUtils.h
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/TurboModulePerfLogger.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/TurboModulePerfLogger.h
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/TurboModuleBinding.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/TurboModuleBinding.h
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/TurboModule.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/TurboModule.h
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/TurboCxxModule.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/TurboCxxModule.h
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/ReactCommon-umbrella.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/ios/Pods/Target/ Support/ Files/ReactCommon/ReactCommon-umbrella.h
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/RCTTurboModuleManager.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios/RCTTurboModuleManager.h
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/RCTTurboModule.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios/RCTTurboModule.h
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/RCTBlockGuard.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native/ReactCommon/react/nativemodule/core/platform/ios/RCTBlockGuard.h
[RUN_FASTLANE] › Copying   react-native ios/build/Build/Products/Debug-iphonesimulator/ReactCommon/ReactCommon.framework/Headers/LongLivedObject.h ➜ ../../../var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native/ReactCommon/react/nativemodule/core/ReactCommon/LongLivedObject.h
[RUN_FASTLANE] › Creating  react-native Pods/React-cxxreact » cxxreact.framework
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » TurboModuleUtils.cpp
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » TurboModulePerfLogger.cpp
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » TurboModuleBinding.cpp
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » TurboModule.cpp
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » TurboCxxModule.cpp
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » ReactCommon_vers.c
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » ReactCommon-dummy.m
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » RCTTurboModuleManager.mm
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » RCTTurboModule.mm
[RUN_FASTLANE] › Compiling react-native Pods/ReactCommon » RCTBlockGuard.mm
[RUN_FASTLANE]     Run script build phase 'Start Packager' will be run during every build because it does not specify any outputs. To address this warning, 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 'circles' from project 'circles')
[RUN_FASTLANE]     Run script build phase 'Bundle React Native code and images' will be run during every build because it does not specify any outputs. To address this warning, 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 'circles' from project 'circles')
[RUN_FASTLANE]     Run script build phase 'Upload Debug Symbols to Sentry' will be run during every build because it does not specify any outputs. To address this warning, 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 'circles' from project 'circles')
[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 warning, 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 warning, 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 warning, 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 'Create Symlinks to Header Folders' will be run during every build because it does not specify any outputs. To address this warning, 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 'Flipper-RSocket' 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 warning, 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 'Flipper-PeerTalk' 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 warning, 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 'Flipper-Folly' from project 'Pods')
[RUN_FASTLANE]     Run script build phase '[CP-User] Generate app.manifest for expo-updates' will be run during every build because it does not specify any outputs. To address this warning, 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 'EXUpdates' 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 warning, 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] ▸ ** BUILD FAILED **
[RUN_FASTLANE] ▸ The following build commands failed:
[RUN_FASTLANE] ▸        CompileC /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-flipper.build/Objects-normal/x86_64/FlipperReactNativeJavaScriptPlugin.o /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native-flipper/ios/FlipperReactNativeJavaScriptPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-flipper' from project 'Pods')
[RUN_FASTLANE] ▸ (1 failure)
[RUN_FASTLANE] ** BUILD FAILED **
[RUN_FASTLANE] 
[RUN_FASTLANE] 
[RUN_FASTLANE] The following build commands failed:
[RUN_FASTLANE]  CompileC /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/ios/build/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-flipper.build/Objects-normal/x86_64/FlipperReactNativeJavaScriptPlugin.o /var/folders/g6/3mvbzcgs263d6j58fdp8yyj80000gn/T/eas-build-local-nodejs/40d2135c-0889-4763-8a2a-b5a7607243a6/build/node_modules/react-native-flipper/ios/FlipperReactNativeJavaScriptPlugin.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'react-native-flipper' from project 'Pods')
[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.210.1                 |
[RUN_FASTLANE] | sdk         | iPhoneOS16.0.sdk        |
[RUN_FASTLANE] +-------------+-------------------------+

so it looks like flipper actually doesn’t play nicely with use_frameworks: error while installing Flipper-Boost-iOSX with use_frameworks! · Issue #3938 · facebook/flipper · GitHub

you may need to remove flipper from your app

1 Like

Thanks Brent - concluded the same thing yesterday. Appreciate the help!

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.