Create empty project with type App in MacOS Sequoia in Xcode 16 beta 3
import SwiftUI
struct ContentView: View {
var body: some View {
Text("abcdef")
}
}
#Preview {
ContentView()
}
Preview provides crash :)
Post
Replies
Boosts
Views
Activity
First of all try to update Cocoapods to version 1.12.1
pod deintegrate
pod install
Confirm that
5 feb. 2020 - Still no luck )))Xcode Version 11.3.1 (11C504)OSX Version 10.15.3 (19D76)Same issue with LLDB.`lldb-rpc-service` consumes more than 2Gb memory. It does not depend on the project, this problem in general with OS X and LLDB.I bought MacBook Pro with 16Gb and I work normally, only some times I have got crashes this service,But my colleagues on 8Gb become angry 😉