I tried to finish all transactions in SKPaymentQueue, but after that, I got an endless pop-up to sign-in to old in-app test accounts without knowing what email. Do not test InApp purchase on your own phone, either for fix this issue you should reset data and settings on your phone )))Apple loves you! Thanks.
Post
Replies
Boosts
Views
Activity
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 😉
Confirm that
First of all try to update Cocoapods to version 1.12.1
pod deintegrate
pod install
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 :)