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

Missing the file “ValueTrackingSliderTests-Info.plist” #29

Closed
BanditsBacon opened this issue Nov 20, 2014 · 6 comments
Closed

Missing the file “ValueTrackingSliderTests-Info.plist” #29

BanditsBacon opened this issue Nov 20, 2014 · 6 comments

Comments

@BanditsBacon
Copy link

If i try pod try ASValueTrackingSlider and try to build the xcode project i run in this failure.
`error: could not read data from '/tmp/CocoaPods/Try/ASValueTrackingSlider/Example/ValueTrackingSliderTests/ValueTrackingSliderTests-Info.plist': The file “ValueTrackingSliderTests-Info.plist” couldn’t be opened because there is no such file.``
The same when i download the Project as zip and try to build the example project.

Cheers

@alskipp
Copy link
Owner

alskipp commented Nov 20, 2014

Hmmm, that looks like a cocoa pods error as it's looking for a file in a tmp directory. It's strange that it also occurs with the zipped project too. Have you tried nuking the build folder - clean project in Xcode and delete build resources etc?

@BanditsBacon
Copy link
Author

Yes i tried it (clean, delete) but no success.
I test it also with the release Version 0.9.4 and 0.9.3 which brings me the same failure.

@alskipp
Copy link
Owner

alskipp commented Nov 25, 2014

I'm not sure what to suggest. It looks like you've hit a bug with Xcode/CocoaPods. If you manually copy the 4 source files into a project I'm sure that should work - though I appreciate that this is not an ideal solution.

@BanditsBacon
Copy link
Author

Oh sorry i forgot to mention two things.

  1. I tested it on two different Machines, one with Yosemite and one with Mavericks, but with the same Cocoapods 0.34.4 version and the same Xcode Version. I run in the exact same failure.
  2. If i install it via pod 'ASValueTrackingSlider' it works like expect.

So it's strange, that the failure only appears when i download the project as zip or pod try ASValueTrackingSlider

@colasbd
Copy link

colasbd commented Mar 31, 2015

I have the same issue when downloading the .zip folder.

An idea: it is the TEST plist that is missing...

So, a solution is to remove the "test target" from the targets... it works for me.
capture d ecran 2015-03-31 a 16 29 26

@alskipp
Copy link
Owner

alskipp commented Apr 17, 2015

With the latest release this annoying issue should have vanished.

@alskipp alskipp closed this as completed Apr 17, 2015
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

3 participants