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

xCode 10 multiple command produce #112

Closed
havebeenfitz opened this issue Sep 25, 2018 · 18 comments
Closed

xCode 10 multiple command produce #112

havebeenfitz opened this issue Sep 25, 2018 · 18 comments

Comments

@havebeenfitz
Copy link

havebeenfitz commented Sep 25, 2018

Hello, I'm having this issue with the new xcode.

`
Showing All Messages
-1: Multiple commands produce 'Products/Dev-iphonesimulator/FDTake/FDTake.framework/Info.plist':

  1. Target 'FDTake' (project 'Pods') has copy command from '.../FDTake/Source/Info.plist' to '/.../Build/Products/Dev-iphonesimulator/FDTake/FDTake.framework/Info.plist'
  2. Target 'FDTake' (project 'Pods') has process command with output '/...Build/Products/Dev-iphonesimulator/FDTake/FDTake.framework/Info.plist'
    `

It's doubling plist files. THe issue can be resolved by deleting corresponding plist from the pod target. But with each pod install or xcode launch it switches back to previous state. Could you please take a look?

@abdulla-allaith
Copy link

+1

@GalaevAlexey
Copy link

same here

@abdulla-allaith
Copy link

is this library abandoned?! @fulldecent

@fulldecent
Copy link
Owner

This library is actively used. I just have not used it on the latest Xcode yet. Feedback and pull requests welcome. I personally am preparing for a conference and cannot look at this.

@LivioGama
Copy link

LivioGama commented Oct 19, 2018

In the meantime, does anybody know any alternative to this library?

@fulldecent
Copy link
Owner

Right now I am updating to Xcode 10 and see that Cocoapods does not officially support Xcode 10 yet.

This project is mature and supports only released versions of Xcode and cocoapods.

@havebeenfitz Can you please confirm what versions of Xcode and cocoapods (or other integration method) you are using?

@fulldecent
Copy link
Owner

GitHub is down today. Please check out version 2.0.1 if you get a chance. Minor changes, but I do want to make it a release.

@LivioGama
Copy link

Checking version 2.0.1

@LivioGama
Copy link

I have
Showing All Errors Only
👎 Multiple commands produce '/Users/livio/Library/Developer/Xcode/DerivedData/CloseUp-aliasnfsttlvqrdgagsqskjwjoww/Build/Products/Debug-iphonesimulator/FDTake/FDTake.framework/Info.plist':

  1. Target 'FDTake' (project 'Pods') has copy command from '/Users/livio/Documents/closeup-ios/Pods/FDTake/Source/Info.plist' to '/Users/livio/Library/Developer/Xcode/DerivedData/App-aliasnfsttlvqrdgagsqskjwjoww/Build/Products/Debug-iphonesimulator/FDTake/FDTake.framework/Info.plist'

  2. Target 'FDTake' (project 'Pods') has process command with output '/Users/livio/Library/Developer/Xcode/DerivedData/App-aliasnfsttlvqrdgagsqskjwjoww/Build/Products/Debug-iphonesimulator/FDTake/FDTake.framework/Info.plist'

@havebeenfitz
Copy link
Author

I'm using release version of Xcode 10 and beta 1.6.0 of cocoapods

@LivioGama
Copy link

@fulldecent indeed the fix is simple : in the library build settings > build phase, you just remove Info.plist then it compiles. Alternatively : go on the Info.plist, uncheck the target membership and it will compile.

@fulldecent
Copy link
Owner

For me this is already off

screen shot 2018-10-22 at 8 03 38 pm

My test case is using the project and example app directly.

@LivioGama
Copy link

So it has to do with the way the library is build on cocoapods because on the pod install it's definitely checked
capture d ecran 2018-10-23 a 10 05 10

@emirbeytekin
Copy link

emirbeytekin commented Oct 23, 2018

not workin in xcode 10

@fulldecent
Copy link
Owner

Can anybody please confirm if this issue affects consumers using the Carthage integration method?

@fulldecent
Copy link
Owner

It seems this issue only affects pre-release configurations on Xcode + CocoaPods. Closing issue for now. Please reopen if non-CocoaPods targets are affected.

Updated documentation to state this policy: 81ab765

@LivioGama
Copy link

I'm using release version of Xcode 10 and release 1.5.2 of cocoapods. Not sure it's related to pre-release

@fulldecent
Copy link
Owner

Right now Xcode 10 not listed as a support version from CocoaPods as per https://cocoapods.org.

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

No branches or pull requests

6 participants