Search results for

LLDB crash

29,541 results found

Post

Replies

Boosts

Views

Activity

Xcode Crashing when fetching profiles from member center
XCode crashes when I fetch the provisioning profiles and continues to crash when opening any project (because it is going and checking the provisioning profiles).This first occurred when adding provisioning profiles and linking my account (in Xcode) to the developer portal.I opened issue 21220696 in the apple bug reporter but have not recieved an response.I can reproduce this issue every time.Here is the video of it happening. https://www.youtube.com/watch?v=TEaN6UnO59wThis is occuring on Xcode Version 6.3.2 (6D2105) & 10.10.3 (14D136)Here is the crash debug: https://gist.github.com/cdesch/86058dd98f22774d36bb
4
0
686
Jun ’15
Reply to Mail.app keeps crashing
same problem here - crash log very similar - removed all my exchange accounts - rebooted - and now mail starts up - added 1 exchange account back in, but it still not working normally - will not fetch any messages off server except new mail.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Most App are keep crashing down
Clean install using the USB Boot seems to work perfectly, however most app seems to crash down.Unsure what happen, so finally decide to revert back to the good ol Yosemite. At the time being the beta is not usesable at all.Installing Firefox (fail unless we change the security setting) and Paragon NTFS (one of my most important software is 100% not compatible.) Unsure about 1Password.We need to begin listing...
1
0
221
Jun ’15
iBooks won't login to iCloud
When i open iBooks, it show me a windows to login with my icloud ID. When i press enter, the windows disappears and become gray, with the name window and a spinning wheel (not when it crash, but when it's thinking/connecting). Then it comes back with the same login screen and the text An unknow error occured. When i close this window, iBooks hang and i have to force close the program.Console info:09-06-15 19:32:01,755 storeaccountd[567]: ADI: { Connection = keep-alive; Content-Length = 20; Content-Type = application/x-dmap-tagged; Date = Tue, 09 Jun 2015 17:31:59 GMT; Strict-Transport-Security = max-age=31536000; apple-timing-app = 5 ms; server-cloud-daap-version = 1.0; x-apple-application-instance = 404602; x-apple-application-site = ST11; x-apple-jingle-correlation-key = P6GIJJU424NU6YWNKOWSGTFHTI; x-webobjects-loadaverage = 0;}09-06-15 19:32:01,000 kernel[0]: Sandbox: iBooks(1543) deny(1) mach-lookup com.apple.dock.appstore09-06-15 19:32:01,763 iBooks[1543]: Could not find image named 'NSImage'.09
1
0
764
Jun ’15
Bluetooth apps crashing
So far, two of the apps that use Bluetooth are crashing whenever the apps try to connect to the devices. The first one is Kevo (it talks to the Qwikset Kevo lock to lock/unlock) and the second one is Mio Go (it talks to Mio's actitvity tracker Mio Fuse).
10
0
6.6k
Jun ’15
Watch OS 2 Beta
Hello,i tried to update my Apple Watch on Watch OS 2 Beta, but it crashes an now i cant Reset my Apple Watch. It only shows a red exclamation Mark.Anyone other got this Problem?Is there a way to get Help in the Apple Store?
8
0
1.2k
Jun ’15
nsurlsessiond issue using 100% CPU iOS 8.3
We have an application which downloads large amounts of data (10 files with a total of 5.8GB) using NSURLSession in the background. On iOS 8.3 and iOS 8.4 beta 3 we observed the following- The download sometimes suddenly stalls at around 1.2GB. Seems to happen on fat internet conenction with an iPad Air 2.- If we force terminate the App in this situation it can't be launched again. We have found that the nsurlsessiond is using 100% CPU and that the watchdog ist killing the App just after the launch as it is not responding. Looking at the crash report the creation of the NSURLSession [NSURLSession sessionWithConfiguration:delegate:delegateQueue:] seems to be waiting on a semaphore.This might be related to this post https://devforums.apple.com/message/1128072#1128072.I've attached the crash report below.Any ideas? We have filed this as Bug rdar://21300082Jakob------------------------------------------------------------------------Incident Identifier: 32D98114-3D3C-4C26-BFB5-F2984F6084DECrashRe
0
0
1.3k
Jun ’15
SMS & Apple Watch
So after updating my iPhone 6 and Apple Watch to their new respective betas, I had to restore my Apple Watch and start all over which I realize may be a bug. However now my watch will not let me reply to SMS messages and they don't show up in the Watch messages app. iMessages sync perfectly fine and I get SMS notifications, but no option to reply. If I try to send a new message as a SMS from the Watch, it crashes the device. This was also happening with the iOS 8.4 betas.Has anyone else had this problem? Thanks!
4
0
602
Jun ’15
Reply to Bluetooth apps crashing
From the iOS 9 release notes:Apps that use CBCentralManager (particularly retrievePeripherals: and retrieveConnectedPeripherals) will crash on launch or upon pairing an accessory. CBCentralManager was deprecated in iOS 7.0 and has been removed in iOS 9.0.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
CBCentralManager deprecated?
The iOS 9 release notes read:Apps that use CBCentralManager (particularly retrievePeripherals: and retrieveConnectedPeripherals) will crash on launch or upon pairing an accessory. CBCentralManager was deprecated in iOS 7.0 and has been removed in iOS 9.0.I am wondering heavily if this is a mistake or actually true? CBCentralManager does not seem to be deprecated currently, and still seems to be present and working in iOS 9 from my tests. I did notice some differences in how BTLE works, but basically its still the same as before.I suppose the release notes actually mean that the two methods have been removed, not the entire class? If CBCentralManager is really removed, how is it replaced?
2
0
727
Jun ’15