Code sign individual framework/s inside a XCFramework

Hi,

If anyone can please advise -- If signing a framework inside a XCFramework is recommended/mandatory?

Answered by MG_OS in 802000022

XCode relies on the signatures of the individual slices when linking and running the app. As an extra step the xcframework could be singed as well to ensure integrity for the whole bundle, but the individual slices must be signed as well.

Accepted Answer

XCode relies on the signatures of the individual slices when linking and running the app. As an extra step the xcframework could be singed as well to ensure integrity for the whole bundle, but the individual slices must be signed as well.

Code sign individual framework/s inside a XCFramework
 
 
Q