Skip to content

Prebuilt framework not generated for local Pods. #33

Closed
@mdelmaestro

Description

@mdelmaestro

First of all, this is awesome! Thanks for this plugin!

In the project I'm testing this plugin I've got some Local Pods that, for some reason don't get prebuilt.
What I'm seeing is that Pods like "Alamofire" get built and are in the "_Prebuild" folder but the others are not.

platform :ios, '11.0'
source 'https://github.com/CocoaPods/Specs'

target 'TestProject' do
  use_frameworks!
  all_binary!
  pod 'LocalPod', path: './LocalPod'
  pod 'Alamofire'
end

Am I doing something wrong or local pods are handled differently?

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionFurther information is requested

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions