Posts

Post not yet marked as solved
285 Views

How do I add downloadable fonts to iOS 14?

Hello, according to this document - https://developer.apple.com/fonts/system-fonts/#downloadable the YuKyokasho Japanese font should be available for download on iOS 13+ devices but I'm unable to find how to use it on a SwiftUI app. I have the font installed on my Mac through Font Book but I'm not sure if I can just copy it to my app's resources folder and use it as a custom font, because I may be breaking some obscure licensing terms. Could somebody give me any hint on which is the proper way of doing this or point me to documentation? Thanks!
Asked
by widemos.
Last updated
.
Post not yet marked as solved
10k Views

iOS 11 simulator display wrong time

Hello, I'm developing an app that relies on date calculations and the iOS 11 simulator displays wrong clock, with two hours shift (I think it's displaying UTC hour instead of local)Also, when using data calculations, differences between dates are wrong. I am missing something? Is there any internal change that's doing this?Any idea would be appreciated, thanks.
Asked
by widemos.
Last updated
.
Post not yet marked as solved
946 Views

Disabling automount of external APFS volumes

Hello, I have USB connected volumes that wouldn't like to have automatically mounted at boot.I've been using a line like this in /etc/fstab for years,UUID=DCF80782-5C31-387B-8754-XXXX7XXXX476 none hfs rw,noautobut it doesn't seem to work with APFS volumes. Tried already to replace hfs with apfs without success. Any suggestions?
Asked
by widemos.
Last updated
.
Post not yet marked as solved
229 Views

Xcode documentation not installing correctly

Hello, I'm experiencing an issue with the Xcode documentation on Xcode 8 (8A218a) and macOS 10.12.1 (16B2327e). It's been happening since the betas.The documentation tab shows that there's a docset to download, I click "check and install now", the download starts and completes succesfuly but if I switch to another tab or close and reopen Xcode the indicator goes back to "not installed" state.I get no error messages. It just disappears without notice and if clicked, the download starts again.Already tried to completely wipe the ~/Library/Developer folder (rm -rf).Anyone has experienced this before? Suggestions?Thanks in advance.
Asked
by widemos.
Last updated
.