Yalantis / FoldingTabBar.iOS

Folding Tab Bar and Tab Bar Controller
https://yalantis.com
MIT License
3.68k stars 458 forks source link

Multiple commands produce #102

Closed CashNowOU closed 4 years ago

CashNowOU commented 4 years ago

After adding your pods to my project, Xcode start complaining about Multiple commands produce

Reporting a bug

here is the log i got on Build. `Multiple commands produce '/Users/TestUser/Library/Developer/Xcode/DerivedData/OnceMore-eskgmjdxgfqtuxhfxcnhbntqkupf/Build/Products/Debug-iphoneos/FoldingTabBar/FoldingTabBar.framework/Info.plist':

1) Target 'FoldingTabBar' (project 'Pods') has copy command from '/Users/TestUser/Desktop/PODS PROJECTS/TestUser Pods/OnceMore/Pods/FoldingTabBar/FoldingTabBar/Resources/Info.plist' to '/Users/TestUser/Library/Developer/Xcode/DerivedData/OnceMore-eskgmjdxgfqtuxhfxcnhbntqkupf/Build/Products/Debug-iphoneos/FoldingTabBar/FoldingTabBar.framework/Info.plist'

2) Target 'FoldingTabBar' (project 'Pods') has process command with output '/Users/TestUser/Library/Developer/Xcode/DerivedData/OnceMore-eskgmjdxgfqtuxhfxcnhbntqkupf/Build/Products/Debug-iphoneos/FoldingTabBar/FoldingTabBar.framework/Info.plist' `

just added pod and install and build my project.

What did you expect to happen?

i was using xcode 11 then ran project in xcode 10.1 cause it's not in swift 5. then i got this error. in xcode it simply complain about depreciation of swift 3

Please replace this with what you expected to happen.

Pods Environment :

Stack

   CocoaPods : 1.7.5
        Ruby : ruby 2.3.7p456 (2018-03-28 revision 63024) [universal.x86_64-darwin18]
    RubyGems : 2.5.2.3
        Host : Mac OS X 10.14.6 (18G103)
       Xcode : 11.1 (11A1027)
         Git : git version 2.21.0 (Apple Git-122)
Ruby lib dir : /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/lib
Repositories : master - https://github.com/CocoaPods/Specs.git @ 44ec851380e39f669a35d69244285e383f93b007

Installation Source

Executable Path: /usr/local/bin/pod

Plugins

cocoapods-clean       : 0.0.1
cocoapods-deintegrate : 1.0.4
cocoapods-plugins     : 1.0.0
cocoapods-search      : 1.0.0
cocoapods-stats       : 1.1.0
cocoapods-trunk       : 1.3.1
cocoapods-try         : 1.1.0

Podfile

# Uncomment the next line to define a global platform for your project
# platform :ios, '9.0'

target 'OnceMore' do
  # Comment the next line if you don't want to use dynamic frameworks
  use_frameworks!

  # Pods for OnceMore

  pod 'FoldingTabBar', '~> 1.2.1'
end