Skip to content

[Help needed] Unable to use the Package in Xcode project #160

@manuelCarlos

Description

@manuelCarlos

Hi!

I tried using the package on a personal project but because the public API is annotated
with @available(macOS 9999, iOS 9999, tvOS 9999, watchOS 9999, *)
the compiler doesn't build my project.

So I tried:

  • Using the latest Swift development toolchain in Xcode 13.4 and in Xcode 14 Beta
  • Passed -Xfrontend -disable-availability-checking to the compiler in the project build settings

But In the end neither of these made the errors go.

Is there some other way to work around the iOS availability error?
Thanks 🙏

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions