Post

Replies

Boosts

Views

Activity

Reply to Code sign individual framework/s inside a XCFramework
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.
Topic: Code Signing SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’24
Reply to "A library with the identifier 'ios-arm64' already exists" when creating XCFramework with XCode 14
Issue is resolved. It turned out that simulator archive destination was the problem: `-destination generic/platform=iOS instead of -destination generic/platform=“iOS Simulator”  Also looks like the -sdk iphoneos and -sdk iphonesimulator are not needed when specify the -destination
Replies
Boosts
Views
Activity
Nov ’22