-
Notifications
You must be signed in to change notification settings - Fork 2.7k
Open
Description
Third-party SDK XCFrameworks now need to be codesigned, not just the framework binaries within them.
This will be enforced by Xcode at some point in Spring 2024.
https://developer.apple.com/news/?id=r1henawx
https://developer.apple.com/news/?id=3d8a9yyh
I am using FMDB (v2.7.8) using Carthage.
I checked whether the SDK was signed using the command and Xcode15's Signature field to check the signature below, but
SDK signature could not be verified.
I used the following command:
❯ codesign -dvvv --display --deep [library path omitted]FMDB.xcframework
[Library path omitted]FMDB.xcframework: code object is not signed at all
When will the SDK signature be released?
Metadata
Metadata
Assignees
Labels
No labels