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

Cannot find 'strcmp' in scope error showing up in Xcode 16.0 beta 5 and above #1592

Closed
ajcampbell opened this issue Aug 14, 2024 · 2 comments

Comments

@ajcampbell
Copy link

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:

Screenshot 2024-08-14 at 13 06 00

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

@groue
Copy link
Owner

groue commented Aug 14, 2024

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.

@ajcampbell
Copy link
Author

Not sure why we were using Master, but I've changed that now and the issue is gone. Thanks

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