Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes template build failed in release mode (#25751)
Summary: Fixes #25745, Xcode stripped dead code in Release mode, and in template test code, it should only run in Debug mode, so we can use a macro to fix this issue. ## Changelog [iOS] [Fixed] - Fixes template build failed in release mode Pull Request resolved: #25751 Test Plan: 1. Create a new project using `react-native init AwesomProject`. 2. Change project target scheme to `Release`. 3. Build and it should success. Differential Revision: D16442643 Pulled By: TheSavior fbshipit-source-id: f08ed70523aa1aa418064465f8df367a06e8974f
- Loading branch information