Posts

Post not yet marked as solved
8 Replies
0 Views
Apple was able to duplicate the issue and a solution is forthcoming. Will update this thread as soon as I have new info.
Post marked as solved
17 Replies
0 Views
Great news! Apple was able to duplicate the issue and a solution is forthcoming. Will update as soon as I have new info.
Post marked as solved
17 Replies
0 Views
I think I will test this on my shiny new MacBook Pro. If it fails there as well, then that’s 3 for 3
Post marked as solved
17 Replies
0 Views
Unbelievable. Since I've gotten an unsatisfactory answer by the Feedback group I filed a TSI for this. The TSI group responded that I should use Feedback reports to file a potential bug! I informed them that I already did file a bug report, and that the feedback group's conclusion was that, based on the diagnostics data I provided they could not find anything wrong. I still 100% suspect that they did not try to run the sample program which I've tried on 2 separate macs which confirmed that Xcode 12.5's WatchOS 7.4 simulators receive app context is broken. Stay tuned
Post not yet marked as solved
8 Replies
0 Views
@cgaafary, That is exactly what I've observed. Application context transfers work from WatchOS simulator to iOS simulator, but not the other way around. This appears to be such an obvious, highly repeatable bug that I'm shocked that Apple let this slip through. Regardless filing the bug report was a 100% waste of time, since Apple said they can't duplicate the issue. Looks like I will be opening a TSI for this. Will keep you all posted.
Post not yet marked as solved
8 Replies
0 Views
..And now of course, Xcode 12.5 is no longer in beta, but the issue is still there. This shows how few developers are using the WatchOS 7.4 simulator on Xcode 12.5. I guess most of the WatchOS developers are doing development/debugging on physical watch devices. You are quite fortunate!
Post marked as solved
17 Replies
0 Views
Still no answer on this issue. I see that it's happened to another developer as well. I've verified this issue on 2 different iMacs, an iMac Pro and a Mac Mini. Apple asked me to submit sysdiagnose reports about the Mac and the 2 simulators in question. Hopefully they'll have an answer soon. Please ignore the answer marked as the solution, since that was an error, and I can't un-select it.
Post marked as solved
1 Replies
0 Views
The answer is YES. Simply run "xcrun simctl diagnose". If you have more than 1 simulator that is active (e.g.: iPhone simulator and Watch simulator), then simply provide the udid of the simulators as such: "xcrun simctl diagnose --udid=simulator udid" Thanks
Post marked as solved
17 Replies
0 Views
In order to determine what is wrong, Apple is asking me to run sysdiagnose on all devices involved. However, aside from my mac mini, all other devices involved are simulators. Can one run sysdiagnose on a simulator for iOS and WatchOS?
Post marked as solved
17 Replies
0 Views
@Ebrimajallow99, I'm running the latest Mac OS X, 11.3.1. That is not the issue
Post marked as solved
17 Replies
0 Views
I filed a bug report for this. hopefully it will be resolved soon.
Post marked as solved
4 Replies
0 Views
Hi Matt, with the latest WatchOS 7.4 beta 5 released yesterday, the issue is gone.
Post marked as solved
4 Replies
0 Views
Thanks for the suggestion Matt, I would love nothing more than to be able to debug this, but: 1) I can only debug in the simulator due to the pandemic (working remotely and connecting via VnC) 2) On the production version of Xcode 12.4 this works fine in the simulator 3) The beta 3 version of Xcode 12.5 I cannot get application context send/receive working for WatchOS 7.4 beta 4) Only hope is if once I get Xcode 12.5 working okay that I can duplicate this issue I've seen on real Apple Watch
Post not yet marked as solved
8 Replies
0 Views
I still can't get this to work in the simulator. I've created and torn down several different simulator permutations, and just can't get applications context receiving working in Xcode 12.5 Beta 3. The send claims every thing is successful and yet nothing is received. Was really hoping that some other WatchOS developer had experienced this WatchConnectivity simulator issue and had the solution. For me this is awful because I can only debug in a simulator due to the pandemic. Hopefully the next beta version of Xcode will address this.
Post not yet marked as solved
3 Replies
0 Views
Hi @jphreynaud, just to be clear are you saying that per each complication type, you are seeing more than 10 of your complications? Mine stop at 10. The rest are not there. let complicationServer = CLKComplicationServer.sharedInstance() complicationServer.reloadComplicationDescriptors() Been doing that every time my complications require changing.