Search results for

LLDB crash

29,554 results found

Post

Replies

Boosts

Views

Activity

Strava/BlueTooth issue?
9 beta 1 breaks Strava, Kinetic, Garmin Connect and Wahoo Fitness on iPhone 6+. Apps will launch but crash immediately. Appears to be Bluetooth-related e.g. Wahoo seems normal until you try to connect (via bluetooth) to a sensor, then immediate crash. Fact that four different apps, from four competing companies, are all broken suggests (to me, anyway) that the problem is on Apple's side -- they've changed something that, before, was commonly used and accepted.
1
0
175
Jun ’15
Show crashes in xcode
Hi,An other member of my team (Organization) published an archive on itunes connect, via Xcode (For TestFlight). After 2-3 days, he can show crashes on Xcode Organizer.But my xcode show anything. We have both itunes account with Admin role.Can I show the crashes without building archives ? Any maners to see crashes, or is just in the Xcode of the person who build ?ThanksEdit : I have an account for Member Center and another email for iTunes connect, should be the reason ?
1
0
400
Jun ’15
Reply to app crashes during the review
This is the info.But again, on my IOS devices it works. How can i reproduce the error?Incident Identifier: F4D9C4FE-8FF6-4644-9A55-4A3E40B0F7ABCrashReporter Key: cf6a84f534a41cb13e27c5c5c9a61d5f788a1ae8Hardware Model: xxxProcess: Rest on Work [460]Path: /private/var/mobile/Containers/Bundle/Application/FBFAE490-A040-4568-8C10-1802A3A6D046/Rest on Work.app/Rest on WorkIdentifier: com.apptime24.timebreakVersion: 1 (2.5)Code Type: ARM-64 (Native)Parent Process: launchd [1]Date/Time: 2015-06-11 15:52:37.941 -0700Launch Time: 2015-06-11 15:52:34.507 -0700OS Version: iOS 8.3 (12F69)Report Version: 105Exception Type: EXC_BREAKPOINT (SIGTRAP)Exception Codes: 0x0000000000000001, 0x0000000100094e54Triggered by Thread: 0Thread 0 name: Dispatch queue: com.apple.main-threadThread 0 Crashed:0 Rest on Work 0x0000000100094e54 0x100088000 + 528201 Foundation 0x0000000186d6efc0 0x186c78000 + 10116482 CoreFoundation 0x0000000185e24128 0x185d44000 + 9178003 CoreFoundation 0x0000000185e23dd8 0x185d44000 + 9169524 CoreFou
Jun ’15
Yahoo Mail Password Crashing iPad
Have iOS 9 installed on iPhone and iPad. I also have Yahoo Mail accounts on both.iPhone - Lots and lots and lots of pops up telling me my password is incorrect, try entering again. I just ignore them and Mail is pulling fine.iPad - Would not pull Mail so I went into Mail settings and started re-entering my password for Yahoo Mail. For discussion purposes, my password contains these characters......ica#Y......When I enter the Y, Settings crashes. 100% of the time.So...any thoughts on a) why this is happening and b) why only on the iPad.
5
0
1.1k
Jun ’15
Fix re-entering password 10x on login - Keychain access iCloud on El Capitan
I have to keep entering in my password about 10x every time I restart even after authenticating my iCloud keychain access on my devices and Macbook Pro. How do I make sure that the Keychain access works properly so I don't need to enter in my password 10x everytime I restart my MacBook Pro or log-in?It also says pending on my iCloud Keychain on my iPhone.I tried going back into Settings > iCloud -- but it crashes every single time. I have also tried going to this locally on my browser, but don't know how to delete the files? file:///Users/<user name>/Library/Application%20Support/iCloud/Accounts/
6
0
2.7k
Jun ’15
Testing app versioning
What is the best method for testing that a new version of your app which is in Test Flight when launched to the App Store will provide a seamless update for the users of your app? In our r1 to r2 the app updates would appear to take place but when any user tried to launch the newer version it would just crash. The users would have to delete and then reinstall a fresh version of the new version and everything would work fine. So now we are getting ready to submit r3 of the app and have ensured API versioning was completed betwen r2 and r3 but how do we test that the end user experience for updating wlll be seamless?
1
0
489
Jun ’15
Reply to Most App are keep crashing down
I have the same problem. But most comes from native apps.After digging to the crash reports, most app crashes because the related library is not found: /System/Library/PrivateFrameworks/AccountsUI.framework/Versions/A/AccountsUIHope apple help to solve the problem.I am using MacBook Pro (13-inch, Mid 2009)
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
lldb-server
The Apple documentation code states that lldb-server must be used on the local machine in order to connect. It also states that lldb-server has to be built from source. I figured these would be included in the kernel debug kit. Regardless, the links to the source on the lldb website are broken debian links, and the lldb-server doesn't seem to be included in the newest KDK. How else can I set up a two-system debug environment?Thanks.Brian.
0
0
1.1k
Jun ’15
rdar://21364764 reproducible Swift crash during compilation
I had some code that compiled and its test passed under Xcode 6.3.2.I opened it with Xcode7b1 and let it convert it. The code still had a number of errors so I tried fixing them and got to a point where Swift crashes during compilation and I cannot proceed any farther.Steps to Reproduce:1. git clone https://github.com/dave256/DDRCoreDataKit2. git checkout xcode7b1radar3. open the project and build itExpected Results:Swift compiler should not crashActual Results:Swift compiler crashesIf you want to see what happens during the conversion process, you can do:git clone https://github.com/dave256/DDRCoreDataKitgit checkout swift1.2and then open it with Xcode 7.
0
0
191
Jun ’15