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

addressed issue #101 #102

Merged
merged 10 commits into from Nov 1, 2022
Merged

addressed issue #101 #102

merged 10 commits into from Nov 1, 2022

Conversation

Code-Hex
Copy link
Owner

@Code-Hex Code-Hex commented Nov 1, 2022

Which issue(s) this PR fixes:

Fixes #101

Additional documentation

A mechanism has been introduced to determine in runtime whether the program being executed has been compiled with the API enabled. The following situations can be avoided, but the new API must be compiled with the corresponding SDK.

  1. compile a program with Xcode SDK 13.2.1 on macOS 11.3+ (with warning: macOS 13 API has been disabled)
  2. use the program on macOS 13 for macOS 13 API
  3. throw exception

@Code-Hex Code-Hex merged commit 910967e into main Nov 1, 2022
@Code-Hex Code-Hex deleted the fix/issue-101 branch November 1, 2022 08:10
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

Successfully merging this pull request may close these issues.

Terminating app due to uncaught exception 'UnhandledException', reason: 'bug' with older sdk and latest macOS
1 participant