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

No Mac platform support #6

Closed
lauritzsh opened this issue Mar 6, 2016 · 6 comments
Closed

No Mac platform support #6

lauritzsh opened this issue Mar 6, 2016 · 6 comments

Comments

@lauritzsh
Copy link

Hi, I am using Carthage and I unfortunately see no Zip.framework for Mac. I am curious if this is intentional or why there is no scheme for OS X. Would be really useful. Thanks.

*** Skipped building Zip due to the error:
Dependency "Zip" has no shared framework schemes for any of the platforms: Mac

If you believe this to be an error, please file an issue with the maintainers at https://github.com/marmelroy/Zip/issues/new
@tbaranes
Copy link

tbaranes commented Mar 7, 2016

+1

@marmelroy
Copy link
Owner

Good idea. On it.

@marmelroy
Copy link
Owner

Solved by 9048a88

@lauritzsh
Copy link
Author

Thank you! 👍

@lauritzsh
Copy link
Author

Hi, I am unfortunately still getting

$ carthage update --platform mac
*** Fetching Zip
*** Fetching Alamofire
*** Checking out Alamofire at "3.2.1"
*** Checking out Zip at "0.3.1"
*** xcodebuild output can be found in /var/folders/9_/mvq9n5cx1j90mk4h1q_1gky80000gn/T/carthage-xcodebuild.nKlQrh.log
*** Building scheme "Alamofire OSX" in Alamofire.xcworkspace
*** Skipped building Zip due to the error:
Dependency "Zip" has no shared framework schemes for any of the platforms: Mac

If you believe this to be an error, please file an issue with the maintainers at https://github.com/marmelroy/Zip/issues/new

I have tried bootstrap as well. Am I doing anything wrong with Carthage? Tried removing the entire Carthage folder with its Build and Checkout directories.

My Cartfile is pretty simple and should be using newest version

$ cat Cartfile
github "Alamofire/Alamofire" ~> 3.2.1
github "marmelroy/Zip" ~> 0.3

$ cat Cartfile.resolved
github "Alamofire/Alamofire" "3.2.1"
github "marmelroy/Zip" "0.3.1"

Thanks!

@marmelroy
Copy link
Owner

That's my fault. I forgot Carthage needs the osx target to be 'shared'. Should be fixed with 0.3.2.

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