MatthewYork / DateTools

Dates and times made easy in iOS
MIT License
7.22k stars 950 forks source link

carthage install fail #195

Open tinpont opened 7 years ago

tinpont commented 7 years ago

detail:

xcodebuild: error: Unable to read project 'DateToolsExample.xcodeproj' from folder '.../project/Carthage/Checkouts/DateTools/Examples/DateToolsExample'. Reason: Project ../project/Carthage/Checkouts/DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj cannot be opened because it is missing its project.pbxproj file.

DennisMostajo commented 7 years ago

Any Help? I Have the same Issue please!

tinpont commented 7 years ago

For who running into same issue, please update your Cartfile with

github "MatthewYork/DateTools" ~> 1.7
mark-anders commented 7 years ago

It would be great to get this fixed. I'm getting it too for all versions from 2.0.0. What works for me is:

github "MatthewYork/DateTools" "2.0.0-beta.3"
tbaranes commented 7 years ago

Same here. Any updates on this?

floriangbh commented 7 years ago

Bump 👍

walsht commented 7 years ago

Bump

RobertoRiquelme commented 7 years ago

Anyone?

3a4oT commented 7 years ago

Hey, any pointers how to fix it?

tomaskraina commented 6 years ago

I'm seeing the same issue with the latest 4.0.0 release:

A shell task (/usr/bin/xcrun xcodebuild -project /Users/tomkraina/Developer/Carthage/Checkouts/DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj CODE_SIGNING_REQUIRED=NO CODE_SIGN_IDENTITY= CARTHAGE=YES -list) failed with exit code 74:
xcodebuild: error: Unable to read project 'DateToolsExample.xcodeproj' from folder '/Users/tomkraina/Developer/Carthage/Checkouts/DateTools/Examples/DateToolsExample'.
    Reason: Project /Users/tomkraina/Developer/Carthage/Checkouts/DateTools/Examples/DateToolsExample/DateToolsExample.xcodeproj cannot be opened because it is missing its project.pbxproj file.
elliotekj commented 6 years ago

Specifying the swift branch got me past this error:

github "MatthewYork/DateTools" "swift"
Jeehut commented 5 years ago

Hey everyone, I just added Carthage support for the latest master (4.0.0) which fixes this issue as well. You will be able to install DateTools as expected once https://github.com/MatthewYork/DateTools/pull/278 is merged.

In the meantime you can use my fork by using this Cartfile entry:

github "Dschee/DateTools" "master"

I hope this helps!