Why sending file to watchOS2 simulator from iPhone simulator won't work?
问题 I am trying to copy database from iOS 9 iPhone to watchOS 2 Apple Watch (Both simulators) and, nothing. File/files is/are no where to found. (searched everywhere) I want to transfer database when entering in the application from iPhone to Apple Watch even if only application on iPhone is on(app on watchOS2 is off). What am i doing wrong? +(BOOL)initDatabase{ BOOL ok = NO; NSFileManager *fileManager = [NSFileManager defaultManager]; NSError *err; NSArray *paths =