-
Notifications
You must be signed in to change notification settings - Fork 927
Open
Labels
questionFurther information is requestedFurther information is requested
Description
@thymikee @szymonrybczak @huntie
I am facing an issue. When we run the command run-ios, it uses a new arch-enabled flag via the getArchitecture function, which references Pods/Pods.xcodeproj/project.pbxproj. However, if someone runs the command pod-deintegrate, then running the run-ios command will always use the legacy architecture (fallback if file not found). Can you please check this?
RCT_NEW_ARCH_ENABLED=1 pod install
This command can be run before, but it is giving a deprecation message on React Native 0.79. It is suggested to run run-ios directly.
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested