leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Fix for CocoaPods 1.10.0 #133

Open alexander-vorobyev-corp-mail opened 3 years ago

alexander-vorobyev-corp-mail commented 3 years ago

When updating to Cocoapods 1.10.0, building errors began to appear:

Multiple commands produce:
That command depends on command in Target: script phase “[CP] Copy dSYMs”

and

Multiple commands produce:
That command depends on command in Target: script phase “[CP] Copy XCFrameworks”

As I understand it, there are problems with the subspecs. This request solves these problems.

iOSleep commented 2 years ago

i use your for I've been using your branch for a while and noticed that when I update a pod, there is no replacement in prebuild (look at the modification time). Currently I can only use it by removing before updating.

install! 'cocoapods',
  :generate_multiple_pod_projects => true,
  :disable_input_output_paths => true, 
  :incremental_installation => true