You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems a good project and might help me a lot. But I am new to Swift and when I try to use the project by CocoaPods, I met this issue:
Multiple commands produce '/Users/xxx/Library/Developer/Xcode/DerivedData/AwesomeSwift-gwrhfhjjhyzolwchuibedhrzuxhp/Build/Products/Debug-iphoneos/MarkdownTextView/MarkdownTextView.framework/Info.plist'
Target 'MarkdownTextView' (project 'Pods') has copy command from '/Users/xxx/Desktop/repo/ios/AwesomeSwift/AwesomeSwift/Pods/MarkdownTextView/MarkdownTextView/Info.plist' to '/Users/shouhwang/Library/Developer/Xcode/DerivedData/AwesomeSwift-gwrhfhjjhyzolwchuibedhrzuxhp/Build/Products/Debug-iphoneos/MarkdownTextView/MarkdownTextView.framework/Info.plist'
Target 'MarkdownTextView' (project 'Pods') has process command with output '/Users/xxx/Library/Developer/Xcode/DerivedData/AwesomeSwift-gwrhfhjjhyzolwchuibedhrzuxhp/Build/Products/Debug-iphoneos/MarkdownTextView/MarkdownTextView.framework/Info.plist'
Env:
XCode: Version 15.0 (15A240d)
Pod: 1.15.2
There is my Podfile configuration:
pod "MarkdownTextView", :git => '[email protected]:indragiek/MarkdownTextView.git', :tag => '1.0.1'
That would be very grateful if I can get any help here!
The text was updated successfully, but these errors were encountered:
This seems a good project and might help me a lot. But I am new to Swift and when I try to use the project by CocoaPods, I met this issue:
Env:
There is my Podfile configuration:
That would be very grateful if I can get any help here!
The text was updated successfully, but these errors were encountered: