Closed as not planned
Description
pod install
works fine. Install only fails with --repo-update
.
Repro Steps
From latest master (c2a4ce1), run:
cd example
yarn
pod install --project-directory=ios --repo-update
Expected: Successful install
Actual: Install fails with the following message:
[!] No podspec found for `ReactTestApp-Resources` in `..`
Workaround
Remove the following line:
react-native-test-app/ios/test_app.rb
Line 122 in c2a4ce1