Skip to content

pod install fails when --repo-update is also specified #152

Closed as not planned
@tido64

Description

@tido64

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:

at_exit { File.delete(podspec_path) if File.exist?(podspec_path) }

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingplatform: iOSThis affects iOSplatform: macOSThis affects macOSreleasedupstreamThis should be fixed/reported upstream

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions