Error build iOS App with Expo (Asyncstorage file not found)

Hello everyone, since fews days I have an error when it s come to build my ios application with expo (the android application works correctly), during the fastlane build I have #import <React/RCTAsyncLocalStorage.h> | ^ 'React/RCTAsyncLocalStorage.h' file not found inside EXDevLauncherController.m
I tryied to follow the troubleshoot part of the asynclocalstorage documentation: (Troubleshooting | Async Storage) but I still have the same error.

Here my config
System:
OS: macOS 13.1
CPU: (8) arm64 Apple M2
Memory: 87.91 MB / 8.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 18.12.1 - /usr/local/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 8.19.2 - /usr/local/bin/npm
Watchman: 2023.01.16.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1
Android SDK: Not Found
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9014738
Xcode: 14.2/14C18 - /usr/bin/xcodebuild
Languages:
Java: 1.8.0_292 - /Users/benjaminraymond/.jenv/shims/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.1 => 0.71.1
react-native-macos: Not Found

If you have any idea about how can I fix it please let me know ! Thanks in advance

I am running into the same issue when I added expo-dev-client. It includes expo-dev-launcher

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