cocoapods-binary icon indicating copy to clipboard operation
cocoapods-binary copied to clipboard

Different binary states for different subspecs of the same pod leads to many problems

Open leavez opened this issue 6 years ago • 1 comments

target 't' do 
    pod 'A/sub1' , :binary => true
    pod 'A/sub2'
end

The preuilt A.framework will contain no sub2 content.

target 't' do 
    pod 'A/sub1' , :binary => true
    pod 'A/sub2'
end
target 'p' do 
    pod 'A/sub3' , :binary => true
end

It will crash on prebuilt stage of a second pod install.

leavez avatar Apr 27 '19 13:04 leavez

@leavez any news?

marciogranzotto avatar Oct 19 '20 22:10 marciogranzotto