mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
89b7bd4e5e
Summary: In https://github.com/facebook/react-native/commit/7a6f116ed49b9671a2245aff878c1126f4798e7b, IntegrationsTests.m got renamed but for some reason the xcode project still referenced that file and broke the tests. I opened xcode, found the red file, deleted it and saved. Tests are now passing again :) I already landed it: https://github.com/facebook/react-native/commit/f9b2709c8d39b1ec6f729d315855f05d427ab75b Reviewed By: @vjeux Differential Revision: D2424063