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
Post
Replies
Boosts
Views
Activity
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?
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.
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
The WWDC video "Extend Speech Synthesis with personal and custom voices" here:
https://developer.apple.com/wwdc23/10033
Shows what appears to be an icon for "Personal Voice at time 10:46.
Suggest this be made available to developers for final release.
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?
It would be extremely helpful if development teams would release source code as a working project. Piecing snippets together from the Code tab and second guessing the code is both time consuming and potentially error prone. For example, what are the contents of the BirdFood class?
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.