i am creating an app for my dads elementary school, i want it to require users to create accounts, how can i go about creating the database in my app to save the information that the users input?
Brighten your iPad with a colorful cover, stream to your TV, download pictures from your digital camera, and more. There’s already so much you can do with iPad and iPad mini
The incredibly thin Apple Wireless Keyboard uses Bluetooth technology, which makes it compatible with iPad
iPad inspires creativity and hands-on learning with features you won’t find in any other educational tool
Apple announces 4th generation iPad packing an A6X CPU
i am creating an app for my dads elementary school, i want it to require users to create accounts, how can i go about creating the database in my app to save the information that the users input?
I'm using Xcode 4.5 on a system that belonged to a former employe and I can't type. There's a weird rectangle text cursor (instead of the I-beam) blinking and a blank line at the bottom of the workspace that responds to my key strokes in a weird manner. If I press a key the text cursor will just get smaller and the blank line will shot the word -- INSERT --. If i'll type the latter q the blank row wil show the word RECORDING in the blank line. There's also the location path of the file I'm currently on like you see in the picture, that's another "addon" I've never seen before. I've wrote red numbers next to the problems I'm having.
Of course you saved the file before running ?
Is your target IOS 6 or IOS 5.1 ?
I've a code in xcode which runs a web link to execute phpScripts.
================================================================================ ====
NSString *strURL = [NSString stringWithFormat:@"http://www.???.com/1.php?customerid=??"];
// to execute php code
NSData *dataURL = [NSData dataWithContentsOfURL:[NSURL URLWithString:strURL]];
// to receive the returend value
NSString *strResult = [[NSString alloc] initWithData:dataURL encoding:NSUTF8StringEncoding];
================================================================================ ====
The problem with this is, when I try to input a foreign language as the variable 'customerid', the script will not be executed. Only English will be understood and executed, every other languages with foreign characters will not be executed.
Please advise.
Hi I want convert my existing application universal to ipad app. but this is not possible. But if i rename my app name and submitted to appstore for review. Then can i reuse my existing app name again?
Hello,
I'm having a lot of trouble getting an app to build properly. I'm using the Corona SDK, but I believe that my true problem lies here:
It says, "Valid signing identity not found."
I've gone through the process of uninstalling all of my Provisioning Profiles and reinstalling them numerous times but still haven't solved this issue. Any advice would be greatly appreciated.
Cheers,
- Bret
If you change the namre of a variable check out Xcodes refactor capabilities. Edit->Refactor
I'm using Xcode 4.5 on a system that belonged to a former employe and I can't type. There's a weird rectangle text cursor (instead of the I-beam) blinking and a blank line at the bottom of the workspace that responds to my key strokes in a weird manner. If I press a key the text cursor will just get smaller and the blank line will shot the word -- INSERT --. If i'll type the latter q the blank row wil show the word RECORDING in the blank line. There's also the location path of the file I'm currently on like you see in the picture, that's another "addon" I've never seen before. I've wrote red numbers next to the problems I'm having.
Of course you saved the file before running ?
Is your target IOS 6 or IOS 5.1 ?
I would like to have Pixel FIlm Studios Store Link added to the Final Cut Pro X Plugins and Effects page.
How would I go about contacting the correct person at Apple?
Of course you saved the file before running ?
Is your target IOS 6 or IOS 5.1 ?
Thanks etresoft.
Learning the facebook API and building an app is one way.
I'm trying to find the quickiest way, at first.
The only way I managed that is using a virtuall mouse with this kind of command from an other program
CGPoint pt;
pt.x = 1000;
pt.y = 400;
CGEventRef moveMouse = CGEventCreateMouseEvent (NULL,kCGEventMouseMoved,pt,NULL);
CGEventPost (kCGHIDEventTap, moveMouse);
CGEventRef cam move, click, drag, ...like an real mouse.
So, I'm using it to click on the publish button.
It's not a great solution but it works.
I wonder if it's possible in macOS developpement to have a pointer on a window (the front window of an application for example) and sends command to it (like enter-which means public in my case- or cancel).
I would like to have Pixel FIlm Studios Store Link added to the Final Cut Pro X Plugins and Effects page.
How would I go about contacting the correct person at Apple?
Of course you saved the file before running ?
Is your target IOS 6 or IOS 5.1 ?
I am looking at developing a UI automation framework that would utilise the accessibility framework.
Target audience would be corporate testers, not the public.
The corporate tester would install the custom screen reader to their device, which would then perform the actions detailed in a script to test the UI.
Preferably without recompiling the target app, and also supporting native Apple apps.
Thanks,
Mike.
I know that this is probably a commun question but I'm still posting it because I did not find a suitable explenation that could help me with my problem.
I just started with xcode and has funny has it is, I'm already having my first error.
I started a new project (Single View Application), and in the .xib I added a simple label with some text and then tried to "Run" it.
It compiles fine but then I get the "Thread 1: Signal SIGABRT" and on the debbuger window i get this:
"
2012-12-29 23:30:07.699 HelloWorld[2499:11303] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[
*** First throw call stack:
(0x1c8c012 0x10c9e7e 0x1d14fb1 0xb76711 0xaf7ec8 0xaf79b7 0xb22428 0x22e0cc 0x10dd663 0x1c8745a 0x22cbcf 0x22e98d 0x10ceb 0x11002 0xfed6 0x21315 0x2224b 0x13cf8 0x1be7df9 0x1be7ad0 0x1c01bf5 0x1c01962 0x1c32bb6 0x1c31f44 0x1c31e1b 0xf7da 0x1165c 0x1bad 0x1ad5 0x1)
libc++abi.dylib: terminate called throwing an exception
(lldb)
"
And I just can't unterstand why I have this error because I changed nothing, apart from adding a label in the window (.xib file).
Thank you in advance.
Best regards.
Hi,
I worked on a simple exercise to practice storyboards.
At some time, I had a field called caliberLabel, a label that I create in the nib (in the storyboard) and connected to the .h to create outlet in order to be able to reposition programmatically.
I did work fine.
Later, I decided to change the name caliberLabel in calibreLabel and did by manual editing in all files that references it (.h and .m viewcontroller).
Even though I could not find anymore any reference to caliber in the text, I got the following error at the opening of the iPhone 5.1. simulator.
2012-12-29 20:21:25.148 MasterPact simple[10047:c07] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[
Where can this caliberLabel be hidden in my project ?
I also checked the object name in connections editor to delete the reference and rebuild it.
Finally, I had to rebuild a new project, with the same code and everything works fine.
So problem is solved for this time, but I would like to understand what happened to avoid it in the future.
Thanks.
I am looking at developing a UI automation framework that would utilise the accessibility framework.
Target audience would be corporate testers, not the public.
The corporate tester would install the custom screen reader to their device, which would then perform the actions detailed in a script to test the UI.
Preferably without recompiling the target app, and also supporting native Apple apps.
Thanks,
Mike.
Yepp, the flickr site is driving me mad on my ipad3 as it's constantly opening the tiny flickr iPhone app instead of closing by tapping the X.
Please apple - fix this soon....
Xcode 4.5.2:
- requires OS X 10.8.x or OS X 10.7.4 and does not run on earlier versions of OS X.
- supports development for iOS 6, OS X 10.8, and OS X 10.7 and can be used to build and submit apps to the store. Available in the Mac App Store - also to devs in a paid program with up-to-date agreements via downloads at dev dot com* (1.56GB).
Changes in Xcode 4.5.x
• Xcode 4.6 DP-4 pre-release with beta 4 iOS 6.1 build #4H112f available to registered devs 12.17.2012.
? The latest Xcode for Snow Leopard is 4.2* and that appears to be the highest it will go. 10.6.8 is required for iOS support.
iCloud requires Lion as a minimum.
Storyboards are iOS 5 and up only.
Retina support for the newer iPads requires the app be built using at least iOS 5.1 SDK.
Xcode is free. Xcode latest release version is available via the (Mac) App Store on OS X. Some older versions are available to registered developers with an active paid Developer Account via *developer.com.
Xcode tools & add-on's: (Graphics Tools, Hardware I/O, Command Line Tools, Dashcode, etc.) Requires paid account and login.
Can I develop applications for Mac OS X with ARC using Snow Leopard?
No. The Snow Leopard version of Xcode 4.2 doesn’t support ARC at all on Mac OS X, because it doesn’t include the 10.7 SDK. Xcode 4.2 for Snow Leopard does support ARC for iOS though, and Xcode 4.2 for Lion supports both Mac OS X and iOS. This means you need a Lion system to build an ARC application that runs on Snow Leopard.
What about older versions?
There is no OS that supports both Xcode 3.x and Xcode 4.3.x. There is no version of the OS that supports both Xcode 4.0.x and 4.3.x. The last OS that supported Xcode 3.x was Snow Leopard, and Xcode 4.3 is only supported on Lion.
Technical Support and Learning Resources
Apple offers a number of resources where you can get Xcode development support:
• http://developer.apple.com: The Apple Developer website is the best source for up-to-date technical documentation on iOS and OS X.
• http://developer.apple.com/xcode: The Xcode home page on the Apple Developer website provides information on the developer tools.
• http://devforums.apple.com: The Apple Developer Forums feature a dedicated Developer Forum for Xcode developer previews.
Use http://bugreport.apple.com to communicate issues with Apple. Include detailed information of the issue, including the system and developer tools version information, and any relevant crash logs or console messages.
I am looking at developing a UI automation framework that would utilise the accessibility framework.
Target audience would be corporate testers, not the public.
The corporate tester would install the custom screen reader to their device, which would then perform the actions detailed in a script to test the UI.
Preferably without recompiling the target app, and also supporting native Apple apps.
Thanks,
Mike.
Hi,
I worked on a simple exercise to practice storyboards.
At some time, I had a field called caliberLabel, a label that I create in the nib (in the storyboard) and connected to the .h to create outlet in order to be able to reposition programmatically.
I did work fine.
Later, I decided to change the name caliberLabel in calibreLabel and did by manual editing in all files that references it (.h and .m viewcontroller).
Even though I could not find anymore any reference to caliber in the text, I got the following error at the opening of the iPhone 5.1. simulator.
2012-12-29 20:21:25.148 MasterPact simple[10047:c07] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[
Where can this caliberLabel be hidden in my project ?
I also checked the object name in connections editor to delete the reference and rebuild it.
Finally, I had to rebuild a new project, with the same code and everything works fine.
So problem is solved for this time, but I would like to understand what happened to avoid it in the future.
Thanks.
Whenever I launch Xcode, it shows me this message:
and no matter which button I click, I always get this crash log:
Process: Xcode [1839]
Path: /Applications/Xcode.app/Contents/MacOS/Xcode
Identifier: com.apple.dt.Xcode
Version: 4.5.2 (1847)
Build Info: IDEApplication-1847000000000000~5
App Item ID: 497799835
App External ID: 11823664
Code Type: X86-64 (Native)
Parent Process: launchd [174]
User ID: 502
Date/Time: 2012-12-29 08:55:48.868 -0500
OS Version: Mac OS X 10.8.2 (12C54)
Report Version: 10
Interval Since Last Report: 379642 sec
Crashes Since Last Report: 120
Per-App Interval Since Last Report: 52802 sec
Per-App Crashes Since Last Report: 46
Anonymous UUID: FE20DE5A-65E0-EB7F-5F80-9F52593E2BDF
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000
Application Specific Information:
ProductBuildVersion: 4G2008a
UNCAUGHT EXCEPTION (NSInternalInconsistencyException): Extension Xcode.Device.iPhonePlaceholder class 'DVTiPhoneLocator' not found for required key 'locatorClass'
UserInfo: {
DVTExtensionClassNameErrorKey = DVTiPhoneLocator;
DVTExtensionIdentifierErrorKey = "Xcode.Device.iPhonePlaceholder";
DVTPlugInExecutablePathErrorKey = "/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Develop er/Library/Xcode/PrivatePlugIns/IDEiPhoneSupport.ideplugin";
DVTPlugInIdentifierErrorKey = "com.apple.dt.IDE.IDEiPhoneSupport";
}
Hints: None
Backtrace:
0 0x00007fff8a2d608e __exceptionPreprocess (in CoreFoundation)
1 0x00007fff8c3de3f0 objc_exception_throw (in libobjc.A.dylib)
2 0x000000010a659ff1 -[DVTExtension _adjustClassAttribute:forKey:inParameterData:] (in DVTFoundation)
3 0x000000010a659c56 -[DVTExtension _adjustClassReferencesInParameterData:usingSchema:] (in DVTFoundation)
4 0x000000010a6b054f -[DVTExtension _fireExtensionFault:] (in DVTFoundation)
5 0x000000010a6b0110 __63-[DVTExtension _valueForKey:inParameterData:usingSchema:error:]_block_invoke_0 (in DVTFoundation)
6 0x000000010a6d7446 __DVTDispatchSync_block_invoke_0 (in DVTFoundation)
7 0x00007fff8c54a0b6 _dispatch_client_callout (in libdispatch.dylib)
8 0x00007fff8c54b723 _dispatch_barrier_sync_f_invoke (in libdispatch.dylib)
9 0x000000010a6d7263 DVTDispatchSync (in DVTFoundation)
10 0x000000010a6d7077 DVTSyncPerformBlock (in DVTFoundation)
11 0x000000010a63417d -[DVTDispatchLock performLockedBlock:] (in DVTFoundation)
12 0x000000010a6b0007 -[DVTExtension _valueForKey:inParameterData:usingSchema:error:] (in DVTFoundation)
13 0x000000010a65940d -[DVTExtension valueForKey:] (in DVTFoundation)
14 0x000000010a65ec03 +[DVTDevice _knownDeviceLocators] (in DVTFoundation)
15 0x000000010a65e7bc -[DVTDeviceManager startLocating] (in DVTFoundation)
16 0x000000010af443d3 __IDEInitialize_block_invoke_0 (in IDEFoundation)
17 0x000000010af44986 IDESetSafeToLoadMobileDevice (in IDEFoundation)
18 0x000000010b24f6e3 -[IDEWelcomeWindowController _showFirstLaunchExperienceIfAppropriate] (in IDEKit)
19 0x000000010b24f604 -[IDEWelcomeWindowController openWelcomeWindowAfterFirstLaunchExperienceIfAppropriate:] (in IDEKit)
20 0x000000010b24f56e -[IDEApplicationController applicationOpenUntitledFile:] (in IDEKit)
21 0x00007fff8430fd14 -[NSApplication _doOpenUntitled] (in AppKit)
22 0x00007fff8430f7af __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke_0 (in AppKit)
23 0x00007fff84651731 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_01437 (in AppKit)
24 0x00007fff8430f25b -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] (in AppKit)
25 0x00007fff8430d74e -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] (in AppKit)
26 0x00007fff8430d525 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] (in AppKit)
27 0x00007fff8430d12c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] (in AppKit)
28 0x00007fff8c5df12b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] (in Foundation)
29 0x00007fff8c5def8d _NSAppleEventManagerGenericHandler (in Foundation)
30 0x00007fff8bbdfb48 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) (in AE)
31 0x00007fff8bbdf9a9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) (in AE)
32 0x00007fff8bbdf869 aeProcessAppleEvent (in AE)
33 0x00007fff863bb8e9 AEProcessAppleEvent (in HIToolbox)
34 0x00007fff84309916 _DPSNextEvent (in AppKit)
35 0x00007fff84308ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] (in AppKit)
36 0x00007fff84300283 -[NSApplication run] (in AppKit)
37 0x00007fff842a4cb6 NSApplicationMain (in AppKit)
38 0x000000010a629d17 (in Xcode)
39 0x000000010a629ca8 (in Xcode)
objc[1839]: garbage collection is ON
abort() called
Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff818d5212 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff85c0daf4 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff85c51dce abort + 143
3 com.apple.dt.IDEKit 0x000000010b3e9ee4 +[IDEAssertionHandler _handleAssertionWithLogString:] + 681
4 com.apple.dt.IDEKit 0x000000010b3eabb4 -[IDEAssertionHandler handleUncaughtException:] + 603
5 com.apple.dt.DVTFoundation 0x000000010a6d7282 DVTDispatchSync + 183
6 com.apple.dt.DVTFoundation 0x000000010a6d7077 DVTSyncPerformBlock + 327
7 com.apple.dt.DVTFoundation 0x000000010a63417d -[DVTDispatchLock performLockedBlock:] + 169
8 com.apple.dt.DVTFoundation 0x000000010a6b0007 -[DVTExtension _valueForKey:inParameterData:usingSchema:error:] + 293
9 com.apple.dt.DVTFoundation 0x000000010a65940d -[DVTExtension valueForKey:] + 136
10 com.apple.dt.DVTFoundation 0x000000010a65ec03 +[DVTDevice _knownDeviceLocators] + 269
11 com.apple.dt.DVTFoundation 0x000000010a65e7bc -[DVTDeviceManager startLocating] + 484
12 com.apple.dt.IDEFoundation 0x000000010af443d3 __IDEInitialize_block_invoke_0 + 104
13 com.apple.dt.IDEFoundation 0x000000010af44986 IDESetSafeToLoadMobileDevice + 308
14 com.apple.dt.IDEKit 0x000000010b24f6e3 -[IDEWelcomeWindowController _showFirstLaunchExperienceIfAppropriate] + 198
15 com.apple.dt.IDEKit 0x000000010b24f604 -[IDEWelcomeWindowController openWelcomeWindowAfterFirstLaunchExperienceIfAppropriate:] + 22
16 com.apple.dt.IDEKit 0x000000010b24f56e -[IDEApplicationController applicationOpenUntitledFile:] + 187
17 com.apple.AppKit 0x00007fff8430fd14 -[NSApplication _doOpenUntitled] + 482
18 com.apple.AppKit 0x00007fff8430f7af __58-[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:]_block_invoke_0 + 233
19 com.apple.AppKit 0x00007fff84651731 __78-[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:]_block_invoke_01437 + 143
20 com.apple.AppKit 0x00007fff8430f25b -[NSDocumentController(NSInternal) _autoreopenDocumentsWithCompletionHandler:] + 760
21 com.apple.AppKit 0x00007fff8430d74e -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completion Handler:] + 298
22 com.apple.AppKit 0x00007fff8430d525 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 553
23 com.apple.AppKit 0x00007fff8430d12c -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 351
24 com.apple.Foundation 0x00007fff8c5df12b -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 308
25 com.apple.Foundation 0x00007fff8c5def8d _NSAppleEventManagerGenericHandler + 106
26 com.apple.AE 0x00007fff8bbdfb48 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 307
27 com.apple.AE 0x00007fff8bbdf9a9 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 37
28 com.apple.AE 0x00007fff8bbdf869 aeProcessAppleEvent + 318
29 com.apple.HIToolbox 0x00007fff863bb8e9 AEProcessAppleEvent + 100
30 com.apple.AppKit 0x00007fff84309916 _DPSNextEvent + 1456
31 com.apple.AppKit 0x00007fff84308ed2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
32 com.apple.AppKit 0x00007fff84300283 -[NSApplication run] + 517
33 com.apple.AppKit 0x00007fff842a4cb6 NSApplicationMain + 869
34 com.apple.dt.Xcode 0x000000010a629d17 0x10a628000 + 7447
35 com.apple.dt.Xcode 0x000000010a629ca8 0x10a628000 + 7336
Thread 1:
0 libsystem_kernel.dylib 0x00007fff818d56d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff85c0eeec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff85c0ecb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff85bf9171 start_wqthread + 13
Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff818d5d16 kevent + 10
1 libdispatch.dylib 0x00007fff8c54cdea _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x00007fff8c54c9ee _dispatch_mgr_thread + 54
Thread 3:
0 libsystem_kernel.dylib 0x00007fff818d56d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff85c0eeec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff85c0ecb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff85bf9171 start_wqthread + 13
Thread 4:
0 libsystem_kernel.dylib 0x00007fff818d56d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff85c0eeec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff85c0ecb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff85bf9171 start_wqthread + 13
Thread 5:
0 libsystem_kernel.dylib 0x00007fff818d56d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff85c0eeec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff85c0ecb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff85bf9171 start_wqthread + 13
Thread 6:
0 libsystem_kernel.dylib 0x00007fff818d56d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff85c0eeec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff85c0ecb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff85bf9171 start_wqthread + 13
Thread 7:
0 libsystem_kernel.dylib 0x00007fff818d56d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff85c0eeec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff85c0ecb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff85bf9171 start_wqthread + 13
Thread 8:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff818d3686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff818d2c42 mach_msg + 70
2 com.apple.CoreFoundation 0x00007fff8a272803 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x00007fff8a277ee6 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x00007fff8a2776b2 CFRunLoopRunSpecific + 290
5 com.apple.Foundation 0x00007fff8c5b4586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
6 com.apple.Foundation 0x00007fff8c612612 __NSThread__main__ + 1345
7 libsystem_c.dylib 0x00007fff85c0c742 _pthread_start + 327
8 libsystem_c.dylib 0x00007fff85bf9181 thread_start + 13
Thread 9:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x00007fff818d5386 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff85c96800 nanosleep + 163
2 libsystem_c.dylib 0x00007fff85c96717 usleep + 54
3 com.apple.AppKit 0x00007fff844ee958 -[NSUIHeartBeat _heartBeatThread:] + 543
4 com.apple.Foundation 0x00007fff8c612612 __NSThread__main__ + 1345
5 libsystem_c.dylib 0x00007fff85c0c742 _pthread_start + 327
6 libsystem_c.dylib 0x00007fff85bf9181 thread_start + 13
Thread 10:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff818d5322 __select + 10
1 com.apple.CoreFoundation 0x00007fff8a2b74e6 __CFSocketManager + 1302
2 libsystem_c.dylib 0x00007fff85c0c742 _pthread_start + 327
3 libsystem_c.dylib 0x00007fff85bf9181 thread_start + 13
Thread 11:
0 libsystem_kernel.dylib 0x00007fff818d3686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff818d2c42 mach_msg + 70
2 com.apple.CoreFoundation 0x00007fff8a272803 __CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x00007fff8a277ee6 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x00007fff8a2776b2 CFRunLoopRunSpecific + 290
5 com.apple.DebugSymbols 0x00007fff8a596590 SpotlightQueryThread(void*) + 356
6 libsystem_c.dylib 0x00007fff85c0c742 _pthread_start + 327
7 libsystem_c.dylib 0x00007fff85bf9181 thread_start + 13
Thread 12:
0 libsystem_kernel.dylib 0x00007fff818d5386 __semwait_signal + 10
1 libsystem_c.dylib 0x00007fff85c96800 nanosleep + 163
2 com.apple.CoreSymbolication 0x00007fff8bce27c8 cleaner_thread_main(void*) + 42
3 libsystem_c.dylib 0x00007fff85c0c742 _pthread_start + 327
4 libsystem_c.dylib 0x00007fff85bf9181 thread_start + 13
Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff555d6588 rdx: 0x0000000000000000
rdi: 0x0000000000000c07 rsi: 0x0000000000000006 rbp: 0x00007fff555d65b0 rsp: 0x00007fff555d6588
r8: 0x00007fff720be278 r9: 0x0000000000000000 r10: 0x0000000020000000 r11: 0x0000000000000206
r12: 0x00000004019ac0e0 r13: 0x00007fff72801a50 r14: 0x00007fff720bf180 r15: 0x000000010a98c2b8
rip: 0x00007fff818d5212 rfl: 0x0000000000000206 cr2: 0x00007fff720b7fe8
Logical CPU: 0
Binary Images:
0x10a628000 - 0x10a62afff com.apple.dt.Xcode (4.5.2 - 1847) <378BB022-CAA6-3CF9-A00C-7FF82B030CF5> /Applications/Xcode.app/Contents/MacOS/Xcode
0x10a632000 - 0x10a94dfff com.apple.dt.DVTFoundation (4.5.2 - 1831) <3CC6AFE1-2BA7-36CC-A3FE-34F0A37A4404> /Applications/Xcode.app/Contents/SharedFrameworks/DVTFoundation.framework/Versi ons/A/DVTFoundation
0x10aa53000 - 0x10acb0fff com.apple.dt.DVTKit (4.5.2 - 1836) <8CA8C9AA-BA31-3E76-91D0-23AA32E8344F> /Applications/Xcode.app/Contents/SharedFrameworks/DVTKit.framework/Versions/A/D VTKit
0x10ae12000 - 0x10b09bfff com.apple.dt.IDEFoundation (4.5.2 - 1880) <8F11CEAD-E457-37C9-9337-4B647993FC5E> /Applications/Xcode.app/Contents/Frameworks/IDEFoundation.framework/Versions/A/ IDEFoundation
0x10b248000 - 0x10b723ff7 com.apple.dt.IDEKit (4.5.2 - 1862) <365F41EC-E237-324A-B1FA-95586DB68213> /Applications/Xcode.app/Contents/Frameworks/IDEKit.framework/Versions/A/IDEKit
0x10ba5f000 - 0x10bb00fff com.apple.PackageKit (3.0 - 252) <857ACE13-1AAF-3CE2-BD76-1DF1BFBF98A5> /System/Library/PrivateFrameworks/PackageKit.framework/Versions/A/PackageKit
0x10bb6d000 - 0x10c189fff +libclang.dylib (421.11.66) <4901F20B-3ED2-37F7-8925-5DD73FB72B86> /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/ usr/lib/libclang.dylib
0x10c1ed000 - 0x10c1f0fff com.apple.dt.DVTDeveloperModeHelper (1.0 - 1)
0x10d89b000 - 0x10d8f1ff7 com.apple.dt.IDE.IDEFindReplace (4.5.2 - 1811) <6FA1242B-1FE4-3457-811C-6DA99416AEF7> /Applications/Xcode.app/Contents/PlugIns/IDEFindReplace.ideplugin/Contents/MacO S/IDEFindReplace
0x10d930000 - 0x10d97cff7 com.apple.DADocSetAccess (4.5.2 - 1803) <69FE909B-B580-3E1B-8DFA-E6076491AB6B> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetAccess.framework/Vers ions/A/DADocSetAccess
0x10d9aa000 - 0x10d9c5fff com.apple.DADocSetManagement (4.5.2 - 1803) <0BBAF706-F623-388B-A854-566F6BF2708C> /Applications/Xcode.app/Contents/SharedFrameworks/DADocSetManagement.framework/ Versions/A/DADocSetManagement
0x10da28000 - 0x10da74ff7 com.apple.dt.IDE.IDEDocViewer (4.5.2 - 1804)
0x10dab3000 - 0x10db25ff7 com.apple.dt.IBAutolayoutFoundation (1.0 - 1) <8099FA56-D0F3-3401-8F6B-A3E93954F55A> /Applications/Xcode.app/Contents/Frameworks/IBAutolayoutFoundation.framework/Ve rsions/A/IBAutolayoutFoundation
0x10db6c000 - 0x10db84ff7 com.apple.dt.IDE.IDEQuickHelp (4.5.2 - 1817) <2C834061-61F3-38D3-8822-1F2C6FF7E6E3> /Applications/Xcode.app/Contents/PlugIns/IDEQuickHelp.ideplugin/Contents/MacOS/ IDEQuickHelp
0x10db9c000 - 0x10dba3ff7 com.apple.dt.IDE.HexEditor (4.5.2 - 1802)
0x10e071000 - 0x10e37ffff com.apple.dt.IDE.IDEInterfaceBuilderKit (4.5.2 - 2844) <2C1CEC2A-3BA6-3C1A-AC0A-B75A8B7E83D5> /Applications/Xcode.app/Contents/PlugIns/IDEInterfaceBuilderKit.ideplugin/Conte nts/MacOS/IDEInterfaceBuilderKit
0x10e596000 - 0x10e5bafff com.apple.dt.dbg.DebuggerFoundation (4.5.2 - 1823) <19F64CA9-2A51-3FDB-96A7-CFD51354F2EF> /Applications/Xcode.app/Contents/PlugIns/DebuggerFoundation.ideplugin/Contents/ MacOS/DebuggerFoundation
0x10e5dc000 - 0x10e645fff com.apple.dt.dbg.DebuggerUI (4.5.2 - 1823)
0x10e69c000 - 0x10e6d3fff +com.ridiculousfish.HexFiendFramework (4.5.2 - 1802)
0x10e6fa000 - 0x10e714fff com.apple.dt.IDE.Xcode3Core (4.5.2 - 1850) <09CA03D9-0C67-3533-9331-04D262DC5EE1> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/MacOS/Xc ode3Core
0x10e727000 - 0x10e9e2fff com.apple.Xcode.DevToolsCore (6.5.2 - 1850) <3E7D46EE-8569-39B7-BE1C-6A198A939BDD> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsCore.framework/Versions/A/DevToolsCore
0x10eb4d000 - 0x10eb56fff com.apple.DevToolsFoundation (6.5.2 - 1850) <6E43108E-B754-35D2-B648-EF429BF967B3> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsFoundation.framework/Versions/A/DevToolsFoundation
0x10eb61000 - 0x10eb97fff com.apple.Xcode.DevToolsSupport (6.5.2 - 1850) <9258E668-BA0E-34E2-B04D-6BA48E9C685E> /Applications/Xcode.app/Contents/PlugIns/Xcode3Core.ideplugin/Contents/Framewor ks/DevToolsSupport.framework/Versions/A/DevToolsSupport
0x10ec3a000 - 0x10ec52fff com.apple.dt.IDE.SharedPlugInUtilities (4.5.2 - 1802)
0x10ec62000 - 0x10ed77ff7 com.apple.dt.IDE.Xcode3UI (4.5.2 - 1850)
0x10eeb8000 - 0x10ef4ffff com.apple.dt.IDE.IDESourceEditor (4.5.2 - 1815) <474A968B-F316-37FA-85E2-1E6D4241A8C2> /Applications/Xcode.app/Contents/PlugIns/IDESourceEditor.ideplugin/Contents/Mac OS/IDESourceEditor
0x11018c000 - 0x11018eff7 com.apple.dt.dbg.DebuggerGDBService (4.5.2 - 1823) <5C08AC55-E99A-36D6-B674-B40B517FB16C> /Applications/Xcode.app/Contents/PlugIns/DebuggerGDBService.ideplugin/Contents/ MacOS/DebuggerGDBService
0x110194000 - 0x110196ff7 com.apple.dt.dbg.DebuggerLLDBService (4.5.2 - 1823) <0ADED26C-9C67-3737-AB2F-66BBC97CF5AF> /Applications/Xcode.app/Contents/PlugIns/DebuggerLLDBService.ideplugin/Contents /MacOS/DebuggerLLDBService
0x7fff6a228000 - 0x7fff6a25c93f dyld (210.2.3)
0x7fff816a5000 - 0x7fff816bafff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture. framework/Versions/A/ImageCapture
0x7fff816cb000 - 0x7fff81713fff com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff81714000 - 0x7fff817b2ff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework /Versions/A/Ink
0x7fff817b3000 - 0x7fff8181cfff libstdc++.6.dylib (56)
0x7fff81828000 - 0x7fff818c2fff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.fr amework/Versions/A/libvMisc.dylib
0x7fff818c3000 - 0x7fff818deff7 libsystem_kernel.dylib (2050.18.24)
0x7fff818df000 - 0x7fff818f3fff libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff81952000 - 0x7fff819bafff libvDSP.dylib (380.6)
0x7fff819c2000 - 0x7fff819c2fff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff819c3000 - 0x7fff819c6fff com.apple.AppleSystemInfo (2.0 - 2)
0x7fff819cd000 - 0x7fff819f8fff com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetect ors
0x7fff819f9000 - 0x7fff81b7ffff libBLAS.dylib (1073.4)
0x7fff81b8b000 - 0x7fff81c2aff7 com.apple.imcore (8.0 - 900) <528EE3D6-84F4-3AD2-805D-8831C9498972> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
0x7fff81c2b000 - 0x7fff81ca9ff7 com.apple.securityfoundation (6.0 - 55115.4)
0x7fff81caa000 - 0x7fff81dfbfff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff81dfc000 - 0x7fff81e01fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
0x7fff81e02000 - 0x7fff81e4eff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
0x7fff81e85000 - 0x7fff81ee1ff7 com.apple.Symbolication (1.3 - 93)
0x7fff81ee7000 - 0x7fff81f01fff com.apple.ScriptingBridge (1.3 - 61.2) <16852553-3FF9-368B-B60E-A7949FAF5A7A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
0x7fff81f02000 - 0x7fff81f0afff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
0x7fff81f0b000 - 0x7fff81f9cfff com.apple.CorePDF (2.0 - 2)
0x7fff81f9d000 - 0x7fff81fc9ff7 libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff81fca000 - 0x7fff81fecff7 libxpc.dylib (140.41)
0x7fff81fed000 - 0x7fff81ff0fff libRadiance.dylib (845)
0x7fff81ff1000 - 0x7fff81ffdfff libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff81ffe000 - 0x7fff820affff com.apple.LaunchServices (539.7 - 539.7)
0x7fff820b2000 - 0x7fff820bcfff com.apple.speech.recognition.framework (4.1.5 - 4.1.5)
0x7fff820ff000 - 0x7fff82154ff7 libTIFF.dylib (845)
0x7fff821d8000 - 0x7fff82229ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2)
0x7fff8229a000 - 0x7fff8229bfff libffi.dylib (18)
0x7fff8229c000 - 0x7fff822c1ff7 libc++abi.dylib (24.4)
0x7fff822c2000 - 0x7fff826b9fff libLAPACK.dylib (1073.4)
0x7fff826ba000 - 0x7fff82868fff com.apple.QuartzCore (1.8 - 304.0)
0x7fff82869000 - 0x7fff8286bfff libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginS upport.dylib
0x7fff82996000 - 0x7fff829a2fff com.apple.CrashReporterSupport (10.8.2 - 414.3)
0x7fff829a3000 - 0x7fff829aeff7 com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePu shService
0x7fff829af000 - 0x7fff82aadfff com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.f ramework/Versions/A/QuickLookUI
0x7fff82aae000 - 0x7fff82b9fff7 com.apple.PubSub (1.0.5 - 65.32)
0x7fff82ba0000 - 0x7fff82c72ff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff82c73000 - 0x7fff82c89fff com.apple.MultitouchSupport.framework (235.28 - 235.28)
0x7fff82c8a000 - 0x7fff82c90fff libmacho.dylib (829)
0x7fff82cce000 - 0x7fff82d5bff7 com.apple.SearchKit (1.4.0 - 1.4.0)
0x7fff82dea000 - 0x7fff830adff7 com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff830ae000 - 0x7fff84067fff com.apple.WebCore (8536 - 8536.26.14) <60029E1A-C1DB-3A1F-8528-4970058D8B3D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.frame work/Versions/A/WebCore
0x7fff84068000 - 0x7fff84068ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8406b000 - 0x7fff8408cfff com.apple.Ubiquity (1.2 - 243.10)
0x7fff8408e000 - 0x7fff840cbfe7 libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dyl ib
0x7fff840cc000 - 0x7fff840e6fff com.apple.CoreMediaAuthoring (2.1 - 914)
0x7fff840ef000 - 0x7fff8414bfff com.apple.QuickLookFramework (4.0 - 555.4)
0x7fff8414c000 - 0x7fff84197ff7 com.apple.CoreMedia (1.0 - 926.62)
0x7fff841b4000 - 0x7fff84de1ff7 com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff84de2000 - 0x7fff8507cff7 com.apple.JavaScriptCore (8536 - 8536.26.7)
0x7fff8507d000 - 0x7fff85080fff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framewor k/Versions/A/Help
0x7fff859dd000 - 0x7fff85a45ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
0x7fff85bf8000 - 0x7fff85cc4fe7 libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
0x7fff85cc5000 - 0x7fff85d47fff com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff85d56000 - 0x7fff85dacfff com.apple.HIServices (1.20 - 417)
0x7fff85dad000 - 0x7fff85dadfff com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff85dae000 - 0x7fff85daffff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff85db0000 - 0x7fff85db0fff com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff85dba000 - 0x7fff85dd1fff com.apple.CFOpenDirectory (10.8 - 151.10)
0x7fff85eac000 - 0x7fff85eaeff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
0x7fff85eaf000 - 0x7fff860affff libicucore.A.dylib (491.11.1)
0x7fff8613b000 - 0x7fff86198fff com.apple.audio.CoreAudio (4.1.0 - 4.1.0)
0x7fff861dc000 - 0x7fff86350fff com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff86351000 - 0x7fff86681ff7 com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.fra mework/Versions/A/HIToolbox
0x7fff86693000 - 0x7fff866b2ff7 com.apple.ChunkingLibrary (2.0 - 133.2)
0x7fff866b3000 - 0x7fff86778ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff86779000 - 0x7fff86784fff libsystem_notify.dylib (98.5)
0x7fff86785000 - 0x7fff867d2fff com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff867d3000 - 0x7fff86822ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff86823000 - 0x7fff86857fff com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInter face
0x7fff8691f000 - 0x7fff86923ff7 com.apple.CommonPanels (1.2.5 - 94)
0x7fff86924000 - 0x7fff86927ff7 libdyld.dylib (210.2.3)
0x7fff86928000 - 0x7fff86a25ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
0x7fff86a26000 - 0x7fff86a4efff libJPEG.dylib (845)
0x7fff86a4f000 - 0x7fff86a50ff7 libremovefile.dylib (23.1)
0x7fff86a51000 - 0x7fff86a55fff libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff86a56000 - 0x7fff86cb1ff7 com.apple.QuartzComposer (5.1 - 284)
0x7fff86cb2000 - 0x7fff86d08ff7 com.apple.opencl (2.1.20 - 2.1.20)
0x7fff86f7e000 - 0x7fff87080fff libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff87081000 - 0x7fff871c5fef com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/Media ControlSender
0x7fff87909000 - 0x7fff879fefff libiconv.2.dylib (34)
0x7fff879ff000 - 0x7fff87a2afff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
0x7fff87a2b000 - 0x7fff87a39ff7 libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
0x7fff87a50000 - 0x7fff87a7cfff com.apple.quartzfilters (1.8.0 - 1.7.0)
0x7fff87a7d000 - 0x7fff87a7efff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
0x7fff87a81000 - 0x7fff87a85ff7 com.apple.TCC (1.0 - 1)
0x7fff87a86000 - 0x7fff87a93ff7 com.apple.NetAuth (4.0 - 4.0)
0x7fff87bae000 - 0x7fff87bbfff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
0x7fff87bc0000 - 0x7fff87ffcfff com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff87ffd000 - 0x7fff8807dff7 com.apple.ApplicationServices.ATS (332 - 341.1)
0x7fff8807e000 - 0x7fff88090ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
0x7fff88091000 - 0x7fff88a21c67 com.apple.CoreGraphics (1.600.0 - 324.6)
0x7fff88a22000 - 0x7fff88a66fff libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
0x7fff88a67000 - 0x7fff88a87fff libPng.dylib (845)
0x7fff88ebb000 - 0x7fff88efeff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff88eff000 - 0x7fff88f0bff7 com.apple.DirectoryService.Framework (10.8 - 151.10)
0x7fff88f0c000 - 0x7fff88f23fff com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/Gene rationalStorage
0x7fff88f24000 - 0x7fff89095ff7 com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff89096000 - 0x7fff8909afff libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClien t.dylib
0x7fff890a9000 - 0x7fff890aefff com.apple.OpenDirectory (10.8 - 151.10)
0x7fff890af000 - 0x7fff893c6ff7 com.apple.CoreServices.CarbonCore (1037.3 - 1037.3)
0x7fff893c7000 - 0x7fff89406ff7 com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ QD.framework/Versions/A/QD
0x7fff89407000 - 0x7fff89412fff com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff89413000 - 0x7fff8941dfff com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayS ervices
0x7fff8941e000 - 0x7fff8943fff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
0x7fff89440000 - 0x7fff8949afff com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ PrintCore.framework/Versions/A/PrintCore
0x7fff8949b000 - 0x7fff8949bfff com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
0x7fff8949c000 - 0x7fff89721ff7 com.apple.RawCamera.bundle (4.03 - 676) <21D098D4-35EC-3495-9227-2DA19B9BD640> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff89722000 - 0x7fff8974dfff com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff8974e000 - 0x7fff897f4ff7 com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServi ces.framework/Versions/A/OSServices
0x7fff897f5000 - 0x7fff8981cff7 com.apple.PerformanceAnalysis (1.16 - 16)
0x7fff8981d000 - 0x7fff89876fff com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCo re
0x7fff89877000 - 0x7fff898aeff7 libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
0x7fff898af000 - 0x7fff898b5fff libGFXShared.dylib (8.6.1)
0x7fff89918000 - 0x7fff89921ff7 com.apple.marco (8.0 - 900) <5864ADD1-FC2F-37EF-BE89-A9E582C78610> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
0x7fff89933000 - 0x7fff89bb3ff7 com.apple.AOSKit (1.05 - 151)
0x7fff89bb4000 - 0x7fff89c03ff7 libcorecrypto.dylib (106.2)
0x7fff89c04000 - 0x7fff89c17ff7 libbsm.0.dylib (32)
0x7fff89c18000 - 0x7fff89c1afff com.apple.TrustEvaluationAgent (2.0 - 23)
0x7fff89c1e000 - 0x7fff89c31ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff89c5b000 - 0x7fff89c5cff7 libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
0x7fff89d67000 - 0x7fff89dc1ff7 com.apple.imfoundation (8.0 - 900) <850E59A3-B5CE-3149-8D42-9ED4CBBCAA9D> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundatio n
0x7fff89dc2000 - 0x7fff89dc2fff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff89dc4000 - 0x7fff89dc9fff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
0x7fff89ded000 - 0x7fff89e08ff7 com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x7fff89e09000 - 0x7fff89e17ff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
0x7fff89e18000 - 0x7fff89e6fff7 com.apple.ScalableUserInterface (1.0 - 1)
0x7fff89eb6000 - 0x7fff8a051fef com.apple.vImage (6.0 - 6.0)
0x7fff8a052000 - 0x7fff8a142ff7 com.apple.DiskImagesFramework (10.8 - 344) <3A30B9B5-5099-35E2-9DCD-C96764FA2D26> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8a143000 - 0x7fff8a240fff libsqlite3.dylib (138.1)
0x7fff8a243000 - 0x7fff8a42cfff com.apple.CoreFoundation (6.8 - 744.12)
0x7fff8a42d000 - 0x7fff8a547fff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8a548000 - 0x7fff8a54cfff libpam.2.dylib (20)
0x7fff8a595000 - 0x7fff8a5cbfff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbol s
0x7fff8a685000 - 0x7fff8a929fff com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage .framework/Versions/A/CoreImage
0x7fff8a92f000 - 0x7fff8a960ff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Diction aryServices.framework/Versions/A/DictionaryServices
0x7fff8a961000 - 0x7fff8a961fff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8a998000 - 0x7fff8a9efff7 com.apple.AppleVAFramework (5.0.18 - 5.0.18)
0x7fff8a9f0000 - 0x7fff8aa3bfff com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8aa55000 - 0x7fff8aa69fff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8aa6a000 - 0x7fff8abf4fff com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8abf5000 - 0x7fff8ac2ffff com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8ac87000 - 0x7fff8ac88ff7 libdnsinfo.dylib (453.18)
0x7fff8acbc000 - 0x7fff8addcfff com.apple.desktopservices (1.7.2 - 1.7.2)
0x7fff8b032000 - 0x7fff8b033fff libsystem_blocks.dylib (59)
0x7fff8b078000 - 0x7fff8b087ff7 com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8b0b0000 - 0x7fff8b183ff7 com.apple.DiscRecording (7.0 - 7000.2.4) <49FD2D2F-4F2C-39B6-877B-6E3172577D18> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8b184000 - 0x7fff8b1c7fff com.apple.RemoteViewServices (2.0 - 80.5)
0x7fff8b321000 - 0x7fff8bac9fff com.apple.CoreAUC (6.16.00 - 6.16.00)
0x7fff8baca000 - 0x7fff8bb37fff com.apple.datadetectorscore (4.0 - 269.1)
0x7fff8bba0000 - 0x7fff8bbd6fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
0x7fff8bbd7000 - 0x7fff8bc34ff7 com.apple.AE (645.3 - 645.3)
0x7fff8bc35000 - 0x7fff8bc42fff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/Apple FSCompression
0x7fff8bcac000 - 0x7fff8bccbff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
0x7fff8bccc000 - 0x7fff8bd66fff com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSy mbolication
0x7fff8bdae000 - 0x7fff8bdf6fff libcurl.4.dylib (69.2)
0x7fff8bdf7000 - 0x7fff8be37fff com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8be38000 - 0x7fff8c0e6fff com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.fram ework/Versions/A/ImageKit
0x7fff8c177000 - 0x7fff8c251ff7 com.apple.backup.framework (1.4.1 - 1.4.1)
0x7fff8c252000 - 0x7fff8c354fff libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8c393000 - 0x7fff8c393fff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8c397000 - 0x7fff8c39dff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
0x7fff8c39e000 - 0x7fff8c3ccfff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/Cor eServicesInternal
0x7fff8c3cd000 - 0x7fff8c4e592f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
0x7fff8c536000 - 0x7fff8c53ffff com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/C ommerceCore.framework/Versions/A/CommerceCore
0x7fff8c540000 - 0x7fff8c547fff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8c548000 - 0x7fff8c55dff7 libdispatch.dylib (228.23)
0x7fff8c55e000 - 0x7fff8c57bfff com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting .framework/Versions/A/OpenScripting
0x7fff8c57c000 - 0x7fff8c57cfff com.apple.ApplicationServices (45 - 45)
0x7fff8c57d000 - 0x7fff8c8d9fff com.apple.Foundation (6.8 - 945.11)
0x7fff8c92b000 - 0x7fff8c9acfff com.apple.Metadata (10.7.0 - 707.3)
0x7fff8c9ad000 - 0x7fff8c9b1fff libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8c9b2000 - 0x7fff8c9d9fff com.apple.framework.familycontrols (4.1 - 410)
0x7fff8c9dd000 - 0x7fff8c9f4ff7 com.apple.iChat.InstantMessage (7.0.1 - 3305)
0x7fff8ceeb000 - 0x7fff8cf23fff libncurses.5.4.dylib (37.3) <68D5B5F5-8252-3F1E-AFF1-C6AFE145DBC1> /usr/lib/libncurses.5.4.dylib
0x7fff8cf24000 - 0x7fff8cf2cff7 libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8cf2d000 - 0x7fff8cf3cff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
0x7fff8cf3d000 - 0x7fff8d048fff libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8d071000 - 0x7fff8d0deff7 com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8d0df000 - 0x7fff8d0e5fff com.apple.DiskArbitration (2.5.1 - 2.5.1)
0x7fff8d0f4000 - 0x7fff8d1b1ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ ColorSync.framework/Versions/A/ColorSync
0x7fff8d1b2000 - 0x7fff8d1b6fff com.apple.IOSurface (86.0.3 - 86.0.3)
0x7fff8d215000 - 0x7fff8d237ff7 com.apple.Kerberos (2.0 - 1)
0x7fff8d288000 - 0x7fff8d288fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8)
0x7fff8d2bb000 - 0x7fff8d2c8fff libbz2.1.0.dylib (29)
0x7fff8d315000 - 0x7fff8d320ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0)
0x7fff8d321000 - 0x7fff8d36bff7 libGLU.dylib (8.6.1)
0x7fff8d36c000 - 0x7fff8d373fff com.apple.phonenumbers (1.1 - 47)
0x7fff8d374000 - 0x7fff8d48dff7 com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8d492000 - 0x7fff8d762fff com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8d763000 - 0x7fff8d79efff com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8d7a4000 - 0x7fff8d7a6ff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framewo rk/Versions/A/Print
0x7fff8d7a7000 - 0x7fff8d7aefff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
0x7fff8d7de000 - 0x7fff8d87bff7 com.apple.PDFKit (2.7.2 - 2.7.2)
0x7fff8d87c000 - 0x7fff8dab1ff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8dacd000 - 0x7fff8dec6ff7 com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8dec7000 - 0x7fff8def5ff7 libsystem_m.dylib (3022.6)
0x7fff8def6000 - 0x7fff8def6fff libOpenScriptingUtil.dylib (148.2)
0x7fff8def7000 - 0x7fff8def9fff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
0x7fff8defa000 - 0x7fff8df24ff7 com.apple.CoreVideo (1.8 - 99.3)
0x7fff8e10d000 - 0x7fff8e10ffff com.apple.securityhi (4.0 - 55002) <34E45C60-DC7E-3FCC-A1ED-EBF48B77C559> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.fr amework/Versions/A/SecurityHI
0x7fff8e110000 - 0x7fff8e148fff libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
0x7fff8e149000 - 0x7fff8e183fff com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/Interne tAccounts
0x7fff8e184000 - 0x7fff8e192fff libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
0x7fff8e193000 - 0x7fff8e193fff libkeymgr.dylib (25)
0x7fff8e194000 - 0x7fff8e195ff7 libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib
0x7fff8e196000 - 0x7fff8e5b3fff FaceCoreLight (2.4.1)
0x7fff8e5b6000 - 0x7fff8e626fff com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 2
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 1610
thread_create: 1
thread_set_state: 0
VM Region Summary:
ReadOnly portion of Libraries: Total=247.7M resident=138.5M(56%) swapped_out_or_unallocated=109.2M(44%)
Writable regions: Total=16.2G written=6188K(0%) resident=51.6M(0%) swapped_out=0K(0%) unallocated=16.1G(100%)
REGION TYPE VIRTUAL
=========== =======
CG backing stores 2172K
CG raster data 48K
CG shared images 1216K
CoreServices 4864K
MALLOC 418.9M
MALLOC (reserved) 15.8G reserved VM address space (unallocated)
MALLOC guard page 64K
Memory tag=240 8K
Memory tag=241 32K
Memory tag=242 12K
Memory tag=251 24K
SQLite page cache 192K
STACK GUARD 56.0M
Stack 13.7M
VM_ALLOCATE 16.2M
__DATA 25.9M
__IMAGE 528K
__LINKEDIT 62.1M
__TEXT 185.6M
__UNICODE 544K
mapped file 57.3M
shared memory 33.1M
=========== =======
TOTAL 16.6G
TOTAL, minus reserved VM space 878.4M
Model: MacBookPro10,1, BootROM MBP101.00EE.B02, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.3f32
Graphics: Intel HD Graphics 4000, Intel HD Graphics 4000, Built-In, 512 MB
Graphics: NVIDIA GeForce GT 650M, NVIDIA GeForce GT 650M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D5434314753364D465238432D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xEF), Broadcom BCM43xx 1.0 (5.106.98.81.22)
Bluetooth: Version 4.0.9f33 10885, 2 service, 11 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en0
Serial ATA Device: APPLE SSD SM256E, 251 GB
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1a100000 / 2
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8510, 0x1a110000 / 3
USB Device: hub_device, 0x8087 (Intel Corporation), 0x0024, 0x1d100000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2512, 0x1d180000 / 3
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0262, 0x1d182000 / 5
USB Device: BRCM20702 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0x1d181000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8286, 0x1d181300 / 6
USB Device: USB Receiver, 0x046d (Logitech Inc.), 0xc52f, 0x14100000 / 1
I tried reinstalling the application twice. On the second time, I removed the /Library/Developer/Xcode file but IT DID NOT RECREATE.
Thank you in advance.