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

Trying to build a command line tool #69

Closed
ristkof opened this issue Feb 21, 2020 · 3 comments · Fixed by #73
Closed

Trying to build a command line tool #69

ristkof opened this issue Feb 21, 2020 · 3 comments · Fixed by #73
Labels
bug Something isn't working help wanted Extra attention is needed

Comments

@ristkof
Copy link
Contributor

ristkof commented Feb 21, 2020

When creating a command line tool in Xcode 11.3.1 and adding the package dependency for appstoreconnect-swift-sdk as specified in the README, compilation fails with errors of API's that are only available in macOS 10.12 or newer (iso8601 JSON decoding strategy for instance).

My deployment target for my command line tool is macOS 10.15 so I don't see why that should be a problem.

I do not know how to change the appstoreconnect-swift-sdk package to have a minimum deployment target of macOS 10.15 so I do not know how to resolve this.

@gholias
Copy link

gholias commented Feb 21, 2020

I'm having the same problem.

@AvdLee
Copy link
Owner

AvdLee commented Feb 29, 2020

This most likely has something to do with the Package setup. I'll see what I can do to fix this.

@AvdLee AvdLee added bug Something isn't working help wanted Extra attention is needed labels Feb 29, 2020
@AvdLee AvdLee mentioned this issue Mar 8, 2020
6 tasks
@AvdLee AvdLee closed this as completed in #73 Mar 8, 2020
@SwiftLeeBot
Copy link
Collaborator

The pull request #73 that closed this issue was merged and released as part of Release 1.0.0 🚀
Please let us know if the functionality works as expected as a reply here. If it does not, please open a new issue. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working help wanted Extra attention is needed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants