我试过通过fileTransfer方法发送:
let modelURL = NSBundle.mainBundle().URLForResource("my_app",withExtension: "momd")! WCSession.defaultSession().transferFile(modelURL,Metadata:nil)
但我收到错误:
Optional(Error Domain=WCErrorDomain Code=7008 “Invalid parameter passed to WatchConnectivity API.” UserInfo={NSLocalizedDescription=Invalid parameter passed to WatchConnectivity API.,NSLocalizedRecoverySuggestion=Only pass parameters of correct type.})
你有什么想法如何在iPhone和WatchOS2之间同步CoreData?