upgrade-support: RCTAppDelegate.h file not found after upgrading from 0.70.6 to 0.71.4
Environment
System:
OS: macOS 12.5
CPU: (8) arm64 Apple M1
Memory: 164.19 MB / 8.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.18.1 - /opt/homebrew/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 8.19.2 - /opt/homebrew/bin/npm
Watchman: 2022.10.31.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.12.0 - /Users/rodrigoschneider/.rbenv/shims/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1
Android SDK:
API Levels: 31, 33
Build Tools: 29.0.3, 30.0.3, 31.0.0
System Images: android-33 | Google APIs ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9123335
Xcode: 14.2/14C18 - /usr/bin/xcodebuild
Languages:
Java: 17.0.1 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.4 => 0.71.4
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found
Things I’ve done to figure out my issue
- I used upgrade-helper to do my upgrade.
Upgrading version
From 0.70.6 to 0.71.4
Description
After upgrading everything as described in the RN Upgrade Helper Guide, even though I have entirely deleted my node_modules, yarn.lock, cleaned/deleted everything related to the Pods, I’m not able to build successfully my app with the following issue being presented on Xcode:
'RCTAppDelegate.h' file not found
Here is what’s inside my AppDelegate.h
:
#import <RCTAppDelegate.h>
#import <UIKit/UIKit.h>
@interface AppDelegate : RCTAppDelegate
@end
Reproducible demo
Unfortunately I can’t recreate a reproducible demo for this app. Just one thing that might help is that I’m currently using the react-native-firebase lib which asks me to do some changes in some iOS files as described here these are just the difference that my app has regarding the iOS files. Other than that, all looks the same as the Upgrade Guide.
About this issue
- Original URL
- State: open
- Created a year ago
- Reactions: 1
- Comments: 19
I give a try again following these steps again and using Xcode that build was still failing, but when trying to run directly the
react-native run-ios
command it has built successfully and worked.Please check this issue: https://github.com/facebook/react-native/issues/35818