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.
Search results for
LLDB crash
29,554 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Strava, Garmin Connect, Wahoo Fitness and Kinetic apps all need bluetooth and all crash immediately in ios 9 b1.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
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 ?
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
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
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.
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/
So, on the evidence here it is a problem with a particular MBP. Photos is running well on my late 2012 27 iMac with 10.11.I have other issues with Photos but no crashing, tempting fate.
Topic:
App & System Services
SubTopic:
Core OS
Tags:
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?
We saw this in the labs at WWDC. The crash was caused by an offending custom color picker. Try removing any custom color pickers you have installed on your system.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
Please file a bug and attach any crash reports or spin reports for Xcode. We think this is a known issue but I want to be sure!
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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:
How do you file a crash report? Never needed to do it.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags:
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.
Perhaps you missed the part where I suggested you symbolicate the log. If you do so, this line0 Rest on Work 0x0000000100094e54 0x100088000 + 52820will indicate the source file and line of code at which it crashed. That's usually a pretty good clue what the problem was.
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
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.