Skip to content

:vendor_project with multiple pods blocks #94

Closed
@jonmorehouse

Description

@jonmorehouse

When using 2 pods blocks, (this is often the case when including a gem such as afmotion)... the vendor project doesn't accurately carry through.

The following example shows a situation where the project won't build as a result of the headers_dirs not being accurately passed to the build cycle.

Motion::Project::App.setup do |app|
  # Use `rake config' to see complete project settings.
  app.name = 'test'

  app.pods do

    pod 'pop'

  end

  app.pods :headers_dir => "Headers/{AFNetworking,cineio-ios}" do
    pod 'AFNetworking'
    pod 'cineio-ios'
  end

end

I've tried to fix this with no luck with the following commit: jonmorehouse@7bc3f7e

Any ideas how we can solve this sort of issue?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions