Posts

Post marked as solved
3 Replies
4.0k Views
On my test iPhones, a SE and a 6S, on Settings, General, I see no CarPlay option below the group "AirDrop" and "Handoff".On the car, the car tries to connect, and after some 30 seconds, obviously fails, with no error, just reverting back to the "connect to iphone" screen.Is CarPlay disabled on the first beta? Disabled on the SE? Disabled in certain countries, like in my case, Portugal? Anyone with the same situation?
Posted
by davipt.
Last updated
.
Post not yet marked as solved
0 Replies
375 Views
If I try the following code on my Watch Series 3 with WatchOS 7.2 beta 18S5555c, I get a negative value of about 864MB, instead of the approximate 8GB it should report: try print("total=\(URL(fileURLWithPath: NSHomeDirectory()).resourceValues(forKeys: [.volumeTotalCapacityKey]).volumeTotalCapacity ?? 42))") total=Optional(-864661504)) The same happens with url "/". What gives? What am I doing wrong? iOS and macOS behaves correctly.
Posted
by davipt.
Last updated
.