-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
PromiseKit-SwifterSwift_Privacy conflict with SwifterSwift-SwifterSwift_Privacy #1349
Comments
fixed in this PR #1350 |
Try to add dependency via SPM, not via CocoaPods. In our case, SwifterSwift and other SDK that used SwifterSwift were both via CocoaPods. Moving SwifterSwift to SPM resolved the issue. |
Version 8.1.2 still cannot solve this problem. In my project, both SwifterSwift and PromiseKit are used. When executing packaging, Xcode will still report the above error, and PromiseKit-SwifterSwift_Privacy still exists in the project. |
@akovalov Thank you very much, your method can effectively solve my problem. |
Hello @MJ-BEN |
@RomanPodymov Thanks for your reply, unfortunately I can't use the master branch. According to our library management rules, I need to specify the version of each library, so I solve this problem by specifying commit now. |
xcode 15.4
when archive the project will show the error
Showing All Messages
Target 'PromiseKit-SwifterSwift_Privacy' (project 'Pods') has create directory command with output '/Users/xxx/Library/Developer/Xcode/DerivedData/xxx-bwmyfxhhjhmwbkbgrjpgazkmrkoo/Build/Intermediates.noindex/ArchiveIntermediates/xxx/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SwifterSwift_Privacy.bundle'
Showing All Messages
Target 'SwifterSwift-SwifterSwift_Privacy' (project 'Pods') has create directory command with output '/Users/xxx/Library/Developer/Xcode/DerivedData/xxx-bwmyfxhhjhmwbkbgrjpgazkmrkoo/Build/Intermediates.noindex/ArchiveIntermediates/xxx/IntermediateBuildFilesPath/UninstalledProducts/iphoneos/SwifterSwift_Privacy.bundle'
and when search the key workds SwifterSwift_Privacy.bundle in pods TARGETS PromiseKit-SwifterSwift_Privacy will show the result
The text was updated successfully, but these errors were encountered: