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

Fix for CocoaPods 1.10.0

Open alexander-vorobyev-corp-mail opened this issue 5 years ago • 1 comments
trafficstars

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.

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

iOSleep avatar Mar 08 '22 07:03 iOSleep