If I open the Devices window in Xcode and open the console log for my watch, I see this message when I launch my watch app:
Oct 4 16:42:51 Jasons-AppleWatch kernel(Sandbox)[0] <Notice>: SandboxViolation: logd(46) deny(1) file-read-data /private/var/containers/Bundle/Application/EFC29FBB-BE05-452A-9E24-A7EF7FDF1456/MyApp.app/PlugIns/MyWatchAppExtension.appex/Frameworks/MyModel.framework/MyModel
Despite the message, the app seems to launch and function just fine though.
MyModel.framework contains model code that is used by both the iOS and watchOS apps (I have two separate targets, one that builds the iOS framework and one that builds the watchOS framework).
Has anyone else seen this message when launching a watch app with a bundled framework?