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

"main.jsbundle does not exist" error when building iOS version locally with Expo SDK 47 using eas-cli #1516

Closed
lindan4 opened this issue Nov 11, 2022 · 27 comments
Assignees
Labels
bug Something isn't working eas build

Comments

@lindan4
Copy link

lindan4 commented Nov 11, 2022

Build/Submit details page URL

App is built with --local flag

Summary

I am trying to build the iOS version of an application locally whose Expo version I had upgraded to version 47. I have no issues building the Android version but run into issues when building the iOS. I can build the iOS version when I generate the Xcode project myself but cannot via eas.

Managed or bare?

Managed

Environment

expo-env-info 1.0.5 environment info:

System:
      OS: macOS 13.0.1
      Shell: 5.8.1 - /bin/zsh
    Binaries:
      Node: 16.18.1 - /usr/local/bin/node
      Yarn: 1.22.19 - /opt/homebrew/bin/yarn
      npm: 8.19.2 - /usr/local/bin/npm
    Managers:
      CocoaPods: 1.11.3 - /Users/lindanthillanayagam/.rvm/gems/ruby-3.0.0/bin/pod
    SDKs:
      iOS SDK:
        Platforms: DriverKit 22.1, iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1
    IDEs:
      Android Studio: 2021.2 AI-212.5712.43.2112.8609683
      Xcode: 14.1/14B47b - /usr/bin/xcodebuild
    npmPackages:
      @expo/webpack-config: ^0.17.2 => 0.17.3 
      expo: ^47.0.0 => 47.0.3 
      react: 18.1.0 => 18.1.0 
      react-dom: 18.1.0 => 18.1.0 
      react-native: 0.70.5 => 0.70.5 
      react-native-web: ~0.18.7 => 0.18.10 
    npmGlobalPackages:
      eas-cli: 2.6.0
    Expo Workflow: managed

Expo doctor output:

  Expected package @expo/config-plugins@^5.0.2
Found invalid:
  @expo/config-plugins@5.0.1
  (for more info, run: npm why @expo/config-plugins)
Expected package @expo/prebuild-config@^5.0.5
Found invalid:
  @expo/prebuild-config@5.0.3
  (for more info, run: npm why @expo/prebuild-config)

Error output

[RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppLoaderTask.m
[RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppLoader.m
[RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppLauncherWithDatabase.m
[RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdatesAppLauncherNoDatabase.m
[RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXUpdates-dummy.m
[RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXDeferredRCTRootView.m
[RUN_FASTLANE] › Compiling expo-updates Pods/EXUpdates » EXDeferredRCTBridge.m
[RUN_FASTLANE] › Packaging expo-updates Pods/EXUpdates » libEXUpdates.a
[RUN_FASTLANE] › Executing expo-updates Pods/EXUpdates » Copy generated compatibility header
[RUN_FASTLANE] › Compiling Pods/Pods-* » Pods-*-dummy.m
[RUN_FASTLANE] › Compiling Pods/Pods-* » Pods-*-dummy.m
[RUN_FASTLANE] › Packaging Pods/Pods-* » libPods-*.a
[RUN_FASTLANE] › Packaging Pods/Pods-* » libPods-*.a
[RUN_FASTLANE] › Executing * » [CP] Check Pods Manifest.lock
[RUN_FASTLANE] › Executing * » Start Packager on http://localhost:8081
[RUN_FASTLANE] › Copying   ios/*/Supporting/Expo.plist ➜ ./Expo.plist
[RUN_FASTLANE] › Compiling * » SplashScreen.storyboard
[RUN_FASTLANE] › Compiling * » noop-file.swift
[RUN_FASTLANE] › Compiling * » ExpoModulesProvider.swift
[RUN_FASTLANE] › Compiling * » ExpoModulesProvider.swift
[RUN_FASTLANE] › Compiling * » noop-file.swift
[RUN_FASTLANE] › Preparing * » Info.plist
[RUN_FASTLANE] › Compiling * » main.m
[RUN_FASTLANE] › Compiling * » *_vers.c
[RUN_FASTLANE] › Compiling * » AppDelegate.mm
[RUN_FASTLANE] › Compiling * » *_vers.c
[RUN_FASTLANE] › Compiling * » main.m
[RUN_FASTLANE] › Compiling * » AppDelegate.mm
[RUN_FASTLANE] › Linking   * » °
[RUN_FASTLANE] ⚠️  ld: duplicate method '+moduleName' in
┌─[category]: ExpoBridgeModule-dcc699cb4d2671d91508c8989fb7b234.o ExpoModulesCore/libExpoModulesCore.a
└─[class]: ExpoBridgeModule-eb315bdad465193be09eab92d82f3e98.o ExpoModulesCore/libExpoModulesCore.a

[RUN_FASTLANE] ⚠️  ld: method '+UIDatePickerMode:' in category from /var/folders/rm/k90_yz9j5t1dtwg07wvqc_0m0000gn/T/eas-build-local-nodejs/cecb4bba-1329-4e4b-9c02-a1f3c2674eb7/build/ios/build/Build/Products/Release-iphonesimulator/React-Core/libReact-Core.a(RCTDatePickerManager.o) conflicts with same method from another category
[RUN_FASTLANE] ⚠️  ld: method '+UIUserInterfaceStyle:' in category from /var/folders/rm/k90_yz9j5t1dtwg07wvqc_0m0000gn/T/eas-build-local-nodejs/cecb4bba-1329-4e4b-9c02-a1f3c2674eb7/build/ios/build/Build/Products/Release-iphonesimulator/React-CoreModules/libReact-CoreModules.a(RCTAlertManager.o) conflicts with same method from another category
[RUN_FASTLANE] ⚠️  ld: method '+UIStatusBarAnimation:' in category from /var/folders/rm/k90_yz9j5t1dtwg07wvqc_0m0000gn/T/eas-build-local-nodejs/cecb4bba-1329-4e4b-9c02-a1f3c2674eb7/build/ios/build/Build/Products/Release-iphonesimulator/React-CoreModules/libReact-CoreModules.a(RCTStatusBarManager.o) conflicts with same method from another category
[RUN_FASTLANE] › Linking   * » *
[RUN_FASTLANE] ⚠️  ld: duplicate method '+moduleName' in
┌─[category]: ExpoBridgeModule-dcc699cb4d2671d91508c8989fb7b234.o ExpoModulesCore/libExpoModulesCore.a
└─[class]: ExpoBridgeModule-eb315bdad465193be09eab92d82f3e98.o ExpoModulesCore/libExpoModulesCore.a

[RUN_FASTLANE] ⚠️  ld: method '+UIDatePickerMode:' in category from /var/folders/rm/k90_yz9j5t1dtwg07wvqc_0m0000gn/T/eas-build-local-nodejs/cecb4bba-1329-4e4b-9c02-a1f3c2674eb7/build/ios/build/Build/Products/Release-iphonesimulator/React-Core/libReact-Core.a(RCTDatePickerManager.o) conflicts with same method from another category
[RUN_FASTLANE] ⚠️  ld: method '+UIUserInterfaceStyle:' in category from /var/folders/rm/k90_yz9j5t1dtwg07wvqc_0m0000gn/T/eas-build-local-nodejs/cecb4bba-1329-4e4b-9c02-a1f3c2674eb7/build/ios/build/Build/Products/Release-iphonesimulator/React-CoreModules/libReact-CoreModules.a(RCTAlertManager.o) conflicts with same method from another category
[RUN_FASTLANE] ⚠️  ld: method '+UIStatusBarAnimation:' in category from /var/folders/rm/k90_yz9j5t1dtwg07wvqc_0m0000gn/T/eas-build-local-nodejs/cecb4bba-1329-4e4b-9c02-a1f3c2674eb7/build/ios/build/Build/Products/Release-iphonesimulator/React-CoreModules/libReact-CoreModules.a(RCTStatusBarManager.o) conflicts with same method from another category
[RUN_FASTLANE] › Generating debug * » *.app.dSYM
[RUN_FASTLANE] › Executing * » Bundle React Native code and images
[RUN_FASTLANE]     the transform cache was reset.
[RUN_FASTLANE] 
❌  error: File /var/folders/rm/k90_yz9j5t1dtwg07wvqc_0m0000gn/T/eas-build-local-nodejs/cecb4bba-1329-4e4b-9c02-a1f3c2674eb7/build/ios/build/Build/Products/Release-iphonesimulator/*.app/main.jsbundle does not exist. This must be a bug with React Native, please report it here: https://github.com/facebook/react-native/issues


[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] ▸        PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /var/folders/rm/k90_yz9j5t1dtwg07wvqc_0m0000gn/T/eas-build-local-nodejs/cecb4bba-1329-4e4b-9c02-a1f3c2674eb7/build/ios/build/Build/Intermediates.noindex/*.build/Release-iphonesimulator/*.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target '*' from project '*')
[RUN_FASTLANE] ▸ (1 failure)
[RUN_FASTLANE] ** BUILD FAILED **
[RUN_FASTLANE] 
[RUN_FASTLANE] 
[RUN_FASTLANE] The following build commands failed:
[RUN_FASTLANE]  PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /var/folders/rm/k90_yz9j5t1dtwg07wvqc_0m0000gn/T/eas-build-local-nodejs/cecb4bba-1329-4e4b-9c02-a1f3c2674eb7/build/ios/build/Build/Intermediates.noindex/*.build/Release-iphonesimulator/*.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target '*' from project '*')
[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.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] [!] Error building the application - see the log above
[RUN_FASTLANE] 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.

Build failed
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.
    Error: npx exited with non-zero code: 1

Reproducible demo or steps to reproduce from a blank project

  1. Initialize an expo project with version 47.
  2. Install the packages below:
"dependencies": {
    "@expo/webpack-config": "^0.17.2",
    "@react-native-async-storage/async-storage": "~1.17.3",
    "@react-native-community/datetimepicker": "6.5.2",
    "@react-native-community/netinfo": "9.3.5",
    "@react-native-community/slider": "4.2.4",
    "@react-navigation/bottom-tabs": "^6.3.3",
    "@react-navigation/drawer": "^6.4.4",
    "@react-navigation/native": "^6.0.12",
    "@react-navigation/native-stack": "^6.8.0",
    "@sentry/react-native": "4.2.2",
    "@tanstack/query-async-storage-persister": "^4.2.3",
    "@tanstack/react-query": "^4.2.3",
    "@tanstack/react-query-persist-client": "^4.2.1",
    "axios": "^1.1.3",
    "dayjs": "^1.11.5",
    "dotenv": "^16.0.2",
    "expo": "^47.0.0",
    "expo-application": "~5.0.1",
    "expo-auth-session": "~3.7.2",
    "expo-constants": "~14.0.2",
    "expo-device": "~5.0.0",
    "expo-font": "~11.0.1",
    "expo-linking": "~3.2.3",
    "expo-localization": "~14.0.0",
    "expo-location": "~15.0.1",
    "expo-notifications": "~0.17.0",
    "expo-random": "~13.0.0",
    "expo-secure-store": "~12.0.0",
    "expo-splash-screen": "~0.17.4",
    "expo-status-bar": "~1.4.2",
    "expo-updates": "~0.15.4",
    "expo-web-browser": "~12.0.0",
    "i18next": "^21.9.1",
    "i18next-pseudo": "^2.2.1",
    "intl-pluralrules": "^1.3.1",
    "jest": "^26.6.3",
    "jest-expo": "^47.0.0",
    "react": "18.1.0",
    "react-dom": "18.1.0",
    "react-i18next": "^11.18.5",
    "react-native": "0.70.5",
    "react-native-gesture-handler": "~2.8.0",
    "react-native-maps": "1.3.2",
    "react-native-modal": "^13.0.1",
    "react-native-reanimated": "~2.12.0",
    "react-native-safe-area-context": "4.4.1",
    "react-native-screens": "~3.18.0",
    "react-native-svg": "13.4.0",
    "react-native-web": "~0.18.7",
    "sentry-expo": "~5.0.0",
    "styled-components": "^5.3.5"
  },
  "devDependencies": {
    "@babel/core": "^7.19.3",
    "@react-native-community/eslint-config": "^3.1.0",
    "@testing-library/jest-native": "^5.1.2",
    "@testing-library/react-native": "^11.4.0",
    "@types/jest": "^26.0.14",
    "@types/react": "~18.0.24",
    "@types/react-native": "~0.70.6",
    "@types/styled-components": "^5.1.26",
    "@types/styled-components-react-native": "^5.1.3",
    "@typescript-eslint/eslint-plugin": "^5.36.2",
    "@typescript-eslint/parser": "^5.36.2",
    "babel-plugin-react-native-web": "^0.18.9",
    "eas-cli": "^2.6.0",
    "eslint": "^8.23.0",
    "eslint-config-prettier": "^8.5.0",
    "eslint-plugin-array-func": "^3.1.7",
    "eslint-plugin-import": "^2.25.3",
    "eslint-plugin-jsx-a11y": "^6.6.1",
    "eslint-plugin-promise": "^6.0.1",
    "eslint-plugin-sonarjs": "^0.15.0",
    "license-checker": "^25.0.1",
    "msw": "^0.47.0",
    "prettier": "^2.7.1",
    "react-native-svg-transformer": "^1.0.0",
    "react-test-renderer": "18.1.0",
    "ts-node": "^10.8.1",
    "typescript": "^4.6.3"
  }
  
  1. Create eas.json file with the following content:
{
  "cli": {
    "version": ">= 2.6.0"
  },
  "build": {
    "development": {
      "developmentClient": true,
      "distribution": "internal"
    },
    "preview": {
      "distribution": "internal",
      "ios": {
        "simulator": true
      },
      "android": {
        "buildType": "apk"
      }
    },
  },
  "submit": {
    "production": {}
  }
}
  1. Run the command npx eas build --platform ios --non-interactive --local --profile preview
@lindan4 lindan4 added the needs review Issue is ready to be reviewed by a maintainer label Nov 11, 2022
@lindan4 lindan4 changed the title "main.jsbundle does not exist" error when building iOS version locally with Expo SDK 47 "main.jsbundle does not exist" error when building iOS version locally with Expo SDK 47 using eas-cli Nov 11, 2022
@MisterMunchkin
Copy link

having the same issue but on non local. I don't know how to get fastlane to generate a main.jsbundle

@izakfilmalter
Copy link

Reported in the main repo as well. Apparently, it's being looked at. expo/expo#20001

@MisterMunchkin
Copy link

I was able to fix my issue by following this: https://stackoverflow.com/a/57889288/5395605

I think using the postinstall script allowed main.jsbundle to be generated during fastlane process.

@dsokal dsokal added eas build bug Something isn't working and removed needs review Issue is ready to be reviewed by a maintainer labels Nov 15, 2022
@lindan4
Copy link
Author

lindan4 commented Nov 16, 2022

This has already been addressed here

@byCedric
Copy link
Member

byCedric commented Nov 23, 2022

This should be resolved with expo@47.0.7. If you still run into this issue, please open a new issue on expo/expo with a reproducible example.

@yamine-mansouri
Copy link

``Hi,

How can I upgrade safely to 47.0.7 ?
expo-cli upgrade 47.0.7 is giving me this
image

@FrancescoBonizzi
Copy link

I upgraded but I see the exact same error.

@FrancescoBonizzi
Copy link

``Hi,

How can I upgrade safely to 47.0.7 ? expo-cli upgrade 47.0.7 is giving me this image

Did you find a solution?

@izakfilmalter
Copy link

You are probably running an old version of expo-cli. I would update that, and try again:

npm install -g expo-cli

@FrancescoBonizzi
Copy link

FrancescoBonizzi commented Jan 18, 2023

@izakfilmalter, thanks!

I did it, my version is 6.1.0. The output is this:

immagine

And the error persists.

@FrancescoBonizzi
Copy link

I have this error when I build with eas remote build too.

@FrancescoBonizzi
Copy link

This is my error output:

[RUN_FASTLANE] › Compiling expo Pods/Expo » Expo-dummy.m
[RUN_FASTLANE] › Compiling expo Pods/Expo » EXAppDefinesLoader.m
[RUN_FASTLANE] › Compiling expo-secure-store Pods/EXSecureStore » EXSecureStore.m
[RUN_FASTLANE] › Compiling expo-secure-store Pods/EXSecureStore » EXSecureStore-dummy.m
[RUN_FASTLANE] › Compiling expo-image-loader Pods/EXImageLoader » EXImageLoader-dummy.m
[RUN_FASTLANE] › Compiling expo-random Pods/ExpoRandom » RandomModule.swift
[RUN_FASTLANE] › Compiling expo-keep-awake Pods/ExpoKeepAwake » KeepAwakeModule.swift
[RUN_FASTLANE] › Executing expo-constants Pods/EXConstants » [CP-User] Generate app.config for prebuilt Constants.manifest
[RUN_FASTLANE] › Compiling react-native-fbsdk-next Pods/ExpoAdapterFBSDKNext » FacebookAppDelegate.swift
[RUN_FASTLANE] › Compiling expo-tracking-transparency Pods/ExpoTrackingTransparency » ExpoTrackingTransparency_vers.c
[RUN_FASTLANE] › Compiling expo-tracking-transparency Pods/ExpoTrackingTransparency » ExpoTrackingTransparency-dummy.m
[RUN_FASTLANE] › Compiling expo-web-browser Pods/ExpoWebBrowser » ExpoWebBrowser_vers.c
[RUN_FASTLANE] › Compiling expo-web-browser Pods/ExpoWebBrowser » ExpoWebBrowser-dummy.m
[RUN_FASTLANE] › Compiling expo-keep-awake Pods/ExpoKeepAwake » ExpoKeepAwake_vers.c
[RUN_FASTLANE] › Compiling expo-keep-awake Pods/ExpoKeepAwake » ExpoKeepAwake-dummy.m
[RUN_FASTLANE] › Compiling expo Pods/Expo » Expo_vers.c
[RUN_FASTLANE] › Compiling expo-secure-store Pods/EXSecureStore » EXSecureStore_vers.c
[RUN_FASTLANE] › Compiling expo-random Pods/ExpoRandom » ExpoRandom_vers.c
[RUN_FASTLANE] › Compiling expo-random Pods/ExpoRandom » ExpoRandom-dummy.m
[RUN_FASTLANE] › Compiling expo-mail-composer Pods/ExpoMailComposer » ExpoMailComposer_vers.c
[RUN_FASTLANE] › Compiling expo-mail-composer Pods/ExpoMailComposer » ExpoMailComposer-dummy.m
[RUN_FASTLANE] › Creating  expo-web-browser Pods/ExpoWebBrowser » ExpoWebBrowser.framework
[RUN_FASTLANE] › Creating  expo-tracking-transparency Pods/ExpoTrackingTransparency » ExpoTrackingTransparency.framework
[RUN_FASTLANE] › Compiling expo-image-loader Pods/EXImageLoader » EXImageLoader_vers.c
[RUN_FASTLANE] › Creating  expo Pods/Expo » Expo.framework
[RUN_FASTLANE] › Creating  expo-keep-awake Pods/ExpoKeepAwake » ExpoKeepAwake.framework
[RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFont_vers.c
[RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontScalersManager.m
[RUN_FASTLANE] › Creating  expo-secure-store Pods/EXSecureStore » EXSecureStore.framework
[RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontScaler.m
[RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontManager.m
[RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontLoaderProcessor.m
[RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFontLoader.m
[RUN_FASTLANE] › Compiling expo-font Pods/EXFont » EXFont.m
[RUN_FASTLANE] › Creating  expo-random Pods/ExpoRandom » ExpoRandom.framework
[RUN_FASTLANE] › Creating  expo-image-loader Pods/EXImageLoader » EXImageLoader.framework
[RUN_FASTLANE] › Creating  expo-mail-composer Pods/ExpoMailComposer » ExpoMailComposer.framework
[RUN_FASTLANE] › Executing expo-barcode-scanner Pods/EXBarCodeScanner » [CP] Copy XCFrameworks
[RUN_FASTLANE] › Compiling expo-error-recovery Pods/EXErrorRecovery » EXErrorRecovery_vers.c
[RUN_FASTLANE] › Compiling expo-error-recovery Pods/EXErrorRecovery » EXErrorRecoveryModule.m
[RUN_FASTLANE] › Compiling expo-error-recovery Pods/EXErrorRecovery » EXErrorRecovery-dummy.m
[RUN_FASTLANE] › Compiling expo-device Pods/EXDevice » EXDevice-dummy.m
[RUN_FASTLANE] › Compiling expo-device Pods/EXDevice » EXDevice_vers.c
[RUN_FASTLANE] › Compiling expo-constants Pods/EXConstants » EXConstantsService.m
[RUN_FASTLANE] › Compiling expo-constants Pods/EXConstants » EXConstantsInstallationIdProvider.m
[RUN_FASTLANE] › Compiling expo-crypto Pods/ExpoCrypto » ExpoCrypto_vers.c
[RUN_FASTLANE] › Compiling expo-crypto Pods/ExpoCrypto » ExpoCrypto-dummy.m
[RUN_FASTLANE] › Compiling expo-constants Pods/EXConstants » EXConstants_vers.c
[RUN_FASTLANE] › Creating  expo-font Pods/EXFont » EXFont.framework
[RUN_FASTLANE] › Compiling expo-constants Pods/EXConstants » EXConstants.m
[RUN_FASTLANE] › Compiling expo-constants Pods/EXConstants » EXConstants-dummy.m
[RUN_FASTLANE] › Compiling expo-application Pods/EXApplication » EXProvisioningProfile.m
[RUN_FASTLANE] › Compiling expo-application Pods/EXApplication » EXApplication.m
[RUN_FASTLANE] › Creating  expo-error-recovery Pods/EXErrorRecovery » EXErrorRecovery.framework
[RUN_FASTLANE] › Compiling expo-application Pods/EXApplication » EXApplication_vers.c
[RUN_FASTLANE] › Creating  expo-crypto Pods/ExpoCrypto » ExpoCrypto.framework
[RUN_FASTLANE] › Compiling expo-application Pods/EXApplication » EXApplication-dummy.m
[RUN_FASTLANE] › Compiling expo-apple-authentication Pods/EXAppleAuthentication » EXAppleAuthentication_vers.c
[RUN_FASTLANE] › Compiling expo-apple-authentication Pods/EXAppleAuthentication » EXAppleAuthenticationRequest.m
[RUN_FASTLANE] › Creating  expo-device Pods/EXDevice » EXDevice.framework
[RUN_FASTLANE] › Compiling expo-apple-authentication Pods/EXAppleAuthentication » EXAppleAuthenticationMappings.m
[RUN_FASTLANE] › Compiling expo-apple-authentication Pods/EXAppleAuthentication » EXAppleAuthenticationButtonViewManagers.m
[RUN_FASTLANE] › Compiling expo-apple-authentication Pods/EXAppleAuthentication » EXAppleAuthenticationButton.m
[RUN_FASTLANE] › Creating  expo-constants Pods/EXConstants » EXConstants.framework
[RUN_FASTLANE] › Compiling expo-apple-authentication Pods/EXAppleAuthentication » EXAppleAuthentication.m
[RUN_FASTLANE] › Compiling expo-apple-authentication Pods/EXAppleAuthentication » EXAppleAuthentication-dummy.m
[RUN_FASTLANE] › Creating  expo-application Pods/EXApplication » EXApplication.framework
[RUN_FASTLANE] › Creating  expo-apple-authentication Pods/EXAppleAuthentication » EXAppleAuthentication.framework
[RUN_FASTLANE] › Compiling expo-blur Pods/EXBlur » EXBlur-dummy.m
[RUN_FASTLANE] › Compiling expo-blur Pods/EXBlur » EXBlur_vers.c
[RUN_FASTLANE] › Compiling expo-blur Pods/EXBlur » EXBlurViewManager.m
[RUN_FASTLANE] › Compiling react-native-fbsdk-next Pods/ExpoAdapterFBSDKNext » ExpoAdapterFBSDKNext_vers.c
[RUN_FASTLANE] › Compiling react-native-fbsdk-next Pods/ExpoAdapterFBSDKNext » ExpoAdapterFBSDKNext-dummy.m
[RUN_FASTLANE] › Creating  react-native-fbsdk-next Pods/ExpoAdapterFBSDKNext » ExpoAdapterFBSDKNext.framework
[RUN_FASTLANE] › Creating  expo-blur Pods/EXBlur » EXBlur.framework
[RUN_FASTLANE] › Compiling expo-camera Pods/EXCamera » EXCameraUtils.m
[RUN_FASTLANE] › Compiling expo-camera Pods/EXCamera » EXCameraPermissionRequester.m
[RUN_FASTLANE] › Compiling expo-camera Pods/EXCamera » EXCameraMicrophonePermissionRequester.m
[RUN_FASTLANE] › Compiling expo-camera Pods/EXCamera » EXCameraCameraPermissionRequester.m
[RUN_FASTLANE] › Compiling expo-camera Pods/EXCamera » EXCamera.m
[RUN_FASTLANE] › Compiling expo-camera Pods/EXCamera » EXCamera_vers.c
[RUN_FASTLANE] › Compiling expo-camera Pods/EXCamera » EXCamera-dummy.m
[RUN_FASTLANE] › Creating  EXCamera.framework
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » WorkletsCache.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » WorkletEventHandler.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » Scheduler.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » ShareableValue.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » RuntimeDecorator.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » RemoteObject.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » RCTConvert+DevMenuREATransition.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » NativeReanimatedModuleSpec.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » NativeReanimatedModule.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » NativeProxy.mm
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » NativeMethods.mm
[RUN_FASTLANE] › Compiling expo-dev-menu MutableValue.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » MapperRegistry.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » Mapper.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » LayoutAnimationsProxy.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » JSIStoreValueUser.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » FrozenObject.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » FeaturesConfig.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » EventHandlerRegistry.cpp
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » EXDevMenu_vers.c
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » EXDevMenuAppInfo.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuVendoredModulesUtils.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuReanimatedSensorContainer.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuReanimatedSensor.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNTapHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNRotationHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNRootViewGestureRecognizer.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNPinchHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNPanHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNNativeViewHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNManualHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNManualActivationRecognizer.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNLongPressHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNGestureHandlerRegistry.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNGestureHandlerPointerTracker.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNGestureHandlerModule.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNGestureHandlerEvents.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNGestureHandlerButton.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNGestureHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNForceTouchHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNFlingHandler.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNCSafeAreaViewMode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNCSafeAreaViewManager.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNCSafeAreaViewLocalData.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNCSafeAreaViewEdges.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNCSafeAreaView.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNCSafeAreaShadowView.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNCSafeAreaProviderManager.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRNCSafeAreaProvider.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAUIManager.mm
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREATransitionValues.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREATransition.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREATransformNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu DevMenuREASnapshot.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREASetNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAPropsNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAParamNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAOperatorNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREANodesManager.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREANode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAKeyboardEventObserver.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAInitializer.mm
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAIOSScheduler.mm
[RUN_FASTLANE] › Compiling expo-dev-menu DevMenuREAIOSErrorHandler.mm
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAFunctionNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAEventNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAEventDispatcher.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREADebugNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREACondNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAConcatNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAClockNodes.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREABlockNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREABezierNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAAnimationsManager.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAAlwaysNode.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuREAAllTransitions.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRCTDevSettings.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuRCTBridge.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuPreferences.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuModule.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuLoadingView.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuInternalModule.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuExtensions.m
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » DevMenuBaseAppInstance+Reanimated.mm
[RUN_FASTLANE] › Compiling expo-dev-menu Pods/expo-dev-menu » AnimatedSensorModule.cpp
[RUN_FASTLANE] › Creating  expo-dev-menu Pods/expo-dev-menu » EXDevMenu.framework
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/expo-dev-launcher-umbrella.h ➜ ios/Pods/Target/ Support/ Files/expo-dev-launcher/expo-dev-launcher-umbrella.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/expo-dev-launcher-Bridging-Header.h ➜ node_modules/expo-dev-launcher/ios/expo-dev-launcher-Bridging-Header.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/RCTCxxBridge+Private.h ➜ node_modules/expo-dev-launcher/ios/Headers/RCTCxxBridge+Private.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/RCTPackagerConnection+EXDevLauncherPackagerConnectionInterceptor.h ➜ node_modules/expo-dev-launcher/ios/Unsafe/RCTPackagerConnection+EXDevLauncherPackagerConnectionInterceptor.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherUpdatesHelper.h ➜ node_modules/expo-dev-launcher/ios/EXDevLauncherUpdatesHelper.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/RCTBundleURLProvider+Private.h ➜ node_modules/expo-dev-launcher/ios/Headers/RCTBundleURLProvider+Private.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherRedBoxProtocol.h ➜ node_modules/expo-dev-launcher/ios/Headers/EXDevLauncherRedBoxProtocol.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherRedBox.h ➜ node_modules/expo-dev-launcher/ios/Errors/EXDevLauncherRedBox.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherRCTDevSettings.h ➜ node_modules/expo-dev-launcher/ios/ReactNative/EXDevLauncherRCTDevSettings.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherRCTBridge.h ➜ node_modules/expo-dev-launcher/ios/ReactNative/EXDevLauncherRCTBridge.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherPendingDeepLinkListener.h ➜ node_modules/expo-dev-launcher/ios/Headers/EXDevLauncherPendingDeepLinkListener.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherManifestParser.h ➜ node_modules/expo-dev-launcher/ios/Manifest/EXDevLauncherManifestParser.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherLoadingView.h ➜ node_modules/expo-dev-launcher/ios/ReactNative/EXDevLauncherLoadingView.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherInternal.h ➜ node_modules/expo-dev-launcher/ios/EXDevLauncherInternal.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherDeferredRCTRootView.h ➜ node_modules/expo-dev-launcher/ios/ReactDelegateHandler/EXDevLauncherDeferredRCTRootView.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherDeferredRCTBridge.h ➜ node_modules/expo-dev-launcher/ios/ReactDelegateHandler/EXDevLauncherDeferredRCTBridge.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherController.h ➜ node_modules/expo-dev-launcher/ios/EXDevLauncherController.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncherAuth.h ➜ node_modules/expo-dev-launcher/ios/EXDevLauncherAuth.h
[RUN_FASTLANE] › Copying   expo-dev-launcher ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/EXDevLauncher.framework/Headers/EXDevLauncher.h ➜ node_modules/expo-dev-launcher/ios/EXDevLauncher.h
[RUN_FASTLANE] › Preparing expo-dev-launcher Pods/expo-dev-launcher » expo-dev-launcher-Info.plist
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherUpdatesHelper.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherRCTDevSettings.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » RCTPackagerConnection+EXDevLauncherPackagerConnectionInterceptor.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherRCTBridge.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherRedBox.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherManifestParser.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » expo-dev-launcher-dummy.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncher_vers.c
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherLoadingView.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherInternal.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherDevMenuExtensions.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherDeferredRCTRootView.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherDeferredRCTBridge.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherController.m
[RUN_FASTLANE] › Compiling expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncherAuth.m
[RUN_FASTLANE] › Creating  expo-dev-launcher Pods/expo-dev-launcher » EXDevLauncher.framework
[RUN_FASTLANE] › Copying   ../../../../Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/Pods_Tuduu.framework/Headers/Pods-Tuduu-umbrella.h ➜ ios/Pods/Target/ Support/ Files/Pods-Tuduu/Pods-Tuduu-umbrella.h
[RUN_FASTLANE] › Preparing Pods/Pods-Tuduu » Pods-Tuduu-Info.plist
[RUN_FASTLANE] › Compiling Pods/Pods-Tuduu » Pods-Tuduu-dummy.m
[RUN_FASTLANE] › Compiling Pods/Pods-Tuduu » Pods_Tuduu_vers.c
[RUN_FASTLANE] › Creating  Pods/Pods-Tuduu » Pods_Tuduu.framework
[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 'Tuduu' from project 'Tuduu')
[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 'Tuduu' from project 'Tuduu')
[RUN_FASTLANE]     Run script build phase '[CP-User] [RNFB] Core Configuration' 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 'Tuduu' from project 'Tuduu')
[RUN_FASTLANE] › Executing Tuduu » [CP] Check Pods Manifest.lock
[RUN_FASTLANE] › Executing Tuduu » Start Packager on http://localhost:8081
[RUN_FASTLANE] › Copying   ios/Tuduu/GoogleService-Info.plist ➜ ./GoogleService-Info.plist
[RUN_FASTLANE] › Copying   ios/Tuduu/Supporting/Expo.plist ➜ ./Expo.plist
[RUN_FASTLANE] › Compiling Tuduu » SplashScreen.storyboard
[RUN_FASTLANE] › Compiling Tuduu » noop-file.swift
[RUN_FASTLANE] › Compiling Tuduu » ExpoModulesProvider.swift
[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTJSScriptLoaderModule.h:16:67)

  14 | @protocol RCTJSScriptLoaderModule <NSObject>
  15 | 
> 16 | @property (nonatomic, copy, nonnull) void (^loadScript)(RCTSource *source);
     |                                                                   ^ pointer is missing a nullability type specifier 
  17 | 
  18 | @end
  19 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTTiming.h:17:41)

  15 | @protocol RCTTimingDelegate
  16 | 
> 17 | - (void)callTimers:(NSArray<NSNumber *> *)timers;
     |                                         ^ pointer is missing a nullability type specifier 
  18 | - (void)immediatelyCallTimer:(nonnull NSNumber *)callbackID;
  19 | - (void)callIdleCallbacks:(nonnull NSNumber *)absoluteFrameStartMS;
  20 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTTiming.h:25:4)

  23 | @interface RCTTiming : NSObject <RCTBridgeModule, RCTInvalidating, RCTFrameUpdateObserver, RCTInitializing>
  24 | 
> 25 | - (instancetype)initWithDelegate:(id<RCTTimingDelegate>)delegate;
     |    ^ pointer is missing a nullability type specifier 
  26 | - (void)createTimerForNextFrame:(nonnull NSNumber *)callbackID
  27 |                        duration:(NSTimeInterval)jsDuration
  28 |                jsSchedulingTime:(NSDate *)jsSchedulingTime

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTTiming.h:25:35)

  23 | @interface RCTTiming : NSObject <RCTBridgeModule, RCTInvalidating, RCTFrameUpdateObserver, RCTInitializing>
  24 | 
> 25 | - (instancetype)initWithDelegate:(id<RCTTimingDelegate>)delegate;
     |                                   ^ pointer is missing a nullability type specifier 
  26 | - (void)createTimerForNextFrame:(nonnull NSNumber *)callbackID
  27 |                        duration:(NSTimeInterval)jsDuration
  28 |                jsSchedulingTime:(NSDate *)jsSchedulingTime

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTTiming.h:28:41)

  26 | - (void)createTimerForNextFrame:(nonnull NSNumber *)callbackID
  27 |                        duration:(NSTimeInterval)jsDuration
> 28 |                jsSchedulingTime:(NSDate *)jsSchedulingTime
     |                                         ^ pointer is missing a nullability type specifier 
  29 |                         repeats:(BOOL)repeats;
  30 | - (void)deleteTimer:(double)timerID;
  31 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXLegacyExpoViewProtocol.h:11:4)

   9 | @protocol EXLegacyExpoViewProtocol
  10 | 
> 11 | - (instancetype)initWithModuleRegistry:(nullable EXModuleRegistry *)moduleRegistry;
     |    ^ pointer is missing a nullability type specifier 
  12 | 
  13 | @end
  14 | 

[RUN_FASTLANE] 
⚠️  (/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:14:42)

@property (nonatomic, readonly) NSString *documentDirectory;
                                         ^ pointer is missing a nullability type specifier 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:20:57)

  18 | // TODO: Move permissionsForURI to EXFileSystemManagerInterface
  19 | - (EXFileSystemPermissionFlags)permissionsForURI:(NSURL *)uri;
> 20 | - (nonnull NSString *)generatePathInDirectory:(NSString *)directory withExtension:(NSString *)extension;
     |                                                         ^ pointer is missing a nullability type specifier 
  21 | - (BOOL)ensureDirExistsWithPath:(NSString *)path;
  22 | 
  23 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:20:93)

  18 | // TODO: Move permissionsForURI to EXFileSystemManagerInterface
  19 | - (EXFileSystemPermissionFlags)permissionsForURI:(NSURL *)uri;
> 20 | - (nonnull NSString *)generatePathInDirectory:(NSString *)directory withExtension:(NSString *)extension;
     |                                                                                             ^ pointer is missing a nullability type specifier 
  21 | - (BOOL)ensureDirExistsWithPath:(NSString *)path;
  22 | 
  23 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:21:43)

  19 | - (EXFileSystemPermissionFlags)permissionsForURI:(NSURL *)uri;
  20 | - (nonnull NSString *)generatePathInDirectory:(NSString *)directory withExtension:(NSString *)extension;
> 21 | - (BOOL)ensureDirExistsWithPath:(NSString *)path;
     |                                           ^ pointer is missing a nullability type specifier 
  22 | 
  23 | @end
  24 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXModuleRegistryAdapter.h:16:4)

  14 | @property (nonnull, nonatomic, readonly) EXModuleRegistryProvider *moduleRegistryProvider;
  15 | 
> 16 | - (instancetype)initWithModuleRegistryProvider:(nonnull EXModuleRegistryProvider *)moduleRegistryProvider
     |    ^ pointer is missing a nullability type specifier 
  17 | __deprecated_msg("Expo modules are now automatically registered. You can remove this method call.");
  18 | 
  19 | - (nonnull NSArray<id<RCTBridgeModule>> *)extraModulesForModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:13:4)

  11 | @interface EXModulesProxyConfig : NSObject
  12 | 
> 13 | - (instancetype)initWithConstants:(nonnull NSDictionary *)constants
     |    ^ pointer is missing a nullability type specifier 
  14 |                       methodNames:(nonnull NSDictionary *)methodNames
  15 |                      viewManagers:(nonnull NSDictionary *)viewManagerMetadata;
  16 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:29:62)

  27 | @interface EXNativeModulesProxy : NSObject <RCTBridgeModule>
  28 | 
> 29 | @property (nonatomic, strong, readonly) EXModulesProxyConfig *nativeModulesConfig;
     |                                                              ^ pointer is missing a nullability type specifier 
  30 | 
  31 | - (nonnull instancetype)init;
  32 | - (nonnull instancetype)initWithModuleRegistry:(nullable EXModuleRegistry *)moduleRegistry;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:60)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                            ^ pointer is missing a nullability type specifier 
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:98)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                                                                  ^ pointer is missing a nullability type specifier 
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:120)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                                                                                        ^ block pointer is missing a nullability type specifier 
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:161)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                                                                                                                                 ^ block pointer is missing a nullability type specifier 
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:67:31)

  65 | @interface EXCamera : UIView <AVCaptureMetadataOutputObjectsDelegate, AVCaptureFileOutputRecordingDelegate, EXAppLifecycleListener, EXCameraInterface, AVCapturePhotoCaptureDelegate, EXLegacyExpoViewProtocol>
  66 | 
> 67 | @property (nonatomic, strong) dispatch_queue_t sessionQueue;
     |                               ^ pointer is missing a nullability type specifier 
  68 | @property (nonatomic, strong) AVCaptureSession *session;
  69 | @property (nonatomic, strong) AVCaptureDeviceInput *videoCaptureDeviceInput;
  70 | @property (nonatomic, strong) AVCapturePhotoOutput *photoOutput;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:96:50)

  94 | - (void)updateWhiteBalance;
  95 | - (void)updatePictureSize;
> 96 | - (void)updateFaceDetectorSettings:(NSDictionary *)settings;
     |                                                  ^ pointer is missing a nullability type specifier 
  97 | - (void)setBarCodeScannerSettings:(NSDictionary *)settings;
  98 | - (void)takePicture:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
  99 | - (void)record:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:97:49)

   95 | - (void)updatePictureSize;
   96 | - (void)updateFaceDetectorSettings:(NSDictionary *)settings;
>  97 | - (void)setBarCodeScannerSettings:(NSDictionary *)settings;
      |                                                 ^ pointer is missing a nullability type specifier 
   98 | - (void)takePicture:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
   99 | - (void)record:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
  100 | - (void)stopRecording;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:98:35)

   96 | - (void)updateFaceDetectorSettings:(NSDictionary *)settings;
   97 | - (void)setBarCodeScannerSettings:(NSDictionary *)settings;
>  98 | - (void)takePicture:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
      |                                   ^ pointer is missing a nullability type specifier 
   99 | - (void)record:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
  100 | - (void)stopRecording;
  101 | - (void)resumePreview;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:98:54)

   96 | - (void)updateFaceDetectorSettings:(NSDictionary *)settings;
   97 | - (void)setBarCodeScannerSettings:(NSDictionary *)settings;
>  98 | - (void)takePicture:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
      |                                                      ^ block pointer is missing a nullability type specifier 
   99 | - (void)record:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
  100 | - (void)stopRecording;
  101 | - (void)resumePreview;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:98:92)

   96 | - (void)updateFaceDetectorSettings:(NSDictionary *)settings;
   97 | - (void)setBarCodeScannerSettings:(NSDictionary *)settings;
>  98 | - (void)takePicture:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
      |                                                                                            ^ block pointer is missing a nullability type specifier 
   99 | - (void)record:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
  100 | - (void)stopRecording;
  101 | - (void)resumePreview;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:99:30)

   97 | - (void)setBarCodeScannerSettings:(NSDictionary *)settings;
   98 | - (void)takePicture:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
>  99 | - (void)record:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
      |                              ^ pointer is missing a nullability type specifier 
  100 | - (void)stopRecording;
  101 | - (void)resumePreview;
  102 | - (void)pausePreview;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:99:49)

   97 | - (void)setBarCodeScannerSettings:(NSDictionary *)settings;
   98 | - (void)takePicture:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
>  99 | - (void)record:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
      |                                                 ^ block pointer is missing a nullability type specifier 
  100 | - (void)stopRecording;
  101 | - (void)resumePreview;
  102 | - (void)pausePreview;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:99:87)

   97 | - (void)setBarCodeScannerSettings:(NSDictionary *)settings;
   98 | - (void)takePicture:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
>  99 | - (void)record:(NSDictionary *)options resolve:(EXPromiseResolveBlock)resolve reject:(EXPromiseRejectBlock)reject;
      |                                                                                       ^ block pointer is missing a nullability type specifier 
  100 | - (void)stopRecording;
  101 | - (void)resumePreview;
  102 | - (void)pausePreview;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:103:31)

  101 | - (void)resumePreview;
  102 | - (void)pausePreview;
> 103 | - (void)onReady:(NSDictionary *)event;
      |                               ^ pointer is missing a nullability type specifier 
  104 | - (void)onMountingError:(NSDictionary *)event;
  105 | - (void)onPictureSaved:(NSDictionary *)event;
  106 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:104:39)

  102 | - (void)pausePreview;
  103 | - (void)onReady:(NSDictionary *)event;
> 104 | - (void)onMountingError:(NSDictionary *)event;
      |                                       ^ pointer is missing a nullability type specifier 
  105 | - (void)onPictureSaved:(NSDictionary *)event;
  106 | 
  107 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCamera.h:105:38)

  103 | - (void)onReady:(NSDictionary *)event;
  104 | - (void)onMountingError:(NSDictionary *)event;
> 105 | - (void)onPictureSaved:(NSDictionary *)event;
      |                                      ^ pointer is missing a nullability type specifier 
  106 | 
  107 | @end
  108 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:16:20)

  14 | 
  15 | // Camera utilities
> 16 | + (AVCaptureDevice *)deviceWithMediaType:(NSString *)mediaType preferringPosition:(AVCaptureDevicePosition)position;
     |                    ^ pointer is missing a nullability type specifier 
  17 | 
  18 | // Enum conversions
  19 | + (float)temperatureForWhiteBalance:(EXCameraWhiteBalance)whiteBalance;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:28:12)

  26 | // Image utilities
  27 | + (nonnull UIImage *)generatePhotoOfSize:(CGSize)size;
> 28 | + (UIImage *)cropImage:(UIImage *)image toRect:(CGRect)rect;
     |            ^ pointer is missing a nullability type specifier 
  29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
  30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
  31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:28:33)

  26 | // Image utilities
  27 | + (nonnull UIImage *)generatePhotoOfSize:(CGSize)size;
> 28 | + (UIImage *)cropImage:(UIImage *)image toRect:(CGRect)rect;
     |                                 ^ pointer is missing a nullability type specifier 
  29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
  30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
  31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:29:42)

  27 | + (nonnull UIImage *)generatePhotoOfSize:(CGSize)size;
  28 | + (UIImage *)cropImage:(UIImage *)image toRect:(CGRect)rect;
> 29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
     |                                          ^ pointer is missing a nullability type specifier 
  30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
  31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;
  32 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:29:67)

  27 | + (nonnull UIImage *)generatePhotoOfSize:(CGSize)size;
  28 | + (UIImage *)cropImage:(UIImage *)image toRect:(CGRect)rect;
> 29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
     |                                                                   ^ pointer is missing a nullability type specifier 
  30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
  31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;
  32 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:30:24)

  28 | + (UIImage *)cropImage:(UIImage *)image toRect:(CGRect)rect;
  29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
> 30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
     |                        ^ pointer is missing a nullability type specifier 
  31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;
  32 | 
  33 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:30:59)

  28 | + (UIImage *)cropImage:(UIImage *)image toRect:(CGRect)rect;
  29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
> 30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
     |                                                           ^ pointer is missing a nullability type specifier 
  31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;
  32 | 
  33 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:30:103)

  28 | + (UIImage *)cropImage:(UIImage *)image toRect:(CGRect)rect;
  29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
> 30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
     |                                                                                                       ^ pointer is missing a nullability type specifier 
  31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;
  32 | 
  33 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:31:11)

  29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
  30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
> 31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;
     |           ^ pointer is missing a nullability type specifier 
  32 | 
  33 | @end
  34 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:31:36)

  29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
  30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
> 31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;
     |                                    ^ pointer is missing a nullability type specifier 
  32 | 
  33 | @end
  34 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/EXCamera/EXCamera.framework/Headers/EXCameraUtils.h:31:71)

  29 | + (nonnull NSString *)writeImage:(NSData *)image toPath:(NSString *)path;
  30 | + (NSMutableDictionary *)updateExifMetadata:(NSDictionary *)metadata withAdditionalData:(NSDictionary *)additionalData;
> 31 | + (NSData *)dataFromImage:(UIImage *)image withMetadata:(NSDictionary *)exif imageQuality:(float)quality;
     |                                                                       ^ pointer is missing a nullability type specifier 
  32 | 
  33 | @end
  34 | 

[RUN_FASTLANE] › Preparing Tuduu » Info.plist
[RUN_FASTLANE] › Compiling Tuduu » main.m
[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTAppearance.h:15:60)

  13 | RCT_EXTERN void RCTEnableAppearancePreference(BOOL enabled);
  14 | RCT_EXTERN void RCTOverrideAppearancePreference(NSString *const);
> 15 | RCT_EXTERN NSString *RCTCurrentOverrideAppearancePreference();
     |                                                            ^ this function declaration is not a prototype [-Wstrict-prototypes]
  16 | RCT_EXTERN NSString *RCTColorSchemePreference(UITraitCollection *traitCollection);
  17 | 
  18 | @interface RCTAppearance : RCTEventEmitter <RCTBridgeModule>

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTJSScriptLoaderModule.h:16:67)

  14 | @protocol RCTJSScriptLoaderModule <NSObject>
  15 | 
> 16 | @property (nonatomic, copy, nonnull) void (^loadScript)(RCTSource *source);
     |                                                                   ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  17 | 
  18 | @end
  19 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTTiming.h:17:41)

  15 | @protocol RCTTimingDelegate
  16 | 
> 17 | - (void)callTimers:(NSArray<NSNumber *> *)timers;
     |                                         ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  18 | - (void)immediatelyCallTimer:(nonnull NSNumber *)callbackID;
  19 | - (void)callIdleCallbacks:(nonnull NSNumber *)absoluteFrameStartMS;
  20 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTTiming.h:25:4)

  23 | @interface RCTTiming : NSObject <RCTBridgeModule, RCTInvalidating, RCTFrameUpdateObserver, RCTInitializing>
  24 | 
> 25 | - (instancetype)initWithDelegate:(id<RCTTimingDelegate>)delegate;
     |    ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  26 | - (void)createTimerForNextFrame:(nonnull NSNumber *)callbackID
  27 |                        duration:(NSTimeInterval)jsDuration
  28 |                jsSchedulingTime:(NSDate *)jsSchedulingTime

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTTiming.h:25:35)

  23 | @interface RCTTiming : NSObject <RCTBridgeModule, RCTInvalidating, RCTFrameUpdateObserver, RCTInitializing>
  24 | 
> 25 | - (instancetype)initWithDelegate:(id<RCTTimingDelegate>)delegate;
     |                                   ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  26 | - (void)createTimerForNextFrame:(nonnull NSNumber *)callbackID
  27 |                        duration:(NSTimeInterval)jsDuration
  28 |                jsSchedulingTime:(NSDate *)jsSchedulingTime

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/Headers/RCTTiming.h:28:41)

  26 | - (void)createTimerForNextFrame:(nonnull NSNumber *)callbackID
  27 |                        duration:(NSTimeInterval)jsDuration
> 28 |                jsSchedulingTime:(NSDate *)jsSchedulingTime
     |                                         ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  29 |                         repeats:(BOOL)repeats;
  30 | - (void)deleteTimer:(double)timerID;
  31 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXLegacyExpoViewProtocol.h:11:4)

   9 | @protocol EXLegacyExpoViewProtocol
  10 | 
> 11 | - (instancetype)initWithModuleRegistry:(nullable EXModuleRegistry *)moduleRegistry;
     |    ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  12 | 
  13 | @end
  14 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:14:42)

  12 | @protocol EXFileSystemInterface
  13 | 
> 14 | @property (nonatomic, readonly) NSString *documentDirectory;
     |                                          ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  15 | @property (nonatomic, readonly) NSString *cachesDirectory;
  16 | @property (nonatomic, readonly) NSString *bundleDirectory;
  17 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:20:57)

  18 | // TODO: Move permissionsForURI to EXFileSystemManagerInterface
  19 | - (EXFileSystemPermissionFlags)permissionsForURI:(NSURL *)uri;
> 20 | - (nonnull NSString *)generatePathInDirectory:(NSString *)directory withExtension:(NSString *)extension;
     |                                                         ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  21 | - (BOOL)ensureDirExistsWithPath:(NSString *)path;
  22 | 
  23 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:20:93)

  18 | // TODO: Move permissionsForURI to EXFileSystemManagerInterface
  19 | - (EXFileSystemPermissionFlags)permissionsForURI:(NSURL *)uri;
> 20 | - (nonnull NSString *)generatePathInDirectory:(NSString *)directory withExtension:(NSString *)extension;
     |                                                                                             ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  21 | - (BOOL)ensureDirExistsWithPath:(NSString *)path;
  22 | 
  23 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:21:43)

  19 | - (EXFileSystemPermissionFlags)permissionsForURI:(NSURL *)uri;
  20 | - (nonnull NSString *)generatePathInDirectory:(NSString *)directory withExtension:(NSString *)extension;
> 21 | - (BOOL)ensureDirExistsWithPath:(NSString *)path;
     |                                           ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  22 | 
  23 | @end
  24 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXModuleRegistryAdapter.h:16:4)

  14 | @property (nonnull, nonatomic, readonly) EXModuleRegistryProvider *moduleRegistryProvider;
  15 | 
> 16 | - (instancetype)initWithModuleRegistryProvider:(nonnull EXModuleRegistryProvider *)moduleRegistryProvider
     |    ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  17 | __deprecated_msg("Expo modules are now automatically registered. You can remove this method call.");
  18 | 
  19 | - (nonnull NSArray<id<RCTBridgeModule>> *)extraModulesForModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:13:4)

  11 | @interface EXModulesProxyConfig : NSObject
  12 | 
> 13 | - (instancetype)initWithConstants:(nonnull NSDictionary *)constants
     |    ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  14 |                       methodNames:(nonnull NSDictionary *)methodNames
  15 |                      viewManagers:(nonnull NSDictionary *)viewManagerMetadata;
  16 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:29:62)

  27 | @interface EXNativeModulesProxy : NSObject <RCTBridgeModule>
  28 | 
> 29 | @property (nonatomic, strong, readonly) EXModulesProxyConfig *nativeModulesConfig;
     |                                                              ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  30 | 
  31 | - (nonnull instancetype)init;
  32 | - (nonnull instancetype)initWithModuleRegistry:(nullable EXModuleRegistry *)moduleRegistry;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:30)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                              ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:60)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                            ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:98)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                                                                  ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:120)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                                                                                        ^ block pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:161)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                                                                                                                                 ^ block pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] › Compiling Tuduu » Tuduu_vers.c
[RUN_FASTLANE] › Compiling Tuduu » AppDelegate.mm
[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXLegacyExpoViewProtocol.h:11:4)

   9 | @protocol EXLegacyExpoViewProtocol
  10 | 
> 11 | - (instancetype)initWithModuleRegistry:(nullable EXModuleRegistry *)moduleRegistry;
     |    ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  12 | 
  13 | @end
  14 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:20:57)

  18 | // TODO: Move permissionsForURI to EXFileSystemManagerInterface
  19 | - (EXFileSystemPermissionFlags)permissionsForURI:(NSURL *)uri;
> 20 | - (nonnull NSString *)generatePathInDirectory:(NSString *)directory withExtension:(NSString *)extension;
     |                                                         ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  21 | - (BOOL)ensureDirExistsWithPath:(NSString *)path;
  22 | 
  23 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:20:93)

  18 | // TODO: Move permissionsForURI to EXFileSystemManagerInterface
  19 | - (EXFileSystemPermissionFlags)permissionsForURI:(NSURL *)uri;
> 20 | - (nonnull NSString *)generatePathInDirectory:(NSString *)directory withExtension:(NSString *)extension;
     |                                                                                             ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  21 | - (BOOL)ensureDirExistsWithPath:(NSString *)path;
  22 | 
  23 | @end

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXFileSystemInterface.h:21:43)

  19 | - (EXFileSystemPermissionFlags)permissionsForURI:(NSURL *)uri;
  20 | - (nonnull NSString *)generatePathInDirectory:(NSString *)directory withExtension:(NSString *)extension;
> 21 | - (BOOL)ensureDirExistsWithPath:(NSString *)path;
     |                                           ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  22 | 
  23 | @end
  24 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXModuleRegistryAdapter.h:16:4)

  14 | @property (nonnull, nonatomic, readonly) EXModuleRegistryProvider *moduleRegistryProvider;
  15 | 
> 16 | - (instancetype)initWithModuleRegistryProvider:(nonnull EXModuleRegistryProvider *)moduleRegistryProvider
     |    ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  17 | __deprecated_msg("Expo modules are now automatically registered. You can remove this method call.");
  18 | 
  19 | - (nonnull NSArray<id<RCTBridgeModule>> *)extraModulesForModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:13:4)

  11 | @interface EXModulesProxyConfig : NSObject
  12 | 
> 13 | - (instancetype)initWithConstants:(nonnull NSDictionary *)constants
     |    ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  14 |                       methodNames:(nonnull NSDictionary *)methodNames
  15 |                      viewManagers:(nonnull NSDictionary *)viewManagerMetadata;
  16 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:29:62)

  27 | @interface EXNativeModulesProxy : NSObject <RCTBridgeModule>
  28 | 
> 29 | @property (nonatomic, strong, readonly) EXModulesProxyConfig *nativeModulesConfig;
     |                                                              ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  30 | 
  31 | - (nonnull instancetype)init;
  32 | - (nonnull instancetype)initWithModuleRegistry:(nullable EXModuleRegistry *)moduleRegistry;

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:30)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                              ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:60)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                            ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:98)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                                                                  ^ pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:120)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                                                                                        ^ block pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] 
⚠️  (/Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/Headers/EXNativeModulesProxy.h:35:161)

  33 | - (nonnull instancetype)initWithCustomModuleRegistry:(nonnull EXModuleRegistry *)moduleRegistry;
  34 | 
> 35 | - (void)callMethod:(NSString *)moduleName methodNameOrKey:(id)methodNameOrKey arguments:(NSArray *)arguments resolver:(RCTPromiseResolveBlock)resolve rejecter:(RCTPromiseRejectBlock)reject;
     |                                                                                                                                                                 ^ block pointer is missing a nullability type specifier [-Wnullability-completeness]
  36 | 
  37 | @end
  38 | 

[RUN_FASTLANE] › Linking   Tuduu » Tuduu
[RUN_FASTLANE] ⚠️  ld: method '+moduleName' in category from /Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/ExpoModulesCore(ExpoBridgeModule-08dce41407a8ebfe90d0b28323b1d87f.o) overrides method from class in /Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/ExpoModulesCore/ExpoModulesCore.framework/ExpoModulesCore(ExpoBridgeModule-c7956a6310fc3c21ba81700839e92c0f.o)
[RUN_FASTLANE] ⚠️  ld: method '+UIUserInterfaceStyle:' in category from /Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/RNDateTimePicker/RNDateTimePicker.framework/RNDateTimePicker(RNDateTimePickerManager.o) conflicts with same method from another category
[RUN_FASTLANE] ⚠️  ld: method '+UIStatusBarAnimation:' in category from /Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/RNScreens/RNScreens.framework/RNScreens(RNSScreen.o) conflicts with same method from another category
[RUN_FASTLANE] ⚠️  ld: method '+UIDatePickerMode:' in category from /Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/React-Core/React.framework/React(RCTDatePickerManager.o) conflicts with same method from another category
[RUN_FASTLANE] › Generating debug Tuduu » Tuduu.app.dSYM
[RUN_FASTLANE] › Executing Tuduu » Bundle React Native code and images
[RUN_FASTLANE]     the transform cache was reset.
[RUN_FASTLANE] 
❌  error: File /Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/BuildProductsPath/Release-iphoneos/Tuduu.app/main.jsbundle does not exist. This must be a bug with React Native, please report it here: https://github.com/facebook/react-native/issues


[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 '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-bridging' 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 '[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] ▸ ** ARCHIVE FAILED **
[RUN_FASTLANE] ▸ The following build commands failed:
[RUN_FASTLANE] ▸ 	PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/Tuduu.build/Release-iphoneos/Tuduu.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'Tuduu' from project 'Tuduu')
[RUN_FASTLANE] ▸ (1 failure)
[RUN_FASTLANE] ** ARCHIVE FAILED **
[RUN_FASTLANE] 
[RUN_FASTLANE] 
[RUN_FASTLANE] The following build commands failed:
[RUN_FASTLANE] 	PhaseScriptExecution Bundle\ React\ Native\ code\ and\ images /Users/fbonizzi/Library/Developer/Xcode/DerivedData/Tuduu-gjhabvawibxuhjeorfvvjlcxzomk/Build/Intermediates.noindex/ArchiveIntermediates/Tuduu/IntermediateBuildFilesPath/Tuduu.build/Release-iphoneos/Tuduu.build/Script-00DD1BFF1BD5951E006B06BC.sh (in target 'Tuduu' from project 'Tuduu')
[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.211.0                 |
[RUN_FASTLANE] | sdk         | iPhoneOS16.2.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: 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.
[CLEAN_UP_CREDENTIALS] Destroying keychain - /var/folders/my/l9fdzpvs02q5jsgr0pj6m7nr0000gn/T/turtle-v2-663149ee-27cf-4460-8ab3-a2b3617aea6d.keychain
[CLEAN_UP_CREDENTIALS] Removing provisioning profile

Build failed
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.
    Error: npx exited with non-zero code: 1

@FrancescoBonizzi
Copy link

SOLVED!

For anyone: the problem wasn't .gitignore or .easignore, it was that that image that was "missing" had an accent, "Alì---Aliper.jpg". I renamed it to remove the accent and now it is working.

Very weird error. Please, print a better error during build time!

@kabaljit
Copy link

@FrancescoBonizzi I am facing the same error, so do I need to look for a missing Image?

@FrancescoBonizzi
Copy link

@FrancescoBonizzi I am facing the same error, so do I need to look for a missing Image?

Make the build online, uploaded to eas servers. The download Xcode logs and search for some errors there!

@badams77-cpu
Copy link

Was still happening for me locally with expo 47.0.13 this weekend.
was created Xcode scripts with errors for running the launchPackage.commend

To fix, open you project in Xcode, Go to build phases,
then in line 17 of the Bundle React Native code and images, put, open $NODE_BINARY --print '/Users/YOUR_USERNAME/YOUR_PROJECT/node_modules/react-native/scripts/launchPackager.command' || echo "Can't start packager automatically"

Then also in Build Phase Script, start packager, line 17,
The same line,'/Users/YOUR_USERNAME/YOUR_PROJECT/node_modules/react-native/scripts/launchPackager.command'` || echo "Can't start packager automatically"

The Xcode project well then build. I haven't got the "EAS local build" to work yet, as Xcode was saving the new scripts to the /Users/MyUser/Library/Developer/Xcode/DerivedData and not to "Expo/Eas IOS directory" for my project:

Anyone know how to make Xcode save the scripts to there?

@wflanagan
Copy link

Dealing with this same issue.. +1 on this still being a problem.

@jeltehomminga
Copy link

I'm having the same issue, failing the build with eas. I am using expo managed workflow so don't have option to make changes in xCode for the eas build. Is there any workaround? How can we get this issue open again?

@badams77-cpu
Copy link

Updated expo to v48, getting the same error "main.jsbundle" does not exist, under 48 as 47.

@wflanagan
Copy link

wflanagan commented Mar 2, 2023

For me, this was that there was a compiler error buried in the FASTLANE logs. I had used a fairly modern Javascript "usage" (i.e. x ||= y) and that wasn't interpreted well by FASTLANE. When I changed my Javascript to a more normal/old javascript construct, I was able to compile.

@badams77-cpu
Copy link

The app.json setting "bitcode":false, seem to fix this,
Additionally I was missing my Gymfile. Working now.

@cspeer
Copy link

cspeer commented Apr 5, 2023

If you're still having this issue, this might work: expo/expo#21542 (comment)

@Tudiman555
Copy link

Tudiman555 commented Apr 6, 2023

@cspeer Yes it worked for me. Thank you
Edit : By the way i was not making a build locally instead on eas servers
Expo Sdk : 47.0.8

@Morbe17
Copy link

Morbe17 commented Apr 14, 2023

@FrancescoBonizzi is correct.

Download your Xcode log on your expo build details page. You will find imports with special characters (maybe in spanish?) and xcode is unable to find them. Just replace them.

@FrancescoBonizzi
Copy link

@FrancescoBonizzi is correct.

Download your Xcode log on your expo build details page. You will find imports with special characters (maybe in spanish?) and xcode is unable to find them. Just replace them.

Done! That was the problem.

Thanks!

@wissamardah
Copy link

having the same issue but on non local. I don't know how to get fastlane to generate a main.jsbundle

have you figured it out???

@igorSysmap
Copy link

SOLVED!

For anyone: the problem wasn't .gitignore or .easignore, it was that that image that was "missing" had an accent, "Alì---Aliper.jpg". I renamed it to remove the accent and now it is working.

Very weird error. Please, print a better error during build time!

SOLVED!
I renamed "botãoExpandir.svg" to "botaoExpandir.svg" and now i was finally able to build. thanks @FrancescoBonizzi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working eas build
Projects
None yet
Development

No branches or pull requests