Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for CocoaPods 1.10.0 #133

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

alexander-vorobyev-corp-mail

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
Copy link

iOSleep commented Mar 8, 2022

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants