Search results for

LLDB crash

29,557 results found

Post

Replies

Boosts

Views

Activity

xcode crashed after submitting app to appstore
Hi everyone,I am having an issue submitting the app I created to the App Store. I archived the app and everything was going fine until I clicked submit to appstore. About 10 seconds went by and then xcode crashed not allowing me to subit the app.Please let me know if there is any thing I can do to fix this problem.Respectfully,Concerned App Developer
14
0
5.6k
Jun ’15
Xcode Organizer Crash Submitting to Store
Hi,Been trying to submit to iTunes Connect, everything was working fine the week of the WWDC 2015. Tried to post up our final build this week and the Organizer has started crashing in iTunes Connect component with the Submit to Store button. I have filed a TSR, snippet of stack back trace below.I can work around by using the Application Loader 3.1, but getting new error:Non-public API usage with SockPuppetGizmo The above error had not been thrown prior to yesterday and I have been submitting the same App with a couple of of bug fixes over the last 2 weeks. I can find a reference to a GitHub SockPutterGizmo project and this appears to be watchOS1 / 8.2 SDK private headers that we are not trying to implement.Wondering if anyone else is having trouble trying to submit their 1st Watch App to the store this week and experiencing similar porblems?This crash started occuring on 6/17/15, hopefully fixed in Xcode 6.3.3 or Xcode 6.4 when it goes final.-=-=-=-=12 0x00007fff92ad3c46 _CFXPreferencesRepla
2
0
631
Jun ’15
Optimizing iOS App - Crash Log
Hi everyone, i want to optimize my application and checked the crash log via organizer. 1 error appears 3 time and i don´t know, what i´m doing wrong. I have a quiz game, with 4 button. I think the problem is, that the value of the button is not given to checkAnswer in the correct order!? How can i solve this problem? Is it another problem?Here is a screenshot of the crashlog:http://www.trackquiz.com/test/screenshot1.png
2
0
276
Jun ’15
Reply to IOPCIMatch
I don't add the driver to System/Library/Extensions. Its immediately upon loading the kext.sudo kextload -verbose 6 AppleSamplePCI.kextThe debug boot-args are being utilized in leui of a kext-signing credential.After the driver is built, it is copied with root permissions to /tmp :sudo cp -R AppleSamplePCI.kext /tmpAnd utilizing...sudo kextutil -verbose 6 AppleSamplePCI.kext...provides the diagnostic information, and immidiately recreates the same crashing condition of the driver load. The stdout from this command doesn't reflect any dependency issues or errors with the kext file.Basically, we're trying to set this reference driver, which *should* be a tested and validated starting point to talk to a PCI signal and data acquisition device connected via Thunderbolt to an Atikio enclosure. We remove the matching components from the info.plist that the driver comes with, and instead assign: IOPCIPrimaryMatchto the vid/pid of the target device. We also add:IOPCITunnelCompatible=true and:IOKitDebug=65535I
Topic: App & System Services SubTopic: Core OS Tags:
Jun ’15
xCode Server failed to start automated tests
Hello everyone,We encounter a problem when we try to use xCode Server to perform automated test.The destination of the automated test is the iPad 2 simulator. Also we have enabled code coverage for the corresponding scheme/targets.According to the logs for the Bot, at the end of the Build Log, it shows:xcodebuild[88163:801713] [MT] IDEBuildOperationQueueSetResourceManager: Resetting max operation to 1** TEST FAILED **None of the tests has been performed.From the console, the system log shows the following error:==== system log ===Jun 18 13:55:59: Xcode version: 6.3.2 (6D2105) (OS X SDK 13F34, iOS SDK 12F69) Jun 18 13:55:59: Server version: 4.1 (14S1092) Jun 18 13:55:59]: OS X version: 10.10.3 (14D136) Jun 18 13:56:00: common_reenable_update: UI updates were finally reenabled by application Xcode after 3.30 seconds (server forcibly re-enabled them after 1.00 seconds) Jun 18 13:56:01: inet_set_autoaddr(en1, 1) failed, Resource busy (16) Jun 18 13:57:29: process Xcode[93913] caught causing excessive wakeups. Obs
0
0
454
Jun ’15
nsurlsessiond crashes EXC_RESOURCE CPU in iOS 8.3
for the past few weeks on my iphone 5s, nsurlsessiond has been crashing a few times a day with EXC_RESOURCE CPU in the com.apple.libdispatch-manager queue. they all look like the crash report below. i'm developing an app that uploads a single zip file of ~150MB at a time to amazon S3 using a background NSURLSession upload task. there's nothing special set on the request. this results in the task not actually succeeding and when I launch my app it hangs on [NSURLSession sessionWithConfiguration:delegate:delegateQueue:] for 60s or so until it comes back to life and finally starts processing the task. is this a known problem?Incident Identifier: C00DFA73-0F0B-4CAF-A646-DFDA7D397C8FCrashReporter Key: df9dd31157b8b930a014e9b2fd8c974fb4fb60aaHardware Model: iPhone6,1Process: nsurlsessiond [129]Path: /usr/libexec/nsurlsessiondIdentifier: nsurlsessiondVersion: ???Code Type: ARM-64 (Native)Parent Process: launchd [1]Date/Time: 2015-06-18 09:51:29.740 -0400Launch Time: 2015-06-18 09:24:35.568 -0400OS
9
0
3.1k
Jun ’15
Xcode Version 6.3.2 crashes
Xcode Version 6.3.2 crashes every time I'm clicking Submit to Appstore button in organizer.rocess: Xcode [827]Path: /Applications/Xcode.app/Contents/MacOS/XcodeIdentifier: com.apple.dt.XcodeVersion: 6.3.2 (7718)Build Info: IDEFrameworks-7718000000000000~2Code Type: X86-64 (Native)Parent Process: ??? [1]Responsible: Xcode [827]User ID: 502Date/Time: 2015-06-18 15:48:35.973 -0400OS Version: Mac OS X 10.10.3 (14D136)Report Version: 11
4
0
344
Jun ’15