Post

Replies

Boosts

Views

Activity

Reply to Xcode 14.2+: lldb-rpc-server has crashed.
I had an issue with Xcode 15.0 beta 5 (15A5209g) where I received the blocking error The LLDB RPC server has crashed.. I was unable to run the Playground nor proceed. My project is a Swift Package & Playground and I found that removing the folder.swiftpm made the error go away. That directory has a folder structure that looks like Breakpoint XMLs. It's possible this was corrupted and causing the blocking error. Most of my research mentioned breakpoints were the problem. Hoping this helps someone in the future.
Aug ’23
Reply to MKTileOverlay
I attempted to use .addOverlay(:), and received the error in "This method is defined on MKMapView, and may not be available in this context.". Submitted FB12784156
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jul ’23
Reply to iOS 15 crash at -collectionView:viewForSupplementaryElementOfKind:atIndexPath:
We have encountered a similar crash on iOS 15.2 (device & simulator), but not on iOS 14.4 (simulator) and have filed Feedback Assistant: FB9812333. Our public tracking issue is https://github.com/roblabs/Maps-for-Messages/issues/1 Issue Uncaught exception NSInternalInconsistencyException while reviewing Apple Sample Code for iMessage apps. Fails in Xcode 13.2 with an iOS 15.2 device & Simulator. Same sample code works on iOS 14.4 simulator. Same sample code works on Xcode 12.5 with an iOS 14.5 simulator. Steps to reproduce This is reproducible with open source code. Since we are reviewing the open source code, we are not sure how to proceed. Review the sample code Creating a Sticker App with a Custom Layout posted at developer.apple.com. Test with Xcode Version 13.2 (13C90) Build for iOS 15.2 Simulator or iOS 15.2 device *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'the view returned from -collectionView:viewForSupplementaryElementOfKind:atIndexPath: does not match the element kind it is being used for. When asked for a view of element kind 'section-header-element-kind' the data source dequeued a view registered for the element kind 'Text'.' terminating with uncaught exception of type NSException The element kind reference, section-header-element-kind, is a string defined in the view controller class. iOS 14.4 simulator works While completing the same steps in an iOS 14.4 simulator, the Apple Sample code works. Test with Xcode Version 13.2 (13C90) Build for iOS 14.4 Simulator
Topic: UI Frameworks SubTopic: UIKit Tags:
Dec ’21
Reply to Suppress CoreGraphics or Image I/O Console Messages
For my macOS command tool, this goes away in macOS Sonoma. Your log looks identical to mine, but only occurred when writing to HEIF on macOS. Occurs in macOS Ventura 13.5 (22G74). Does not occur in macOS Sonoma 14.0 (23A5301h).
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Reply to Xcode 14.2+: lldb-rpc-server has crashed.
I had an issue with Xcode 15.0 beta 5 (15A5209g) where I received the blocking error The LLDB RPC server has crashed.. I was unable to run the Playground nor proceed. My project is a Swift Package & Playground and I found that removing the folder.swiftpm made the error go away. That directory has a folder structure that looks like Breakpoint XMLs. It's possible this was corrupted and causing the blocking error. Most of my research mentioned breakpoints were the problem. Hoping this helps someone in the future.
Replies
Boosts
Views
Activity
Aug ’23
Reply to MKTileOverlay
I attempted to use .addOverlay(:), and received the error in "This method is defined on MKMapView, and may not be available in this context.". Submitted FB12784156
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jul ’23
Reply to What version of Xcode runs on Big Sur
I found this document useful: "Minimum OS Required" for Xcode from https://developer.apple.com/support/xcode/. It's a matrix that details Xcode Version, Minimum OS Required, SDK, Swift version plus other info.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Running MapLibre Open GL project on Apple Silicon device has better Simulator performance on `x86_64` than `arm64`.
Issue still exists under the same test conditions with Xcode Version 14.0 RC (14A309) which was released on Sep 7, 2022.
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Sep ’22
Reply to Running MapLibre Open GL project on Apple Silicon device has better Simulator performance on `x86_64` than `arm64`.
Issue still exists under the same test conditions with Xcode Version 14.0 beta 6 (14A5294g). Also tested with macOS 13 beta 6 (22A5331f).
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Running MapLibre Open GL project on Apple Silicon device has better Simulator performance on `x86_64` than `arm64`.
Issue still exists under the same test conditions with Xcode Version 14.0 beta 5 (14A5294e).
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to Running MapLibre Open GL project on Apple Silicon device has better Simulator performance on `x86_64` than `arm64`.
Issue still exists under the same test conditions with Xcode Version 14.0 beta 4 (14A5284g).
Topic: Graphics & Games SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’22
Reply to iOS 15 crash at -collectionView:viewForSupplementaryElementOfKind:atIndexPath:
We have encountered a similar crash on iOS 15.2 (device & simulator), but not on iOS 14.4 (simulator) and have filed Feedback Assistant: FB9812333. Our public tracking issue is https://github.com/roblabs/Maps-for-Messages/issues/1 Issue Uncaught exception NSInternalInconsistencyException while reviewing Apple Sample Code for iMessage apps. Fails in Xcode 13.2 with an iOS 15.2 device & Simulator. Same sample code works on iOS 14.4 simulator. Same sample code works on Xcode 12.5 with an iOS 14.5 simulator. Steps to reproduce This is reproducible with open source code. Since we are reviewing the open source code, we are not sure how to proceed. Review the sample code Creating a Sticker App with a Custom Layout posted at developer.apple.com. Test with Xcode Version 13.2 (13C90) Build for iOS 15.2 Simulator or iOS 15.2 device *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'the view returned from -collectionView:viewForSupplementaryElementOfKind:atIndexPath: does not match the element kind it is being used for. When asked for a view of element kind 'section-header-element-kind' the data source dequeued a view registered for the element kind 'Text'.' terminating with uncaught exception of type NSException The element kind reference, section-header-element-kind, is a string defined in the view controller class. iOS 14.4 simulator works While completing the same steps in an iOS 14.4 simulator, the Apple Sample code works. Test with Xcode Version 13.2 (13C90) Build for iOS 14.4 Simulator
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Dec ’21