ITADN

Missing signature ergo rejection for invalid binary reasons

#8803Openilendemli 创建于 2025-10-24
T-BugO-CommunitySDK-Use:LocalFrequency:AlwaysRepro:AlwaysEncryption:Off
I
ilendemlicommented
### How frequently does the bug occur? Always ### Description It seems like the xcframeworks are not signed anymore which causes our app to be rejected by apple when submitted for review. <img width="256" height="79" alt="Image" src="https://github.com/user-attachments/assets/ef115390-a5e0-4502-8f8f-05c0dd1d2fac" /> > ITMS-91065: Missing signature - Your app includes “Frameworks/RealmSwift.framework/RealmSwift”, which includes RealmSwift, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a signature file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a signature. For details about verifying the code signature for a third-party SDK, visit: https://developer.apple.com/documentation/xcode/verifying-the-origin-of-your-xcframeworks. ### Stacktrace & log output ```shell ``` ### Can you reproduce the bug? Always ### Reproduction Steps Create a new app with RealmSwift using the v10.54.6 release, submit to the AppStore for review, watch it get automatically rejected. ### Version v10.54.6 because v20 packages are not available for Xcode 26 ### What Atlas Services are you using? Local Database only ### Are you using encryption? No ### Platform OS and version(s) iOS ### Build environment Xcode version: 26.0.1 Dependency manager and version: SPM
4 条评论