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

"...minimum platform version 15.5 for the iOS platform..." #671

Open
olibar27 opened this issue Mar 28, 2023 · 1 comment
Open

"...minimum platform version 15.5 for the iOS platform..." #671

olibar27 opened this issue Mar 28, 2023 · 1 comment

Comments

@olibar27
Copy link

Steps to reproduce

  1. Add SwiftXLSX
  2. Add ZipArchive
  3. = Error "The package product 'ZipArchive' requires minimum platform version 15.5 for the iOS platform, but this target supports 11.0"

Expected behavior

Error should not occur because Deployment target is set to 16.2!

Actual behavior

See Error above.

Version of ZipArchive

2.5.4

Environmental information

Xcode 14.2 using SwiftUI 5.7

@Coeur
Copy link
Member

Coeur commented Jul 22, 2023

Well, how did you "Add ZipArchive"?

  • CocoaPods? Then configure the min target in your .podfile
  • Carthage? Then configure it in your .cartfile I suppose?
  • Subproject? Then configure the deployment target of your subproject.

Deployment targets of the main Xcode project doesn't automatically supersedes or overrides those of dependencies.

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

2 participants