We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I tried to build and run an app using Xcode 16.0 Beta 5 and Xcode 16.1 Beta
I expected the app to run
Got a Cannot find 'strcmp' in scope error:
Cannot find 'strcmp' in scope
GRDB flavor(s): SQLite GRDB version: Latest (Master Branch) Installation method: SPM Xcode version: Xcode 16.1 Beta Swift version: 6.0 Platform(s) running GRDB: iOS macOS version running Xcode: Sonoma 14.5
The text was updated successfully, but these errors were encountered:
Hello @ajcampbell
The problem with Xcode 16 beta 5 was resolved in #1589, shipped in v6.29.1.
If this version reveals an issue with Xcode 16.1 beta, please tell.
It is not recommended to depend on the master branch. Use tagged versions instead. Only tagged versions have been properly tested.
Sorry, something went wrong.
Not sure why we were using Master, but I've changed that now and the issue is gone. Thanks
No branches or pull requests
What did you do?
I tried to build and run an app using Xcode 16.0 Beta 5 and Xcode 16.1 Beta
What did you expect to happen?
I expected the app to run
What happened instead?
Got a
Cannot find 'strcmp' in scope
error:Environment
GRDB flavor(s): SQLite
GRDB version: Latest (Master Branch)
Installation method: SPM
Xcode version: Xcode 16.1 Beta
Swift version: 6.0
Platform(s) running GRDB: iOS
macOS version running Xcode: Sonoma 14.5
The text was updated successfully, but these errors were encountered: