Search results for

LLDB crash

29,559 results found

Post

Replies

Boosts

Views

Activity

Reply to No Crashes?
Any time your applications quits (crashes) unexpectedly the Xcode debugger will shows crash data. The Xcode simulator is not the same as the application on an actual device. There are apps that don't crash on Xcode but when put onto a device will crash for various reasons the simulator doesn't account for.
Jun ’15
Reply to iOS 9 Beta 2 and Phone App Crashing
So, it's back to working and here is the crazy thing I did.From another iPhone (I assume you can use any phone), I called my iPhone number on the Iphone with iOS 9 that was giving me trouble crashing and not letting me get to the dial pad. I left a voice message, since I couldn't answer the phone.Once I received a message on the iPhone 6 in trouble that a voice mail was received, I hit the phone icon and BOOM, I could now get into the dial pad withot crashing. Crazy, but I guess it just need a wake or reset via a phone call / voice mail.Just to make sure I state everything, at the same time I was tried this, I was restoring my iPhone from a backup, this after reinstalling iOS 9 Beta 2 and in addition, it was synhing to my Apple Watch. So I don't think the restore did it, but wanted to be clear about what I did.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to OS X 10.11 Beta Software Compatibility
Adobe Creative Cloud 2015 apps are not working well for me in 10.11 El Cap Beta 2. Illustrator CC 2015 crashes on startup, and won't run at all. Photoshop has numerous UI bugs that are not present in 10.10 or 10.11 Beta 1. If you use Creative Cloud 2015, it may not run well under Beta 2, even though it ran great on Beta 1. 2013 15 rMBP
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to el capitan beta 2 update frozen at 3/4 progress
Alright so I hit shift right after I hit the power button annd a bunch of white text showed up, then a second later it crashed and started rebooting with an apple aand progress bar. After the progress bar finished, a prompt showed up to reset my password by entering my apple id- so I entered it and hit next, it then went back to the login screen with the user and guest account buttons. I hit my user account and its frozen at 3/4 updated again. I will restart my comp and try cmd-s right after hitting the power button.PS I really appreciate you helping me!
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
How to fix issue with Enterprise Accout ?
I am updating in-house app for a client which they have a previous version currently on over 200+ devices of company. I want update new version app, but when i try to sign the app with the distribution provisioning profile it asks me for the private key. After searching, people suggested to revoke the old certificate and generate a new one on the machine. File build success, but some devices install failed. How to fix this issue ?========================Screenshots :https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-xfa1/v/t34.0-12/11666212_1446271629012426_4522048760246493753_n.jpg?oh=c2ed550cbf4335360cd82d117beec4dc&oe=558EE850&__gda__=1435439966_7aeba78d901a087e5b1e8582baa4c227========================Crash Logs :Jun 26 10:22:26 DungNguyens-iPhone installd[76] <Notice>: 0x100794000 -[MIClientConnection _doBackgroundInstallationForPath:withOptions:completion:]: Install of /var/mobile/Media//PublicStaging/com.vccorp.sohadownload.zip type Customer requested by mobile_installation_proxy (p
1
0
3.4k
Jun ’15
Change split view controller master view controller
Background: I am playing around with different iOS programming elements for the first time and would like to create a basic application to experiment with.]The default template for a split view controller in a storyboard provides a navigation controller (with a table view as its root view controller) as the master view controller (shown below). Creating a new project with the storyboard shown below and running it on my iPad works just fine. [EDIT: For some reason the images aren't displaying in my published post, so here's a direct link: https://dl.dropboxusercontent.com/u/4990751/First%20Storyboard.png]I would like the master view controller to instead be a tab bar controller. I would have thought that this would be as simple as modifying the split view controller's master view relationship to link to a tab bar controller (eg: see below), but this does not appear to be the case. Modifying the storyboard from above as shown below and running it on my iPad causes the app to crash with the following er
1
0
391
Jun ’15
Reply to OptionSetType desperately needs a .Empty option
I would say it “looks and smells” like the Set type from the standard library, which can also be initialised from an ArrayLiteral. If you're making your own OptionSetTypes then feel free to include a .Empty case if you like. Or, if you're determined not to get used to it, even though you're going to see example code involving sets using it all the time, and it fits with the mathematical notation for an empty set, then do something likefunc emptyOptionSet<T: OptionSetType>() -> T { return [] }or preferably something likeextension OptionSetType { static var EmptySet: Self { return [] } }if I could get it to stop crashing playgrounds.
Topic: Programming Languages SubTopic: Swift Tags:
Jun ’15
Reply to No Crashes?
TestFlight is pretty much a broken tool now that Apple took over. I went for almost a month with no crashes showing up across all my various versions, and then suddenly one day got crashes showing for the preview 15 versions I had pushed to testers.
Jun ’15