Skip to content

pod install fails if pod not used by concrete target #58

Description

@openreply-dleinhaeuser

cocoapods version 1.2.1
cocoapods-rome version 0.8.0

Given a Podfile like the following:

platform :osx, '10.10'
use_frameworks!

plugin 'cocoapods-rome'

pod 'XcodeEditor'

I would expect pod install to download the XcodeEditor pod and install it in the Rome folder.
Instead I get the following error:

> bundle exec pod install
Analyzing dependencies
[!] The dependency `XcodeEditor` is not used in any concrete target.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions