Posts

Post not yet marked as solved
1 Replies
406 Views
I'm loading a model of a room's interior from Reality Composer Pro in a RealityView in my full Immersion scene. The model loads fine, but the problem is that if I pan the simulator camera around, the model follows the camera, rather than remaining stationary and allowing the camera to move around it. How can I keep the model stationary?
Posted
by tattar8.
Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
I'm working on a widget in ClockKit (since WidgetKit is lacking in UI controls that I need for this app, namely the curved corner text). The widget will display data based on the user's location. It doesn't need to be completely precise, but it does need to update when the user moves about 10km or so. I tried setting up CLLocationManager to give a callback in the AppDelegate, but this doesn't seem to work on the clock face unless the location is set to Always, which doesn't seem to be allowed as it's being set to When in Use even with a call to requestAlwaysAuthorization. So, my main question is, what is the correct way to get the user's rough location in a complication? I know some of Apple's built-in complications do it -- namely, the sunrise/sunset complication.
Posted
by tattar8.
Last updated
.
Post not yet marked as solved
2 Replies
915 Views
Trying to create a corner complication with curved text for watchOS 9. The documentation has pointed me to the ClockKit class CLKComplicationTemplateGraphicCornerStackText, but this is marked as deprecated since we are supposed to be moving to WidgetKit for everything. What would be the way to get this kind of curved text going forward?
Posted
by tattar8.
Last updated
.
Post not yet marked as solved
3 Replies
1.5k Views
I recently installed the Big Sur beta on my 2019 16" Macbook Pro. I tried to run Parallels, only to be given a message saying to restart to complete the installation. The trouble is, whether I choose to restart or quit Parallels, the application hangs. If I then restart and try to run it again, I get the same message. I looked at the logs, and it appears that it is failing when trying to load one of its kernel extensions, and then assuming that a restart is needed to enable them. It tries to issue the following command: /usr/bin/kmutil load -p /Applications/Parallels\ Desktop.app/Contents/Library/Extensions/10.9/prl_vnic.kext -r /Applications/Parallels\ Desktop.app/Contents/Library/Extensions/10.9 which fails with the following error: Error: Error Domain=KMErrorDomain Code=1 "Kernel request failed: (libkern/kext) kext (kmod) start/stop routine failed" UserInfo={NSLocalizedDescription=Kernel request failed: (libkern/kext) kext (kmod) start/stop routine failed} Does anyone else have this problem? It doesn't seem to be universal since I've seen plenty of reports of people successfully running Parallels on Big Sur.
Posted
by tattar8.
Last updated
.