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

While building Xcode Playgrounds I get an Error: Undefined symbols for architecture x86_64: "___isPlatformVersionAtLeast" #773

Closed
2 tasks done
jerzykiler opened this issue May 21, 2024 · 1 comment
Labels

Comments

@jerzykiler
Copy link

New Issue Checklist

Steps to reproduce

  1. Create iOS project.
  2. Add PhoneNumberKit to it via Swift Package Manager
  3. Create new Playground inside this project
  4. Run Playground
Expected result

Playground runs and XCode does not signal any errors

Actual result

Playground runs but XCode signals errors:

Undefined symbols for architecture x86_64:
  "___isPlatformVersionAtLeast", referenced from:
      Swift._stdlib_isOSVersionAtLeast_AEIC(Builtin.Word, Builtin.Word, Builtin.Word) -> Builtin.Int1 in PhoneNumberKit.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Undefined symbol: ___isPlatformVersionAtLeast

Linker command failed with exit code 1 (use -v to see invocation)

Environment

MacBook Pro 2018 with Intel Core i7
MacOS Sonoma 14.5
Xcode Version 15.4 (15F31d)
Swift Package Manager

Copy link
Contributor

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

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

1 participant