The generated watchOS-Swift sample crashes when launched outside Xcode because Sentry.framework and SentrySampleShared.framework are not embedded in Extension.appex/Frameworks.
Update the XcodeGen configuration to embed and sign both extension dependencies, allowing the unmodified sample to launch successfully.
The generated watchOS-Swift sample crashes when launched outside Xcode because Sentry.framework and SentrySampleShared.framework are not embedded in Extension.appex/Frameworks.
Update the XcodeGen configuration to embed and sign both extension dependencies, allowing the unmodified sample to launch successfully.