-
Notifications
You must be signed in to change notification settings - Fork 95
Closed as not planned
Labels
bugSomething isn't workingSomething isn't workingplatform: iOSThis affects iOSThis affects iOSplatform: macOSThis affects macOSThis affects macOSreleasedupstreamThis should be fixed/reported upstreamThis should be fixed/reported upstream
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
at_exit { File.delete(podspec_path) if File.exist?(podspec_path) } |
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingplatform: iOSThis affects iOSThis affects iOSplatform: macOSThis affects macOSThis affects macOSreleasedupstreamThis should be fixed/reported upstreamThis should be fixed/reported upstream