-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
[🐛] RCTAppDelegate.h file not found #7627
Comments
Not sure if this is related to ARM (M1) or not, though. |
For some reason it does build now, not sure what changed. Closing for now. |
The same issue occurs with a clean project using https://github.com/react-native-community/reproducer-react-native and React Native v0.76.1. It builds fine unless I add The result is "RCTAppDelegate.h file not found." |
And yet, this fully automated starts-from-scratch build failure reproducer I have for react-native-firebase works - https://github.com/mikehardy/rnfbdemo/blob/main/make-demo.sh Somewhere, somehow, a step is missing. A read of the script I just linked might show what step, since it performs each step programmatically from react-native init through a build |
Forgot to add that our main project repo used to work fine on macOS 14 and Xcode 15. It got broken after the update to macOS 15 and Xcode 16, using ARM (M1) as well. I will be testing your script shortly. |
@mikehardy Thanks, the demo you provided builds successfully (I only had to add
to run it on the simulator). I noticed it uses the latest CocoaPods. I'm going to try to update them. I haven't noticed any other differences so far except for using Yarn instead of npm, but I guess it shouldn't affect anything. I will be comparing other things after updating CocoaPods. |
Issue
Hi there, in a clean app (created as such;
npx react-native@latest init AwesomeProject
) and following the steps for iOS linking, I am getting the following error after building the project in Xcode;My Podfile is provided below.
The
pod install
command ran without any issues.Project File
package.json
:iOS
Click To Expand
ios/Podfile
:AppDelegate.m
:Environment
Click To Expand
react-native info
output:react-native-firebase
version you're using that has this issue:e.g. 5.4.3
Firebase
module(s) you're using that has the issue:e.g. Instance ID
TypeScript
?Y/N
&VERSION
React Native Firebase
andInvertase
on Twitter for updates on the library.The text was updated successfully, but these errors were encountered: