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

SPM: XCode 11 only available in iOS 9 errors #271

Closed
coffee-cup opened this issue Nov 2, 2019 · 2 comments
Closed

SPM: XCode 11 only available in iOS 9 errors #271

coffee-cup opened this issue Nov 2, 2019 · 2 comments
Assignees
Labels
Milestone

Comments

@coffee-cup
Copy link

I am using SwiftLocation in my app via the swift package manager.

image

I have XCode 11/Swift 5 with the deployment target set to 13.2

image

When I build I am getting multiple "only available in iOS 9+" errors

image

I have no idea why these errors are occurring because the minimum deployment target should be greater than iOS 9. This may not be an issue with SwiftLocation itself, but I wasn't sure where else to ask/look. Any help or advice on fixing this would be greatly appreciated.

@phongleq
Copy link
Contributor

phongleq commented Nov 8, 2019

He forgot to add a minimum to the package file. I created a PR that should fix this. #274

@malcommac
Copy link
Owner

Merged for 4.2.0
Thank you @phongleq

@malcommac malcommac self-assigned this Nov 17, 2019
@malcommac malcommac added the bug label Nov 17, 2019
@malcommac malcommac added this to the 4.2.0 milestone Nov 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants