You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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
The text was updated successfully, but these errors were encountered:
maxgarmar
changed the title
MMWormhole stop working iOS 11 and watch os 4
MMWormhole stops working with iOS 11 and watch os 4 on real device
Oct 18, 2017
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):
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
The text was updated successfully, but these errors were encountered: