Post

Replies

Boosts

Views

Activity

MapKit does not appear to support flyover mode?
running running macOS 12.0 Beta (21A5268h) I make a basic project, single view controller with map view. Set the delegate, and connect the map outlet. @IBOutlet weak var mapView: MKMapView! In viewDidLoad I set the mapType to one of the following. Neither produces a map. Just blue. mapView.mapType = .satelliteFlyover mapView.mapType = .hybridFlyover macOS Big Sur supported these modes, though iOS did not. It appears you are now running the iOS mapkit code in macOS code (universal). Will these modes be supported? The help page does not state they are deprecated. __ I am running on a new Mac mini, Apple M1, 16 GB
4
0
1.6k
Jul ’21
MapKit Magic Mouse stammers on scroll
When running under macOS Big Sur and earlier releases, displaying a mapView in a viewcontroller, when swiping across the magic mouse the map would scroll - and continue to scroll when releasing your finger from the mouse proper - until the map would eventually roll to a stop. When compiling and running in Monterey and performing a similar Magic Mouse swipe on a mapView, when the finger loses contact with the mouse the map immediately stops the scroll. This makes for a much less fluid gesture. Will this be changed to match the earlier implementation?
0
0
578
Jul ’21
SF Symbols beta 4
The download links on this page: https://developer.apple.com/sf-symbols/ state this is SF Symbols beta 4. Though downloading, installing, and launching Applications->SF Symbols beta then selecting SF Symbols beta->"About SF Symbols beta" in the menu pulldown it displays version 3 with older copyright. This does not appear to be the new beta 4. Can someone let me know if they see the same and how to download the true beta 4.
0
0
1.1k
Jul ’22
TTSPlugins doesn't exist in Xcode Version 15.0 beta 4 (15A5195m)
Download this Apple Speech Project https://developer.apple.com/documentation/accessibility/wwdc21_challenge_speech_synthesizer_simulator The project uses IOS15 deployment, when building and running I receive below errors. Setting deployment to IOS17 results in same errors. Appreciate if anyone else has determined how to re-engage this basic functionality. TTS appears to no longer to work. __ Folder ), NSFilePath=/Library/Developer/CoreSimulator/Volumes/iOS_21A5277g/Library/Developer/CoreSimulator/Profiles/Runtimes/iOS 17.0.simruntime/Contents/Resources/RuntimeRoot/System/Library/TTSPlugins, NSUnderlyingError=0x600000c75d40 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}} Failed to get sandbox extensions Query for com.apple.MobileAsset.VoiceServicesVocalizerVoice failed: 2 #FactoryInstall Unable to query results, error: 5 Unable to list voice folder Query for com.apple.MobileAsset.VoiceServices.GryphonVoice failed: 2 Unable to list voice folder Query for com.apple.MobileAsset.VoiceServices.CustomVoice failed: 2 Unable to list voice folder Query for com.apple.MobileAsset.VoiceServices.GryphonVoice failed: 2 Unable to list voice folder
3
1
1.5k
Jul ’23
Unable to use Personal Voice in background playback
Hi, When attempting to use the my Personal Voice with AVSpeechSythesizer with application in background I receive the below message: > Cannot use AVSpeechSynthesizerBufferCallback with Personal Voices, defaulting to output channel. Other voices can be used without issue. Is this a published limitation of Personal Voice within applications, i.e. no background playback?
1
0
722
Aug ’23
rvictl not working on Mac OS Sonoma Version 15.0 Beta (24A5309e) with version 16.0 beta 4 (16A5211f)
This was working just yesterday 8/7, this morning a new Sonoma redwood tree screen saver appears (is it related? uncertain..) and now launching rvictl no longer starts. Running on a 16 GB Mac mini with M1. Yesterday I happily used Wireshark for debug development, today no longer. Moments ago I went through the process here to enable extensions (which was not required when I initially loaded Wireshark): https://support.apple.com/guide/mac-help/change-security-settings-startup-disk-a-mac-mchl768f7291/mac Following the process and enabling both checkboxes for user and remote management, I rebooted. Still unable to launch rvictl. One of Quinn's postings included below steps: sudo launchctl load -w /Library/Apple/System/Library/LaunchDaemons/com.apple.rpmuxd.plist sudo kextload /Library/Apple/System/Library/Extensions/RemoteVirtualInterface.kext In the process, a new driver was somehow auto-downloaded from Apple, and upon another requested reboot an "Allow" button appeared when looking at my Systems Settings->Privacy and Security. Reboot again, still no go. Another Quinn posting said only the first checkbox in the security settings was required. So I rebooted again, unselected the remote management checkbox. Reboot, and still no go. But now invoking rvictl hangs. There appear to be dozens of forum posts regarding rvictl, many laced with black magic voodoo suggestions to get it running. Eye of newt, toe of frog, wool of bat, and more. Security it seems becomes the bane of development. At this point, I'm uncertain what to try - though long for yesterday's debug bliss.
3
0
370
Aug ’24