mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-01-12 22:50:10 +08:00
Summary: Each time, when I run `iOS` tests like `RNTesterIntegrationTests`, Xcode will copy the bundle in `DerivedData` directory, and we added `RNTesterUnitTestsBundle.js` to bundle, so it leads `Haste module naming collision`, I think we can add `DerivedData` directory to blacklist. <img width="752" alt="c7d7dcbd-6507-481a-a8ef-64f16fec3a6f" src="https://user-images.githubusercontent.com/5061845/53960917-6888cc80-4122-11e9-9d1d-faac97f73a26.png"> [iOS] [Fixed] - Add DerivedData to BLACKLISTED_PATTERNS for haste paths Pull Request resolved: https://github.com/facebook/react-native/pull/23807 Differential Revision: D14436103 Pulled By: cpojer fbshipit-source-id: fa4bbd87d429f70167253aa38ff20049c9df58b4