Hi guys,
I am updating my app to be compatible with iOS 11 and watch os 4 and the sync stopped working.
Building time is giving me this messages
Class 'MMWormholeSession' does not conform to protocol 'WCSessionDelegate'
Add stubs for missing protocol requirements
Class 'MMWormholeSessionFileTransiting' does not conform to protocol 'WCSessionDelegate'
Add stubs for missing protocol requirements
and when I build and run the app, I am getting these messages in console and not working for real devices (iPhone 6 and Apple Watch Series 1):
2017-10-18 22:02:59.698239+0200 QuickCart Watch Extension[190:14852] refreshPreferences: HangTracerEnabled: 0
2017-10-18 22:02:59.705363+0200 QuickCart Watch Extension[190:14852] refreshPreferences: HangTracerDuration: 2000
2017-10-18 22:02:59.726820+0200 QuickCart Watch Extension[190:14852] refreshPreferences: ActivationLoggingEnabled: 0 ActivationLoggingTaskedOffByDA:0
2017-10-18 22:07:25.606248+0200 QuickCart Watch Extension[192:15788] [WC] activate session semaphore timed out
but the app is running fine on simulator with iOS 11 and watch os 4.... Don't get it.
Could you help me with this ?
Thanks !
Maxi
Hi guys,
I am updating my app to be compatible with iOS 11 and watch os 4 and the sync stopped working.
Building time is giving me this messages
Class 'MMWormholeSession' does not conform to protocol 'WCSessionDelegate'Add stubs for missing protocol requirementsClass 'MMWormholeSessionFileTransiting' does not conform to protocol 'WCSessionDelegate'Add stubs for missing protocol requirementsand when I build and run the app, I am getting these messages in console and not working for real devices (iPhone 6 and Apple Watch Series 1):
but the app is running fine on simulator with iOS 11 and watch os 4.... Don't get it.
Could you help me with this ?
Thanks !
Maxi