Search results for

LLDB crash

29,540 results found

Post

Replies

Boosts

Views

Activity

Reply to Testing with MS Exchange
I use a few Exchange accounts with Apple Mail - its been a bumpy road over the last few releases in my experience. I don't know what the Mail team do but in some releases it works great and then it just stops working properly with Exchange accounts (read/unread not working properly, mail not automatically syncing, mail content not always appearing etc). So far in El Capitan I've been able to add one account - Mail seems fine with that but Calendar doesn't show the associated calendar even though I've made it active. Then when I add a second Exchange mailbox, Mail just crashes immediately and continues to do so until I remove the second account.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Crash - Kern_Invalid_address
Hey everyone. I wasn't sure which section to put this in but this was the most relevent i could find.Im new to all this and this is my first app so bare with me.I've created an app using Unity and then built it through xcode. When submitting to the app store i got 3 crash reports. I've tried to understand them but I cant seem to get my head around what they mean.All 3 crash reports are fairly simmilar with the following error: Exception Subtype: KERN_INVALID_ADDRESS at ... I will post one example below. If you want the other 2 reports then just ask!Thanks for your help!Incident Identifier: 938FFF53-56A2-4A1D-BF23-4E24567BA101CrashReporter Key: 3286a932eadfb6a4501de9b1e0044450b3f54fb3Hardware Model: xxxProcess: Box [1376]Path: /private/var/mobile/Containers/Bundle/Application/00E4561A-F30C-4C48-B2BD-355A71A4D971/Box.app/BoxIdentifier: Bob.BobVersion: 1 (1)Code Type: ARM (Native)Parent Process: launchd [1]Date/Time: 2015-06-02 17:16:47.033 -0700Launch Time: 2015-06-02 17:16:42.956 -0700OS Vers
2
0
1.8k
Jun ’15
Is there any way to keep a watch app active in watchOS 2?
Even if the watch must deactivate the app when a user lowers there wrist (though preferrably not) we desparately need for apps to be guaranteed to become active again when the wrist is raised again. An opt-in would be the perfect option. Obviously not all apps should do this so you'd want a way for users to decide.I develop a fitness timer app that users check regularly. Once tired and sweaty if the user raises their wrist and the app is no longer there it's too much to ask for them to use the fiddly app selector interface to get the app back. At that point they probably just assume the app has crashed and will no longer use it. And who can blame them.The only option is to select that the last activity always becomes active, but who wants their watch to do that? If this has not been addressed yet, it absolutely needs to be.I'm currently in the ludicrious position of telling the users that are asking for a watch app that the Apple watch is no good for timing apps!
5
0
7.3k
Jun ’15
Mail and multiple exchange accounts
Hi,should the new mail client in OSX 10.11 be able to support multiple exchange accounts at once? I have to use 4 all of which are held within the office 365 environment and having more than 1 active causes mail to crash on startup with a 'Root folder ID changed ... once an account is created, the root folder id shouldn't change on the server' error.Disabling the accounts within Internet Accounts allows me to open mail, and adding them back one at a time allows me to have 2 active but restarting then goes bang again.Deleting and re-adding them doesn't work as the Internet Accounts tool doesn't do anything once 'Done' is clicked after keying the details back in, so no chance of getting the system to recreate with an apparently correct folder ID.If I try to deactivate the only active exchange account, I then get a message that 'Only one Exchange account can be enabled at a time' which I guess answers the question about multiple accounts.Is this going to be enforced going forwards that only the one acco
6
0
4.8k
Jun ’15
Reply to iBooks won't open a book
I'm unable to even open iBooks. It crashes immediately and will not open.Crashed Thread: 4 Dispatch queue: com.apple.iBooksX.SampleBooksException Type: EXC_CRASH (SIGABRT)Exception Codes: 0x0000000000000000, 0x0000000000000000Exception Note: EXC_CORPSE_NOTIFYApplication Specific Information:*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: 'data parameter is nil'terminating with uncaught exception of type NSExceptionabort() called
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
Reply to Mail and multiple exchange accounts
You aren't alone Scott. I had two exchange accounts active when I moved from 10.10.4 to 10.11 and now I have to follow the same steps as you do to get Mail to load without constantly crashing on startup with the same 'Root folder ID...' error you mentioned above. Sad that this functionality is problematic with their first beta. I'm sure a fix will be coming shortly.
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
What's the proper way to get Xcode to accept a git repo with spaces in the repo name?
This worked in Xcode 6. Xcode used to replace spaces with %20 and work. I've tried with spaces, backslash before spaces, quoting the string, and double quoting the string. Xcode won't even try to hit the server, probably some parsing error. Using %20 appears to crash Xcode. In fact, I had to delete my old repo in the list from an earlier version of Xcode to even see the list in Xcode 7 beta.
0
0
194
Jun ’15
use of unresolved identifier 'self'
So I'm trying to debug a swift app with LLDB and ever since I incorporated cocoapods, I get this error when trying to use po on any variables or objects.error: <EXPR>:1:1: error: use of unresolved identifier 'self'I have checked all the optimization settings for my targets and project overview and everything seems correct according to other forums posts that used to be here.This is happening with xcode 6.3.2 and 6.4 beta 3, I havent tried with xcode 7 yet because I dont want to convert my app over to swift 2 yet.From what little I have learned it might be an xcode bug, but since its really difficult to debug complex apps with random println() I'm following up and trying to make sure I didnt miss some random setting that might be affecting this.Thanks.
1
0
4.1k
Jun ’15