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'm using the downloadable xcframework for CouchbaseLite but when trying to run unit tests on Mac I get this error. Is there a signing issue?
xcframework
“CouchbaseLiteSwift.framework” cannot be opened because the developer cannot be verified.
macOS 14.0 beta Xcode 15.0 beta 3 (15A5195k)
The text was updated successfully, but these errors were encountered:
what version of CBL are we talking about?
Sorry, something went wrong.
Probably 3.1.3 from here: https://www.couchbase.com/downloads/?family=couchbase-lite
Hi @p2 I've managed to replicate the issue and it seems like is a consequence of using XCode 15.
Workaround: After you been prompted with the error
"CouchbaseLiteSwift.framework cannot be opened because the developer cannot be verified.",
please go to your Mac Settings -> Privacy & Security -> Allow Anyway for
"CouchbaseLiteSwift.framework was blocked from use because it is not from an identified developer.
I've opened a ticket for the 3.1 line here: CBL-5218
No branches or pull requests
I'm using the downloadable
xcframework
for CouchbaseLite but when trying to run unit tests on Mac I get this error. Is there a signing issue?macOS 14.0 beta
Xcode 15.0 beta 3 (15A5195k)
The text was updated successfully, but these errors were encountered: