Post not yet marked as solved
FYI: attention Apple MapKit team
compiling this basic map view app on Xcode release:
Version 13.0 beta (13A5155e)
on macOs Monterey 12.0 Beta (21A5268h)
On machine Mac mini (M1, 2020)
I receive the blank map page - and the flyover modes are not understood.
__
compiling the same app with the same Xcode 13 on macOS Big Sur, MacBook Pro 2.3 Ghz Dual-Core Intel core i5,
the flyover views still work as prior.
Copying the Big Sur compiled image back to my M1, and launching the app - the map view does not correctly display the flyover mode.
This is a bug. Though, it is my understanding Apple does not allow bugs to be filed against beta releases. Will wait for the next beta release to hopefully clear this issue. As it is clear, the framework being used by macOS Apple Maps app does not have this issue.
Post not yet marked as solved
My ViewController is as follows. Upon launch of macOS Monterey Apple Maps app, the app opens in satellited flyover mode. There must be additional setup requirements now?
import Cocoa
import MapKit
class ViewController: NSViewController, MKMapViewDelegate {
@IBOutlet weak var mapView: MKMapView!
override func viewDidLoad() {
super.viewDidLoad()
mapView.delegate = self
mapView.mapType = .satelliteFlyover
}
override var representedObject: Any? {
didSet {
}
}
}
Post not yet marked as solved
This question is nearly two years old.Can someone please assist, and make me aware of the following. If I have say three annotations on a map, i click the siri remote Play button and can pan to each of the markers, which will select each. Though, how can I deselect an annotation, or alternately all annotations on the map?I tried long press gesturerecognizer on each annotation view, though these do not appear to trigger.Thanks.
Post not yet marked as solved
I filed ER #47072264 for this issue.These messages are many, and still exist in Xcode 10.1 compiled for iOS 12.0
Post not yet marked as solved
Moderator intervention appreciated
Post not yet marked as solved
I'm likewise seeing the following new messages in Swift 4.2 Xcode 10 beta 6Are these an issue? If so, Can I filter them out?2018-08-17 08:07:58.634513-0700 Turismo[568:89141] [BoringSSL] boringssl_session_errorlog(224) [C2.1:2][0x125dd65e0] [boringssl_session_read] SSL_ERROR_SSL(1): operation failed within the library2018-08-17 08:07:58.636372-0700 Turismo[568:89141] [BoringSSL] boringssl_session_handshake_error_print(205) [C2.1:2][0x125dd65e0] 5028053656:error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE:/BuildRoot/Library/Caches/com.apple.xbs/Sources/boringssl/boringssl-109.200.32/ssl/ssl_lib.cc:1081:2018-08-17 08:07:58.639481-0700 Turismo[568:89141] [BoringSSL] boringssl_session_errorlog(224) [C2.1:2][0x125dd65e0] [boringssl_session_read] SSL_ERROR_SSL(1): operation failed within the library2018-08-17 08:07:58.641903-0700 Turismo[568:89141] [BoringSSL] boringssl_session_handshake_error_print(205) [C2.1:2][0x125dd65e0] 5028053656:error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE:/BuildRoot/Library/Caches/com.apple.xbs/Sources/boringssl/boringssl-109.200.32/ssl/ssl_lib.cc:1081:2018-08-17 08:07:58.644097-0700 Turismo[568:89141] [BoringSSL] boringssl_session_errorlog(224) [C2.1:2][0x125dd65e0] [boringssl_session_read] SSL_ERROR_SSL(1): operation failed within the library2018-08-17 08:07:58.644412-0700 Turismo[568:89141] [BoringSSL] boringssl_session_handshake_error_print(205) [C2.1:2][0x125dd65e0] 5028053656:error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE:/BuildRoot/Library/Caches/com.apple.xbs/Sources/boringssl/boringssl-109.200.32/ssl/ssl_lib.cc:1081:2018-08-17 08:07:58.644527-0700 Turismo[568:89141] [BoringSSL] boringssl_session_errorlog(224) [C2.1:2][0x125dd65e0] [boringssl_session_read] SSL_ERROR_SSL(1): operation failed within the library2018-08-17 08:07:58.644622-0700 Turismo[568:89141] [BoringSSL] boringssl_session_handshake_error_print(205) [C2.1:2][0x125dd65e0] 5028053656:error:100000d7:SSL routines:OPENSSL_internal:SSL_HANDSHAKE_FAILURE:/BuildRoot/Library/Caches/com.apple.xbs/Sources/boringssl/boringssl-109.200.32/ssl/ssl_lib.cc:1081: