I have used Xcode 12.4, lldb in Xcode 12.4 work ok, it can Add Expression or Use p or po in LLDB command Line. but After I upgrade my OS and Xcode, p or po will trigger LLDB RPC server crash .The LLDB RPC server has crashed. You may need to manually terminate your process. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix 'lldb-rpc-server'. Please file a bug and attach the most recent crash log. lldb-rpc-server_2021-10-28-145717_chenxi.crash OS:macOS Big Sur 11.6 Xcode: 13.0 download from AppStore or 13.2beta download from https://developer.apple.com/download/all/ please refer to the attachment for more details. and tell me how to slove this problem 。 thanks
Search results for
LLDB crash
29,540 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Put this code in a developing pod, set a break point in that pod, you may get:Message from debugger: The LLDB RPC server has crashed. The crash log is located in ~/Library/Logs/DiagnosticReports and has a prefix blah, blahThe same code won't bother XCode 11.3.1, but any xc version above thatPlz fix this, very annoying mistakeI used xcode for more than 8 years, only xcode 3 ~ 4 is something remarkable, after that tons of bugsPlease be reliable, my friendpublic class AppsFlyerService: Service { public static let shared = AppsFlyerService() private var hasHandled = false private override init() { super.init() AppsFlyerTracker.shared().appsFlyerDevKey = AppsFlyerDevKey AppsFlyerTracker.shared().appleAppID = Constants.AppleAppID AppsFlyerTracker.shared().delegate = self AppsFlyerTracker.shared().isDebug = false let idfa = ASIdentifierManager.shared().advertisingIdentifier.uuidString print(idfa) } override public func applicationDidBecomeActive() { AppsFlyerTracker.shared().trackAppLaunch
You can use the LLDB crash report module, lldb.macosx.crashlog, described in the open source project.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Hi, As stated in the title, I would like to know what is the cause of the issue and how can i fix this? Attached below is the crashlog Crashlog - https://developer.apple.com/forums/content/attachment/769d1283-b4c3-47dd-b3e1-50b9b6741208
Same story here. It was working fine 2 weeks ago, but now LLDB crashes as soon as I put a breakpoint in my App :-( Anyone found any solution for this issue?
Topic:
Graphics & Games
SubTopic:
RealityKit
Tags:
When I run my javafx file it quite unexpectedly by showing a error massage as java quit unexpectedly. Is there anyway to solve this
Hi,I have an app in the appstore where the users have reported to me that sometimes the app unexpectedly quits. The app is a shopping list like-app where items are entered into a tableView. I have been trying to replicate the crash but I haven't been able to do it.I know that without any code it would be impossible to identify the issue but I was wondering if there is a common reason as to why apps unexpectedly quit when you are not even entering information.This is how users have described the crash to me...User 1: When the app went blank I wasn't doing anything, I looked up to check soemthing out and when I looked down to see my list it was blank.Any suggestion as to what to look for?
Minecraft Launcher gives message minecraft launcher quit unexpectedly when opened, this began happening after I updated to macOS Sequoia Beta 15.0 (24A5327a) Anyone know a fix?
I am running xCode 8.1 with Sierra OS on a MacBook Pro (early 2011) with 16GB ram.When running xCode, if I maximize a window, then minimize it some time later, the program crashes and I get the Xcode quit unexpectedly error message. When I restart xCode, everything reloads correctly and no data seems to be lost. This will happen every time I mazimize, then minimize a window. This problem did not occur with previous versions of xCode.All other programs on the computer seem to work correctly with Sierra.
Hi,Has anyone gotten the UIKitSystem Quit Unexpectedly error upon installing Mojave Beta 1? Also, won't open any of the UIKit apps that were ported over from iOS. Even if I do not open them up, this error keeps coming up which is annoying. Hoping someone might have insight.Thanks
Hi, newby around here! I'm running Big Sur 11.0.1 on a PC through VMware Workstation Pro 16 and every time that I try to open Reality Converter, it quits unexpectedly. Did anyone have a similar problem?
I'm having an issue with mail and iOS 9. I have a button in my app that creates a MFMailCompositionViewController used for submitting feedback via email. This works fine in iOS 8. However, in the iOS 9 simulator, whenever I push this button, a window outside of the simulator pops up saying MailCompositionService quit unexpectedly.Meanwhile, the Xcode console shows the following output:viewServiceDidTerminateWithError: Error Domain=_UIViewServiceInterfaceErrorDomain Code=3 The operation couldn’t be completed. (_UIViewServiceInterfaceErrorDomain error 3.) UserInfo=0x7fa3aaff02b0 {Message=Service Connection Interrupted}However, the app hasn't actually crashed. It continues to work fine. The app only crashes if I try to share something via email using UIActivityItemProvider. And when this crash happens, there's no log output other than (lldb). Is this just an issue with the simulator? I haven't tried running the app on an actual device with iOS 9.
Looks like I'm having a bad morning. I'm on 10.11.6 and Xcode 7.3.1.Xcode keeps crashing. When I re-launch Xcode, it restores the window of my open project and crashes again. I rebooted my machine and was able to start working again for about 5 minutes and now it is doing it again.When relaunching I get:Xcode quit unexpectedly while using the dsc_extractor.bundle plug-in.I sent probably 10-15 crash reports to Apple.
Safari / El Capitain 10.11.6Yesterday ended up downloading Safari 11 for Sierra in error - Strangely it allowed installation - but obviously didnt run-long story short I was able to get Safari 11/El Capitain pre release beta to overwite via Pacafist ( installer wouldnt work as it saw Safari as newer)and all working , except now I get :SafariBookmarksSyncAgent quit unexpectedly every 10 seconds.It goes away if I remove SafariBookmarksSyncAgent ( which along with other files in the bundle has a mod date 08/09/17 so hasnt been updated) I have El capiatin 10.11.6 OS final image /Safari EC beta image and the Safari 11 Sierra image.Anyone know what files I can swap over to sort this out.Any advice much appreciated.Some details..more if needed :Dyld Error Message: Symbol not found: _OBJC_CLASS_$_WBSAnalyticsLogger Referenced from: /System/Library/CoreServices/SafariSupport.bundle/Contents/MacOS/SafariBookmarksSyncAgent (which was built for Mac OS X 10.12) Expected in: /System/Library/PrivateFramewo
I'm trying to submit an archive to the App Store. Yesterday, the same process was working fine. I'm getting an Xcode quit unexpectedly error. I'm using Xcode 6.3.2. Please provide assistance.