Giter VIP home page Giter VIP logo

injectionapp's People

Contributors

johnno1962 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

injectionapp's Issues

Menu bar icon not visible

Hi there,

I've installed the standalone app and I wanted to test if the injection works but the icon that should appear in the menu bar from which I tap "Inject Source" doesn't appear at all.

Can I run the injection without the app being available in the menu bar?
I've tried System Preferences > Keyboard > Shortcuts but it doesn't seem to work.

Learnt Compile Failed on extensions

I have an extension on a nested extension, defined across three files:

// Foo.swift
class Foo {
}
// Bar.swift
extension Foo {
  final class Bar {
  }
}
// Baz.swift
extension Foo.Bar {
}

XCode is able to build and run my project just fine, but Injection fails to compile with Bar is not a member type of 'Foo'.

I believe this is probably due to a bug in the Swift compiler wherein input file order affects (breaks) compilation. If I look at XCode's Build Phases, under Compile Sources I see the files listed in the expected relative order:

...
Foo.swift
...
Bar.swift
...
Baz.swift
...

If I look at Injection's filelist.txt, I see the reverse:

...
Baz.swift
...
Bar.swift
...
Foo.swift
...

I doubt there's a fix here, other than to list files in the same order that XCode does. That'd be ideal for ensuring consistency with XCode, regardless of this issue, but I have no idea whether it's possible.

Symbol not found _$SBOWV

Hi! I just installed Injection III via the App Store but can't seem to get it to work on both my own project as well as the GettingStarted project.

Setup:

  • Xcode 10.2
  • Injection III via AppStore
  • Started Injection
  • Added Bundle(path: "/Applications/InjectionIII.app/Contents/Resources/iOSInjection10.bundle")!.load() to AppDelegate
  • Ran GettingStarted on multiple devices under which iPhone Xs Max & iPhone 8 (12.2)

Error:

Error loading /Applications/InjectionIII.app/Contents/Resources/iOSInjection10.bundle/iOSInjection10:  
dlopen(/Applications/InjectionIII.app/Contents/Resources/iOSInjection10.bundle/iOSInjection10, 265): Symbol not found: _$SBOWV

Referenced from: /Applications/InjectionIII.app/Contents/Resources/iOSInjection10.bundle/iOSInjection10
  
Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/CoreSimulator/Profiles/Runtimes/iOS.simruntime/Contents/Resources/RuntimeRoot/usr/lib/swift/libswiftCore.dylib
 
in /Applications/InjectionIII.app/Contents/Resources/iOSInjection10.bundle/iOSInjection10

I'm not sure what I'm doing wrong, the file libswiftCore.dylib is at the correct location, Xcode is updated, devices have been reset, laptop restarted etc..

Does anyone have a suggestion?

EXC_BAD_ACCESS

2017-10-25 10 39 32

Xcode Version 9.0.1 (9A1004)

I can't use app
always crash when i use inject source

Shortcut won't work

After trying different shortcuts for the "Inject Source" service I can definitely say that the service-shortcut does not work on my machine.

I am running Mac OS Sierra 10.12.1
Xcode Version 8.2.1 (8C1002)

current shortcut: command + ctrl + `

edit ctrl + cmd + s works, but only when I have selected text in the same file.

Didn't work on subProject

Our project is consisted with a main project and some sub project. Some sub project build depend on some code in main project. If I start injection, I would get some error said that file not found. Because these file didn't belong to the sub project.

Bundle Load Error when injecting from AppCode

I am able to inject fine from Xcode, but I get the error below when patching from AppCode. I tried patching main.m too, but same error.

.../Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle8.bundle/InjectionBundle, 265): Library not loaded: @rpath/XCTest.framework/XCTest
Referenced from: .../Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle8.bundle/InjectionBundle
Bundle Load Error
*** Bundle has failed to load. If this is due to symbols not found, this may be due to symbols being hidden from dynamic libraries. ***

Why would it look for XCTest?

Injection crashes when launching app in Xcode

I launched Xcode, launched Injection, ran my app in Xcode, and then the Injection app crashed. Crash info below.

Not sure if it matters, but this was an iOS project where I wasn't able to get Injection working initially but then I patched the main.m file and it started working. The next day this started happening.

Xcode logs:

+[BundleInjection load] 10.32.100.105 (see project's main.(m|mm)
Injection attempting connection to: 127.0.0.1:31452
Connected to "Injection" plugin, ready to load x86_64 code.
Injection: Read error 0 != 8
Lost connection, No such process
Injection attempting connection to: 127.0.0.1:31452
Injection: Could not connect: Connection refused

Injection App crash log:

Process:               Injection [72250]
Path:                  /Applications/Injection.app/Contents/MacOS/Injection
Identifier:            com.johnholdsworth.Injectorator
Version:               1.5 (1)
Code Type:             X86-64 (Native)
Parent Process:        ??? [1]
Responsible:           Injection [72250]
User ID:               501

Date/Time:             2017-01-19 10:13:56.857 -0800
OS Version:            Mac OS X 10.11.6 (15G1217)
Report Version:        11
Anonymous UUID:        68D5BADA-4E04-6411-9BA6-AE89D9BD425C

Sleep/Wake UUID:       1004A95C-BE52-4149-BF90-8C5ED349A200

Time Awake Since Boot: 25000 seconds
Time Since Wake:       970 seconds

System Integrity Protection: enabled

Crashed Thread:        2

Exception Type:        EXC_CRASH (SIGABRT)
Exception Codes:       0x0000000000000000, 0x0000000000000000
Exception Note:        EXC_CORPSE_NOTIFY

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[NSRegularExpression enumerateMatchesInString:options:range:usingBlock:]: nil argument'
abort() called
terminating with uncaught exception of type NSException

Application Specific Backtrace 1:
0   CoreFoundation                      0x00007fff8a627452 __exceptionPreprocess + 178
1   libobjc.A.dylib                     0x00007fff965eaf7e objc_exception_throw + 48
2   CoreFoundation                      0x00007fff8a68e41d +[NSException raise:format:] + 205
3   Foundation                          0x00007fff99dcdf84 -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 218
4   Foundation                          0x00007fff99e650d2 -[NSRegularExpression(NSMatching) rangeOfFirstMatchInString:options:range:] + 139
5   Injection                           0x00000001044b806e Injection + 45166
6   Injection                           0x00000001045263ce Injection + 496590
7   Injection                           0x00000001044b0348 Injection + 13128
8   Injection                           0x00000001044b8826 Injection + 47142
9   Foundation                          0x00007fff99dd9e64 __NSThread__start__ + 1351
10  libsystem_pthread.dylib             0x00007fff9d72a99d _pthread_body + 131
11  libsystem_pthread.dylib             0x00007fff9d72a91a _pthread_body + 0
12  libsystem_pthread.dylib             0x00007fff9d728351 thread_start + 13

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib        	0x00007fff952cef72 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff952ce3b3 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fff8a59c124 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fff8a59b5ec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation      	0x00007fff8a59ae38 CFRunLoopRunSpecific + 296
5   com.apple.HIToolbox           	0x00007fff9b0ea935 RunCurrentEventLoopInMode + 235
6   com.apple.HIToolbox           	0x00007fff9b0ea76f ReceiveNextEventCommon + 432
7   com.apple.HIToolbox           	0x00007fff9b0ea5af _BlockUntilNextEventMatchingListInModeWithFilter + 71
8   com.apple.AppKit              	0x00007fff98fc2df6 _DPSNextEvent + 1067
9   com.apple.AppKit              	0x00007fff98fc2226 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 454
10  com.apple.AppKit              	0x00007fff98fb6d80 -[NSApplication run] + 682
11  com.apple.AppKit              	0x00007fff98f80368 NSApplicationMain + 1176
12  com.johnholdsworth.Injectorator	0x000000010451baa9 0x1044ad000 + 453289
13  libdyld.dylib                 	0x00007fff937cb5ad start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib        	0x00007fff952d5efa kevent_qos + 10
1   libdispatch.dylib             	0x00007fff953cb165 _dispatch_mgr_invoke + 216
2   libdispatch.dylib             	0x00007fff953cadcd _dispatch_mgr_thread + 52

Thread 2 Crashed:
0   libsystem_kernel.dylib        	0x00007fff952d4f06 __pthread_kill + 10
1   libsystem_pthread.dylib       	0x00007fff9d72d4ec pthread_kill + 90
2   libsystem_c.dylib             	0x00007fff9cc096df abort + 129
3   libc++abi.dylib               	0x00007fff9a313c11 abort_message + 257
4   libc++abi.dylib               	0x00007fff9a339e17 default_terminate_handler() + 267
5   libobjc.A.dylib               	0x00007fff965ed6ae _objc_terminate() + 103
6   libc++abi.dylib               	0x00007fff9a33700e std::__terminate(void (*)()) + 8
7   libc++abi.dylib               	0x00007fff9a336a7a __cxa_throw + 121
8   libobjc.A.dylib               	0x00007fff965eb08c objc_exception_throw + 318
9   com.apple.CoreFoundation      	0x00007fff8a68e41d +[NSException raise:format:] + 205
10  com.apple.Foundation          	0x00007fff99dcdf84 -[NSRegularExpression(NSMatching) enumerateMatchesInString:options:range:usingBlock:] + 218
11  com.apple.Foundation          	0x00007fff99e650d2 -[NSRegularExpression(NSMatching) rangeOfFirstMatchInString:options:range:] + 139
12  com.johnholdsworth.Injectorator	0x00000001044b806e 0x1044ad000 + 45166
13  com.johnholdsworth.Injectorator	0x00000001045263ce 0x1044ad000 + 496590
14  com.johnholdsworth.Injectorator	0x00000001044b0348 0x1044ad000 + 13128
15  com.johnholdsworth.Injectorator	0x00000001044b8826 0x1044ad000 + 47142
16  com.apple.Foundation          	0x00007fff99dd9e64 __NSThread__start__ + 1351
17  libsystem_pthread.dylib       	0x00007fff9d72a99d _pthread_body + 131
18  libsystem_pthread.dylib       	0x00007fff9d72a91a _pthread_start + 168
19  libsystem_pthread.dylib       	0x00007fff9d728351 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib        	0x00007fff952d507a __select + 10
1   com.apple.CoreFoundation      	0x00007fff8a5d945a __CFSocketManager + 762
2   libsystem_pthread.dylib       	0x00007fff9d72a99d _pthread_body + 131
3   libsystem_pthread.dylib       	0x00007fff9d72a91a _pthread_start + 168
4   libsystem_pthread.dylib       	0x00007fff9d728351 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib        	0x00007fff952d43ca __accept + 10
1   com.johnholdsworth.Injectorator	0x00000001044c32d0 0x1044ad000 + 90832
2   com.apple.Foundation          	0x00007fff99dd9e64 __NSThread__start__ + 1351
3   libsystem_pthread.dylib       	0x00007fff9d72a99d _pthread_body + 131
4   libsystem_pthread.dylib       	0x00007fff9d72a91a _pthread_start + 168
5   libsystem_pthread.dylib       	0x00007fff9d728351 thread_start + 13

Thread 5:: com.apple.NSEventThread
0   libsystem_kernel.dylib        	0x00007fff952cef72 mach_msg_trap + 10
1   libsystem_kernel.dylib        	0x00007fff952ce3b3 mach_msg + 55
2   com.apple.CoreFoundation      	0x00007fff8a59c124 __CFRunLoopServiceMachPort + 212
3   com.apple.CoreFoundation      	0x00007fff8a59b5ec __CFRunLoopRun + 1356
4   com.apple.CoreFoundation      	0x00007fff8a59ae38 CFRunLoopRunSpecific + 296
5   com.apple.AppKit              	0x00007fff99118d95 _NSEventThread + 149
6   libsystem_pthread.dylib       	0x00007fff9d72a99d _pthread_body + 131
7   libsystem_pthread.dylib       	0x00007fff9d72a91a _pthread_start + 168
8   libsystem_pthread.dylib       	0x00007fff9d728351 thread_start + 13

Thread 6:
0   libsystem_kernel.dylib        	0x00007fff952d55e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff9d72a578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib       	0x00007fff9d728341 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib        	0x00007fff952d55e2 __workq_kernreturn + 10
1   libsystem_pthread.dylib       	0x00007fff9d72a578 _pthread_wqthread + 1283
2   libsystem_pthread.dylib       	0x00007fff9d728341 start_wqthread + 13

Thread 2 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00007000003a3ab8  rdx: 0x0000000000000000
  rdi: 0x0000000000008a17  rsi: 0x0000000000000006  rbp: 0x00007000003a3ae0  rsp: 0x00007000003a3ab8
   r8: 0x0000000000000003   r9: 0x00007fff9a33ae4c  r10: 0x0000000008000000  r11: 0x0000000000000206
  r12: 0x00007000003a3c40  r13: 0x00007fff77810140  r14: 0x00007000003a6000  r15: 0x00007000003a3b20
  rip: 0x00007fff952d4f06  rfl: 0x0000000000000206  cr2: 0x00007f876d7ffdae
  
Logical CPU:     0
Error Code:      0x02000148
Trap Number:     133


Binary Images:
       0x1044ad000 -        0x1045ddff7 +com.johnholdsworth.Injectorator (1.5 - 1) <93FD2DFD-234D-3740-84D9-9B7588B7B885> /Applications/Injection.app/Contents/MacOS/Injection
       0x10461c000 -        0x104629fff +libswiftAppKit.dylib (3.0.2 - 800.0.63) <AE109184-6305-3381-AC40-C408F904F7D8> /Applications/Injection.app/Contents/Frameworks/libswiftAppKit.dylib
       0x10463a000 -        0x1048b1fff +libswiftCore.dylib (3.0.2 - 800.0.63) <75D2ABCC-609A-36DB-91CF-93670B475D1D> /Applications/Injection.app/Contents/Frameworks/libswiftCore.dylib
       0x104b4f000 -        0x104b59ff7 +libswiftCoreData.dylib (3.0.2 - 800.0.63) <0156B34D-8B03-387C-A319-BDC11BEFB2ED> /Applications/Injection.app/Contents/Frameworks/libswiftCoreData.dylib
       0x104b6f000 -        0x104b7dff7 +libswiftCoreGraphics.dylib (3.0.2 - 800.0.63) <469FD49F-8AF4-3085-8888-7BED749966C8> /Applications/Injection.app/Contents/Frameworks/libswiftCoreGraphics.dylib
       0x104b9a000 -        0x104b9effe +libswiftCoreImage.dylib (3.0.2 - 800.0.63) <616C4B50-C50E-3491-9363-E67658827C2E> /Applications/Injection.app/Contents/Frameworks/libswiftCoreImage.dylib
       0x104ba4000 -        0x104baaff7 +libswiftDarwin.dylib (3.0.2 - 800.0.63) <920F7867-96FA-318A-B0A2-CE29A9735564> /Applications/Injection.app/Contents/Frameworks/libswiftDarwin.dylib
       0x104bb7000 -        0x104bd2fff +libswiftDispatch.dylib (3.0.2 - 800.0.63) <07255710-F443-3F8A-BFED-F79781B178FE> /Applications/Injection.app/Contents/Frameworks/libswiftDispatch.dylib
       0x104c13000 -        0x104cedfff +libswiftFoundation.dylib (3.0.2 - 800.0.63) <89EAD7E5-4783-3882-98E7-5AE34D4DE984> /Applications/Injection.app/Contents/Frameworks/libswiftFoundation.dylib
       0x104df9000 -        0x104dfcff7 +libswiftIOKit.dylib (3.0.2 - 800.0.63) <21E3090E-2615-334E-A2CD-BD219361F4BD> /Applications/Injection.app/Contents/Frameworks/libswiftIOKit.dylib
       0x104e05000 -        0x104e0afff +libswiftObjectiveC.dylib (3.0.2 - 800.0.63) <AA60CC2D-1864-3787-8CDF-E8EE712A6E6C> /Applications/Injection.app/Contents/Frameworks/libswiftObjectiveC.dylib
       0x104e17000 -        0x104e1dff7 +libswiftQuartzCore.dylib (3.0.2 - 800.0.63) <6A841498-B953-3794-8A2A-B5DD478A6743> /Applications/Injection.app/Contents/Frameworks/libswiftQuartzCore.dylib
       0x104e28000 -        0x104e2bff7 +libswiftXPC.dylib (3.0.2 - 800.0.63) <188A7BF2-7DB0-35EB-9C64-95938C7FE530> /Applications/Injection.app/Contents/Frameworks/libswiftXPC.dylib
       0x10512a000 -        0x10513dff7  com.apple.webcontentfilter.framework (5.1 - 5.1) <941A6695-87F0-39A6-9CEF-B640438BEAD2> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis
       0x1051cd000 -        0x1051cffff  libCGXType.A.dylib (960.7) <F52CB9D5-B366-3A93-B1E6-81B583675B19> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
       0x107f50000 -        0x107f50fe7 +cl_kernels (???) <0546F060-57AA-4290-97D1-FB541CDA0EFB> cl_kernels
       0x108bc1000 -        0x108beaffb  libRIP.A.dylib (960.7) <6C9E6C2C-62FD-32E6-AEB8-564A3510B17A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff62c1c000 -     0x7fff62c53a47  dyld (360.22) <884763FC-CC0F-31CC-ACC4-75A805CE401D> /usr/lib/dyld
    0x7fff87143000 -     0x7fff873ddff3  com.apple.security (7.0 - 57337.60.2) <E2E553E7-28C4-3296-B3B6-BB1B3CA73943> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff873de000 -     0x7fff873e0fff  com.apple.SecCodeWrapper (4.0 - 261.40.2) <1F832591-59A8-3B3F-943F-D6D827463782> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff873e1000 -     0x7fff87477fff  com.apple.ColorSync (4.9.0 - 4.9.0) <8FC37E20-6579-3CB2-9D49-BC39FC38DF87> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff87510000 -     0x7fff87552ff7  com.apple.Metal (56.6 - 56.6) <30518711-8D00-3759-AA19-800D3C88E693> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
    0x7fff8755b000 -     0x7fff87589ff7  libsandbox.1.dylib (460.60.2) <99132331-202E-35CC-A94D-48CD16B6F588> /usr/lib/libsandbox.1.dylib
    0x7fff8758a000 -     0x7fff875b6fff  com.apple.framework.SystemAdministration (1.0 - 1.0) <1318B6A5-FFC3-3615-914D-95CBFE5BA727> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff875de000 -     0x7fff8764dfff  com.apple.datadetectorscore (7.0 - 460) <E8616F01-90AC-3863-B18C-426E6DD1ACDE> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8768b000 -     0x7fff877b2fff  com.apple.LaunchServices (728.13 - 728.13) <DF9A69C3-06AD-3062-A40A-50ED12CA18CA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff877b3000 -     0x7fff87828fff  com.apple.framework.IOKit (2.0.2 - 1179.50.2) <A509D3AE-9D48-31B7-89C7-326A7A2007B2> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff87866000 -     0x7fff87866fff  libmetal_timestamp.dylib (600.0.44.2) <DEEA1127-7A5D-3EF2-A4B2-AE125CBA5DB5> /System/Library/PrivateFrameworks/GPUCompiler.framework/libmetal_timestamp.dylib
    0x7fff87c2b000 -     0x7fff87c2cfff  libsystem_secinit.dylib (20) <32B1A8C6-DC84-3F4F-B8CE-9A52B47C3E6B> /usr/lib/system/libsystem_secinit.dylib
    0x7fff87c2d000 -     0x7fff87c56fff  libsystem_info.dylib (477.50.4) <FAA9226D-64DE-3769-A6D8-6CABA4B7FF4D> /usr/lib/system/libsystem_info.dylib
    0x7fff87f8c000 -     0x7fff87fbbff7  com.apple.DictionaryServices (1.2 - 250.3) <30250542-CBAA-39C1-91AA-B57A5DE17594> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff87fbc000 -     0x7fff87fbcfff  com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <054DFE32-737D-3211-9A14-0FC5E1A880E3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff87fbd000 -     0x7fff87ffeff7  libGLU.dylib (12.1) <CD7A5916-3E3C-3EF3-A275-B281016B99CB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff88269000 -     0x7fff88277ff7  libbz2.1.0.dylib (38) <28E54258-C0FE-38D4-AB76-1734CACCB344> /usr/lib/libbz2.1.0.dylib
    0x7fff8827d000 -     0x7fff88523ff7  com.apple.CoreData (120 - 641.3) <A29A5491-6169-372B-828F-84EE0CFD4BC4> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff88524000 -     0x7fff8852cfef  libsystem_platform.dylib (74.40.2) <29A905EF-6777-3C33-82B0-6C3A88C4BA15> /usr/lib/system/libsystem_platform.dylib
    0x7fff88545000 -     0x7fff8857cff7  com.apple.LDAPFramework (2.4.28 - 194.5) <9AE33BF2-FB17-342D-8F1E-5F83C6E6EB69> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff88729000 -     0x7fff88734fff  com.apple.AppSandbox (4.0 - 261.40.2) <52766210-B6EB-3B73-AB1B-42E0A9AD2EE8> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff88748000 -     0x7fff8875efff  com.apple.CoreMediaAuthoring (2.2 - 953) <A8F1B6EE-8ABE-3DC2-9829-A268D016648E> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff88aa4000 -     0x7fff88aa7fff  libspindump.dylib (197.1) <0977578F-0FA1-3F44-B16E-37DFD2C52CC8> /usr/lib/libspindump.dylib
    0x7fff88aa8000 -     0x7fff88ab0fef  libcldcpuengine.dylib (2.7.3) <6A6B8893-5A77-3014-9780-D3681DC0A08B> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff88b8b000 -     0x7fff88b8efff  libCoreVMClient.dylib (119.5) <560D70FB-709F-3030-96C9-F249FCB7DA6D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff88b8f000 -     0x7fff88bc2ff7  com.apple.MediaKit (16 - 809) <BF8032FE-6645-37F6-A622-BC7EEE3EAABF> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff88bd1000 -     0x7fff88c38fff  com.apple.framework.CoreWiFi (11.0 - 1101.20) <993592F1-B3F1-3FAD-87BD-EA83C361BCCF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff88c6b000 -     0x7fff88c73fff  com.apple.CoreServices.FSEvents (1223.10.1 - 1223.10.1) <7F5B7A23-BC1D-3FA9-A9B8-D534F1E1979A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
    0x7fff88cd3000 -     0x7fff88cd5ffb  libutil.dylib (43) <4C9BFE8B-563B-3EEA-A323-8F4F14E0A46C> /usr/lib/libutil.dylib
    0x7fff88e41000 -     0x7fff88eb5ff3  com.apple.securityfoundation (6.0 - 55126) <DAA4FDD0-7F84-30AA-BE6F-96BB9F871F07> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff88eb6000 -     0x7fff8924bfdb  com.apple.vImage (8.0 - 8.0) <4BAC9B6F-7482-3580-8787-AB0A5B4D331B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8924c000 -     0x7fff8a498fe3  com.apple.CoreGraphics (1.600.0 - 960.7) <32995C4A-856B-3275-BCF5-638A968DB659> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8a4d2000 -     0x7fff8a4ffff3  com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <D1E3E050-2C85-3413-8E88-DA4729D94FFC> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X
    0x7fff8a510000 -     0x7fff8a511ff7  libodfde.dylib (23) <F84CB160-D638-3190-B6F5-A262E9AF09F6> /usr/lib/libodfde.dylib
    0x7fff8a512000 -     0x7fff8a988ff7  com.apple.CoreFoundation (6.9 - 1259) <51D1F34F-9FEC-3EF2-8382-2D13D75F845A> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8ab9e000 -     0x7fff8acf9ff3  com.apple.WebKitLegacy (11601 - 11601.7.8) <0E926E80-E578-38CA-9C32-1F6C4F2C375E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy
    0x7fff8ad7e000 -     0x7fff8ad92fe3  libCGInterfaces.dylib (317.9) <5079DE4F-3717-32FF-B76A-77F53236D17D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
    0x7fff8ae4f000 -     0x7fff8ae53fff  libcache.dylib (75) <9548AAE9-2AB7-3525-9ECE-A2A7C4688447> /usr/lib/system/libcache.dylib
    0x7fff8ae54000 -     0x7fff8ae69fff  com.apple.AppContainer (4.0 - 261.40.2) <F220E702-1C00-3BD2-9943-C7E75C3B4418> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff8aecb000 -     0x7fff8b032fff  libBLAS.dylib (1162.2) <A1398FE0-39D2-33EA-9A0F-B2644EEA29A0> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8b11c000 -     0x7fff8b29afff  com.apple.UIFoundation (1.0 - 436.1) <AABB5267-E7B7-3D75-B051-E665BDA8DEF4> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
    0x7fff8b305000 -     0x7fff8b30ffff  com.apple.NetAuth (6.0 - 6.0) <D692B1EF-534F-3892-8E2F-2BBA7C8AFD74> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8b310000 -     0x7fff8b33fffb  libsystem_m.dylib (3105) <08E1A4B2-6448-3DFE-A58C-ACC7335BE7E4> /usr/lib/system/libsystem_m.dylib
    0x7fff8b340000 -     0x7fff8b340fff  com.apple.Cocoa (6.11 - 22) <807787AB-D231-3F51-A99B-A9314623C571> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8b344000 -     0x7fff8b35cfef  libcompression.dylib (28) <E7601B62-1053-369D-8A9E-91CF86239220> /usr/lib/libcompression.dylib
    0x7fff8b3ae000 -     0x7fff8b3b9fff  libcsfde.dylib (517.50.1) <52F0DB6A-13B8-355E-ADFD-72834D3CA183> /usr/lib/libcsfde.dylib
    0x7fff8b402000 -     0x7fff8b4b2fe7  libvMisc.dylib (563.5) <6D73C20D-D1C4-3BA5-809B-4B597C15AA86> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8bbfd000 -     0x7fff8bbfefff  libDiagnosticMessagesClient.dylib (100) <4243B6B4-21E9-355B-9C5A-95A216233B96> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8bc3f000 -     0x7fff8bc5bff3  libresolv.9.dylib (60) <A650B5C8-1950-36A0-86D1-0B2465318BFA> /usr/lib/libresolv.9.dylib
    0x7fff8bcbf000 -     0x7fff8bf46fff  com.apple.CFNetwork (760.6.3 - 760.6.3) <8CB9CB2E-D0FB-31D4-A1AE-2A5FE028AD6B> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8c0c7000 -     0x7fff8c0caff7  com.apple.help (1.3.3 - 46) <35DA4D48-0BC2-35A1-8D7C-40905CDF4F64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8c3c7000 -     0x7fff8c3e6ff7  com.apple.framework.Apple80211 (11.0 - 1121.34.2) <90477FAE-B835-3931-80FB-FDFF02B21D9D> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff8c43e000 -     0x7fff8c51eff7  unorm8_rgba.dylib (2.7.3) <9EB6C346-CFF6-32D7-B4A1-2409DFBCB216> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff8c51f000 -     0x7fff8c539ff3  liblzma.5.dylib (10) <CC03591B-FA57-3CA5-AC81-0D76033AC0CE> /usr/lib/liblzma.5.dylib
    0x7fff8c53a000 -     0x7fff8c5a8ff7  com.apple.ApplicationServices.ATS (377 - 394.4) <9779E916-0788-3CAC-B1EC-F68BCB12A2B6> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8c5a9000 -     0x7fff8c5a9ff7  libunc.dylib (29) <DDB1E947-C775-33B8-B461-63E5EB698F0E> /usr/lib/system/libunc.dylib
    0x7fff8c5aa000 -     0x7fff8c5b6fff  com.apple.speech.synthesis.framework (5.4.12 - 5.4.12) <71DA00B8-5EA2-326B-8814-59DB25512F65> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8c663000 -     0x7fff8c66eff7  libcommonCrypto.dylib (60075.50.1) <93732261-34B4-3914-B7A2-90A81A182DBA> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8c6ad000 -     0x7fff8c6f3ff7  libauto.dylib (186) <999E610F-41FC-32A3-ADCA-5EC049B65DFB> /usr/lib/libauto.dylib
    0x7fff8c6f4000 -     0x7fff8c705ff7  libsystem_trace.dylib (201.10.3) <E9311C03-9E61-3B13-AF3F-A64956FFF269> /usr/lib/system/libsystem_trace.dylib
    0x7fff8c73d000 -     0x7fff8c84bff3  com.apple.desktopservices (1.10.3 - 1.10.3) <3A6906D4-C0B8-30D1-B589-0466E5E42B69> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8c84d000 -     0x7fff8c89dff7  com.apple.Symbolication (1.4 - 58044) <F70BF765-FBE9-3F1E-85CA-BB2F8E53E8C2> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8c89e000 -     0x7fff8c8b9ff7  libCRFSuite.dylib (34) <078B4CD8-6A8C-3067-B2BA-0C2A0BAB8AC3> /usr/lib/libCRFSuite.dylib
    0x7fff8c8c1000 -     0x7fff8c8ccfff  com.apple.CrashReporterSupport (10.11 - 718) <05892B57-F2CD-3C84-B984-0417F6B361DB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff8cac7000 -     0x7fff8cae0fff  com.apple.CFOpenDirectory (10.11 - 194) <11F95672-55E0-3F9D-9171-5E8C56AEE948> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8caf2000 -     0x7fff8caf5fff  libsystem_sandbox.dylib (460.60.2) <2A68B39C-B786-3A05-87A2-56E688469FB8> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff8caf6000 -     0x7fff8caf6ff7  libkeymgr.dylib (28) <8371CE54-5FDD-3CE9-B3DF-E98C761B6FE0> /usr/lib/system/libkeymgr.dylib
    0x7fff8caf7000 -     0x7fff8cbe7ff7  libJP2.dylib (1460) <01240EC3-6CC6-3D9A-AADB-6C3991D05840> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8cc3c000 -     0x7fff8cc63fff  com.apple.ChunkingLibrary (167 - 167) <AD7F285C-005E-36BB-98A3-5826413533BE> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8ccb5000 -     0x7fff8ccf3ff7  libGLImage.dylib (12.1) <BB1F1A93-5101-3906-AB17-8D83FCB200F9> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8ccf4000 -     0x7fff8d393ffb  com.apple.JavaScriptCore (11601 - 11601.7.8) <38585ADC-1AD4-3BD2-8972-B90344CE57C0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8d394000 -     0x7fff8d3a4ff3  com.apple.ProtocolBuffer (1 - 243) <BAE5E5C9-DD59-3BB8-9741-EEFC5E3046EE> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
    0x7fff8d3cf000 -     0x7fff8d4beff7  libxml2.2.dylib (29.11) <DBAD6C6D-DF50-32E0-A621-F556DFD12A71> /usr/lib/libxml2.2.dylib
    0x7fff8d4bf000 -     0x7fff8d4e8fff  com.apple.ProtectedCloudStorage (1.0 - 1) <7436B2B3-943A-3500-B099-80F133B3E002> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
    0x7fff8d4e9000 -     0x7fff8d4f2ff7  com.apple.CommonAuth (4.0 - 2.0) <4B8673E1-3697-3FE2-8D30-AC7AC5D4F8BF> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8d4f3000 -     0x7fff8d4f3fff  com.apple.audio.units.AudioUnit (1.13 - 1.13) <378B5292-F216-32AB-B628-8C33A72D7052> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8d4f4000 -     0x7fff8d524ff3  com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <4AAFB1C4-3708-30F9-ACFA-90564347204C> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff8d525000 -     0x7fff8d527ff7  libquarantine.dylib (80) <0F4169F0-0C84-3A25-B3AE-E47B3586D908> /usr/lib/system/libquarantine.dylib
    0x7fff8e341000 -     0x7fff8e36aff7  libxslt.1.dylib (14.4) <72CD1CA4-1FBD-3672-ADCE-A89AB741689A> /usr/lib/libxslt.1.dylib
    0x7fff8e36b000 -     0x7fff8e382ff7  libsystem_asl.dylib (323.50.1) <41F8E11F-1BD0-3F1D-BA3A-AA1577ED98A9> /usr/lib/system/libsystem_asl.dylib
    0x7fff8e3a4000 -     0x7fff8e3b2fff  com.apple.opengl (12.1.0 - 12.1.0) <62997B59-BCD2-3A71-BD16-DE75DBAFA7C2> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8e3cf000 -     0x7fff8e3e6fff  libmarisa.dylib (4) <E4919B03-D9BD-3AF8-B436-C415C98E3F0A> /usr/lib/libmarisa.dylib
    0x7fff8e3e7000 -     0x7fff8e50ffff  com.apple.NetworkExtension (1.0 - 1) <CFD98864-3DD5-391E-B0EA-388294A75C31> /System/Library/Frameworks/NetworkExtension.framework/Versions/A/NetworkExtension
    0x7fff8e58b000 -     0x7fff8ea26ffb  com.apple.GeoServices (1.0 - 1151.49.1) <2D887517-B73D-30FF-91DC-AF6AD91F96B9> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
    0x7fff8ea27000 -     0x7fff8ea29fff  com.apple.loginsupport (1.0 - 1) <9B2F5F9B-ED38-313F-B798-D2B667BCD6B5> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
    0x7fff8ea2a000 -     0x7fff8ea7bfff  com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <EA7D4F3B-062B-3C81-A98C-C89264D00D48> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8f524000 -     0x7fff8f54dff7  libxpc.dylib (765.50.8) <54D1328E-054E-3DAA-89E2-375722F9D18F> /usr/lib/system/libxpc.dylib
    0x7fff8f721000 -     0x7fff8f7b0ff7  libCoreStorage.dylib (517.50.1) <E6283FE9-B5AC-3110-8D4C-8E2BF185983E> /usr/lib/libCoreStorage.dylib
    0x7fff8f7ca000 -     0x7fff8f7f5ffb  libarchive.2.dylib (33.20.2) <6C370A21-63FD-3A68-B4B3-5333F24B770B> /usr/lib/libarchive.2.dylib
    0x7fff8f836000 -     0x7fff8f8adfeb  libcorecrypto.dylib (335.50.1) <B5C05FD7-A540-345A-87BF-8E41848A3C17> /usr/lib/system/libcorecrypto.dylib
    0x7fff8f93f000 -     0x7fff8f970fff  com.apple.GSS (4.0 - 2.0) <B490333A-3B3E-397A-AD75-68846E9A9140> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8f971000 -     0x7fff8f9c2ff7  libcups.2.dylib (435.2) <91584A40-214D-33E8-A613-CE22289037C8> /usr/lib/libcups.2.dylib
    0x7fff8f9e2000 -     0x7fff8fa1aff7  com.apple.RemoteViewServices (2.0 - 101) <B2881449-8CFE-3D1C-B4BF-155640392533> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8fa1b000 -     0x7fff8ff59ff7  com.apple.MediaToolbox (1.0 - 1731.15.207) <63AD3FB7-BAD3-3040-8A99-843033F24CF6> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff8ff5e000 -     0x7fff8ff80fff  com.apple.IconServices (68.1 - 68.1) <CDEEDBE6-F53B-3BA1-82D4-23BCA3DD8949> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff907a5000 -     0x7fff907a5ff7  liblaunch.dylib (765.50.8) <834ED605-5114-3641-AA4D-ECF31B801C50> /usr/lib/system/liblaunch.dylib
    0x7fff907d4000 -     0x7fff908f8fff  libsqlite3.dylib (216.4) <280D67B8-F93D-3587-A146-19F36C817548> /usr/lib/libsqlite3.dylib
    0x7fff908f9000 -     0x7fff90968fff  com.apple.SearchKit (1.4.0 - 1.4.0) <F159A888-34CA-36F1-AC8E-EB1B38C9DFB3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff90a4b000 -     0x7fff91b34ff3  com.apple.WebCore (11601 - 11601.7.5) <9153DA7E-1625-382A-8257-8D4293F06F7F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff91b35000 -     0x7fff91b3afff  com.apple.ImageCapture (9.0 - 9.0) <ACECF0B7-7D92-3A22-BF47-E8FADF4C5378> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff91d8d000 -     0x7fff91d92fff  com.apple.DiskArbitration (2.7 - 2.7) <F55902AA-5316-3255-A701-FDED5B553065> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff91d93000 -     0x7fff91da4ff7  libz.1.dylib (61.20.1) <B3EBB42F-48E3-3287-9F0D-308E04D407AC> /usr/lib/libz.1.dylib
    0x7fff91f0c000 -     0x7fff91f14ffb  libsystem_dnssd.dylib (625.60.4) <80189998-32B0-316C-B5C5-53857486713D> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff91f47000 -     0x7fff91f93ffb  com.apple.HIServices (1.22 - 550) <6B76B41C-CF5A-34C4-89F4-EFD7CA3D1C9D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff91f94000 -     0x7fff91f95fff  libffi.dylib (18.1) <5BA9612C-747E-33CE-9DB1-3C01ECF3041D> /usr/lib/libffi.dylib
    0x7fff91f96000 -     0x7fff91fadfff  com.apple.ScriptingBridge (1.3.3 - 68) <13D01EBC-D01E-3054-8C3C-3989BCF6370A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff91fb1000 -     0x7fff91fbcfff  libkxld.dylib (3248.60.11.2.1) <9DFD804D-B16C-379C-8986-2D8781DFAEAE> /usr/lib/system/libkxld.dylib
    0x7fff91fbd000 -     0x7fff923b9fff  libLAPACK.dylib (1162.2) <987E42B0-5108-3065-87F0-9DF7616A8A06> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff923ba000 -     0x7fff923bafff  com.apple.Accelerate (1.10 - Accelerate 1.10) <185EC96A-5AF0-3620-A4ED-4D3654D25B39> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff923ca000 -     0x7fff923edff7  com.apple.Network (1.0 - 1) <F3CC7116-3969-31E1-8A8E-0CD4A1FE3837> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network
    0x7fff923ee000 -     0x7fff92495fff  com.apple.LanguageModeling (1.0 - 1) <58C18A47-BDE7-3CBE-81C0-797029D170A1> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
    0x7fff92496000 -     0x7fff9249afff  libGIF.dylib (1460) <2A59D65D-57F6-36B5-B655-84A8E9B2EC4E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff92600000 -     0x7fff92600fff  com.apple.Carbon (154 - 157) <8F6ED602-5943-3E29-A793-BC331E2C183D> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff92601000 -     0x7fff926fdff7  libFontParser.dylib (158.6) <267A9AE4-4138-3112-8D73-BDFDC96568FF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff926fe000 -     0x7fff92700fff  com.apple.EFILogin (2.0 - 2) <38150198-DD7F-3C73-BCAA-C74BB376393A> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff92cbf000 -     0x7fff92cc0ffb  libremovefile.dylib (41) <552EF39E-14D7-363E-9059-4565AC2F894E> /usr/lib/system/libremovefile.dylib
    0x7fff92d40000 -     0x7fff92dd5fff  com.apple.ink.framework (10.9 - 214) <1F76CF36-3F79-36B8-BC37-C540AF34B338> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff92dd6000 -     0x7fff92df8ff7  com.apple.Sharing (442.13.6 - 442.13.6) <DDD2811C-6ECB-32F2-8EE1-69BF9657B4A8> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff92df9000 -     0x7fff92e55fff  libTIFF.dylib (1460) <0838C0B3-A846-32F3-87AA-D28F2EF38775> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff92e85000 -     0x7fff92ecaff3  libFontRegistry.dylib (155.2) <A70DD497-35F3-34DA-9C19-F4B90080E961> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff92ecb000 -     0x7fff92ed3fff  com.apple.NetFS (6.0 - 4.0) <842A5346-24C3-3F22-9ECF-E586A10EA1F2> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff92ed4000 -     0x7fff93252ff3  com.apple.VideoToolbox (1.0 - 1731.15.207) <6C7C261F-CB65-3AF1-92E7-16ACAD371EF4> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff93253000 -     0x7fff93329ffb  com.apple.DiskImagesFramework (10.11.4 - 417.4) <B9525D22-6F0D-39C5-BA9B-9DF195FE1968> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff93352000 -     0x7fff93357ff7  libheimdal-asn1.dylib (453.40.10) <981DE40B-FA16-36F7-BE92-8C8A115D6CD9> /usr/lib/libheimdal-asn1.dylib
    0x7fff93688000 -     0x7fff93689fff  libsystem_blocks.dylib (65) <1244D9D5-F6AA-35BB-B307-86851C24B8E5> /usr/lib/system/libsystem_blocks.dylib
    0x7fff936f9000 -     0x7fff93715fff  com.apple.GenerationalStorage (2.0 - 239.1) <8C821448-4294-3736-9CEF-467C93785CB9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff937c8000 -     0x7fff937cbffb  libdyld.dylib (360.22) <F103B2FB-D383-38CB-992A-E16BDCB00A03> /usr/lib/system/libdyld.dylib
    0x7fff937e7000 -     0x7fff93845fff  com.apple.SystemConfiguration (1.14 - 1.14) <8886E043-B668-3A49-BCA5-F89FB0ECB6EC> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff9386c000 -     0x7fff9387afff  libxar.1.dylib (302) <03207F66-2C4A-3DBD-8D81-70F4C85903C4> /usr/lib/libxar.1.dylib
    0x7fff9387b000 -     0x7fff9398afe7  libvDSP.dylib (563.5) <9AB6CA3C-4F0E-35E6-9184-9DF86E7C3DAD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff9398b000 -     0x7fff93996fff  com.apple.DirectoryService.Framework (10.11 - 194) <6F827D0E-0F02-3B09-B2A8-252865EECA7F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff93ab3000 -     0x7fff93acfff7  libsystem_malloc.dylib (67.40.1) <5748E8B2-F81C-34C6-8B13-456213127678> /usr/lib/system/libsystem_malloc.dylib
    0x7fff93b2d000 -     0x7fff93cd9ff7  com.apple.avfoundation (2.0 - 1046.9.12) <41BDD03F-5545-3B9F-8DD7-7106485BAE8B> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff93ce4000 -     0x7fff93ceffff  libGL.dylib (12.1) <70D51643-04AC-3400-8F11-A6FC25985289> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff93e62000 -     0x7fff93e85ff7  com.apple.speech.LatentSemanticMappingFramework (2.12.1 - 2.12.1) <DB9F6DE8-5FD1-33DC-B010-33BEA74764CB> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping
    0x7fff93e86000 -     0x7fff93e8cff7  com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <9E5A980A-F455-32D5-BBEE-3BD6018CC45E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff93f64000 -     0x7fff93f68fff  com.apple.CommonPanels (1.2.6 - 96) <4AE7E5AE-55B3-37FA-9BDE-B23147ADA2E9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff93f72000 -     0x7fff93fffdd7  com.apple.AppleJPEG (1.0 - 1) <BF7EDBDB-A52D-37F7-BDE4-EAD49310D7A9> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
    0x7fff94000000 -     0x7fff94292ffb  com.apple.RawCamera.bundle (6.21 - 879) <4F0A10FB-7C96-31E8-9A70-E30F615B2565> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff94293000 -     0x7fff9429bfff  libGFXShared.dylib (12.1) <FFB3BBDE-0AE4-3570-B9F4-1BC093F8777A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff94b43000 -     0x7fff94c1cfff  com.apple.CoreMedia (1.0 - 1731.15.207) <70CAD4A7-3F8B-3767-A420-98BE1062C230> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff94c1d000 -     0x7fff94c26ff3  libsystem_notify.dylib (150.40.1) <D48BDE34-0F7E-34CA-A0FF-C578E39987CC> /usr/lib/system/libsystem_notify.dylib
    0x7fff94c27000 -     0x7fff94e34fff  libicucore.A.dylib (551.51.4) <3899B146-3840-3D4A-8C4A-FE391D5D25C7> /usr/lib/libicucore.A.dylib
    0x7fff94e35000 -     0x7fff94e5aff7  libPng.dylib (1460) <DBCC10E6-541E-3592-85AF-521525EEE47A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff94e5b000 -     0x7fff94e60fff  com.apple.TCC (1.0 - 1) <F5EEB2D3-9517-3975-97BE-22CB8E11B8A3> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff94e61000 -     0x7fff94e85fff  libJPEG.dylib (1460) <12EBCDFF-FE82-38FD-8593-3648F3A84CDB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff9500f000 -     0x7fff95013fff  libpam.2.dylib (20) <CFCD19BD-87BC-3F2B-BB1C-4C23E8E55F1A> /usr/lib/libpam.2.dylib
    0x7fff95232000 -     0x7fff95232fff  com.apple.CoreServices (728.13 - 728.13) <E3DFECD2-ECEA-3242-972D-95B9646B57B8> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff95233000 -     0x7fff95267ff7  com.apple.CoreVideo (1.8 - 191.3) <1AA24A1B-CB84-3F6B-B6DE-11494542649C> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff95268000 -     0x7fff952bdfff  com.apple.AE (701 - 701) <AD492742-F884-386B-A450-FAC281B9FFA4> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff952be000 -     0x7fff952dcff7  libsystem_kernel.dylib (3248.60.11.2.1) <19B06617-EDC1-3925-8A09-BC775F3D6A08> /usr/lib/system/libsystem_kernel.dylib
    0x7fff952dd000 -     0x7fff9530bff7  com.apple.CoreServicesInternal (248.2 - 248.2) <6E111F0A-D7F1-3738-ADE7-CF983BD4EC8B> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff953ba000 -     0x7fff953c2fff  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <CC53DC12-9231-3C4F-921B-9A770D463323> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff953c3000 -     0x7fff953f0fff  libdispatch.dylib (501.40.12) <C7499857-61A5-3D7D-A5EA-65DCC8C3DF92> /usr/lib/system/libdispatch.dylib
    0x7fff95436000 -     0x7fff954eeff7  com.apple.CoreDuet (1.0 - 1) <FC1EAEE1-73A4-3B13-A634-1D2A94D0C0B7> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
    0x7fff955d2000 -     0x7fff959aafef  com.apple.CoreAUC (214.0.0 - 214.0.0) <F80C19CA-6CD0-3052-9C22-0288A257CCC8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff959cf000 -     0x7fff959d0ff3  com.apple.print.framework.Print (10.0 - 266) <3E85F70C-D7D4-34E1-B88A-C1F503F99CDA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff959d1000 -     0x7fff959dafff  com.apple.icloud.FindMyDevice (1.0 - 1) <B9C741F2-6FAC-3BA7-B6E0-9A910C6E8D4E> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
    0x7fff95b42000 -     0x7fff95b4afff  com.apple.AppleSRP (5.0 - 1) <840A5C20-6452-36BB-ACF7-29BA6CBF7C48> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff95b4e000 -     0x7fff95c40ff7  libiconv.2.dylib (44) <F05A0A5A-92A9-3668-8F20-F27CBDA26BE9> /usr/lib/libiconv.2.dylib
    0x7fff95c41000 -     0x7fff95f7fff7  com.apple.WebKit (11601 - 11601.7.8) <58A8B070-2AE4-3909-AE1D-7A7DF34AA268> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff9644f000 -     0x7fff9649aff7  com.apple.CoreMediaIO (703.0 - 4791) <57D92CFE-E717-38FE-AEE8-0A4D9769679F> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff9649b000 -     0x7fff964a1fff  com.apple.XPCService (2.0 - 1) <5E2122D6-FFA2-3552-BF16-9FD3F36B40DB> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff964f2000 -     0x7fff96544fff  com.apple.CloudDocs (1.0 - 383.13) <5FD9138D-09D9-3B97-BBAD-5692E1687F30> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
    0x7fff96561000 -     0x7fff96564fff  com.apple.Mangrove (1.0 - 1) <2D86B3AD-64C3-3BB4-BC66-1CFD0C90E844> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff96565000 -     0x7fff965d9ff7  com.apple.Heimdal (4.0 - 2.0) <5D365381-8B5E-3259-8867-FC4A7D307BDE> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff965da000 -     0x7fff9693cf3f  libobjc.A.dylib (680) <7489D2D6-1EFD-3414-B18D-2AECCCC90286> /usr/lib/libobjc.A.dylib
    0x7fff9693d000 -     0x7fff96982ff7  com.apple.coreservices.SharedFileList (24.4 - 24.5) <1D2AD77B-778F-3253-A295-3D0A32A8121C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
    0x7fff96993000 -     0x7fff96994fff  com.apple.TrustEvaluationAgent (2.0 - 25) <0239494E-FEFE-39BC-9FC7-E251BA5128F1> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff9699e000 -     0x7fff969a5ff7  libcompiler_rt.dylib (62) <A13ECF69-F59F-38AE-8609-7B731450FBCD> /usr/lib/system/libcompiler_rt.dylib
    0x7fff9796d000 -     0x7fff97975fff  libsystem_networkextension.dylib (385.40.36) <66095DC7-6539-38F2-95EE-458F15F6D014> /usr/lib/system/libsystem_networkextension.dylib
    0x7fff979a0000 -     0x7fff979acff7  com.apple.OpenDirectory (10.11 - 194) <31A67AD5-5CC2-350A-96D7-821DF4BC4196> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff979ad000 -     0x7fff97adaff3  com.apple.CoreText (352.0 - 494.12) <ADBE8355-D4F5-3316-A6C4-D641D615CEC4> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff97adb000 -     0x7fff97c20fff  com.apple.QTKit (7.7.3 - 2943.13) <3E3DB3DD-8D7E-3478-B020-F975CCAAE522> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff97c21000 -     0x7fff97cdbfff  com.apple.DiscRecording (9.0.1 - 9010.4.3) <540853B2-B123-3560-8023-C92EE229051A> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff97cdf000 -     0x7fff97cfcff7  com.apple.AppleVPAFramework (2.1.2 - 2.1.2) <7B26B7D9-AEB3-3DEC-B4AD-B49BC0FD1082> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
    0x7fff97cfd000 -     0x7fff97d0efff  libSparseBLAS.dylib (1162.2) <EBEB3848-3468-342A-91A6-5C47F2369CD9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
    0x7fff97d0f000 -     0x7fff97d17fff  libMatch.1.dylib (27) <3AC0BFB8-7E69-3DBE-A175-7F3946FC4554> /usr/lib/libMatch.1.dylib
    0x7fff97d18000 -     0x7fff97d76fff  com.apple.CoreServices.OSServices (728.13 - 728.13) <27C12B92-7845-38DD-B82D-DC5B678352D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff985ae000 -     0x7fff985befff  libbsm.0.dylib (34) <7E14504C-A8B0-3574-B6EB-5D5FABC72926> /usr/lib/libbsm.0.dylib
    0x7fff985bf000 -     0x7fff98612ff7  libc++.1.dylib (120.1) <8FC3D139-8055-3498-9AC5-6467CB7F4D14> /usr/lib/libc++.1.dylib
    0x7fff987c0000 -     0x7fff98837ff7  com.apple.MMCS (1.3 - 357.1) <549FBEFC-55F7-3101-BF51-A0B1F7CF2B46> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS
    0x7fff9888f000 -     0x7fff988f5ff7  libsystem_network.dylib (583.50.1) <B52DAB73-92DC-3DA7-B9F4-B899D66445C1> /usr/lib/system/libsystem_network.dylib
    0x7fff988f6000 -     0x7fff98ac4ff3  com.apple.QuartzCore (1.11 - 410.14) <3CEA7616-63A9-3B69-B6A8-476BF6D3F58B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff98ac5000 -     0x7fff98b4eff7  com.apple.PerformanceAnalysis (1.0 - 1) <07DC8D32-56AF-3AD3-83D8-9DC413BA8C2F> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff98b4f000 -     0x7fff98b57ff7  libnetwork.dylib (583.50.1) <EFED972E-5555-30C0-AFC7-7790F20B494D> /usr/lib/libnetwork.dylib
    0x7fff98b86000 -     0x7fff98bd8fff  com.apple.AppleVAFramework (5.0.32 - 5.0.32) <B177135E-C16A-3296-99C9-CDA0E8E2A855> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff98be0000 -     0x7fff98cc6fef  unorm8_bgra.dylib (2.7.3) <B315AE9C-9E09-3D9F-9513-EC2195908516> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
    0x7fff98cc7000 -     0x7fff98cc8fff  liblangid.dylib (122) <9CC4F0D1-5C51-3B69-BC8F-EE3A51FD0822> /usr/lib/liblangid.dylib
    0x7fff98d77000 -     0x7fff98ec1ff7  com.apple.coreui (2.1 - 366.1) <8138636F-A0A7-31C7-896C-5F5747FA1B2A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff98ec2000 -     0x7fff98ec3ffb  libSystem.B.dylib (1226.10.1) <012548CD-614D-3AF0-B3B1-676F427D2CD6> /usr/lib/libSystem.B.dylib
    0x7fff98ec4000 -     0x7fff98ed7fff  com.apple.CoreBluetooth (1.0 - 1) <E54CA9A2-A5C6-30C5-9D6E-8472DBA9371E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
    0x7fff98ed8000 -     0x7fff98f78fff  com.apple.Metadata (10.7.0 - 972.34) <5F407CB0-3244-3A15-8000-82DDB0420244> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff98f79000 -     0x7fff98f79fff  libOpenScriptingUtil.dylib (169.1) <AD0DAC8A-9849-3077-999F-9AEC6112BDAB> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff98f7a000 -     0x7fff99ba3ff7  com.apple.AppKit (6.9 - 1404.47) <F3411F6E-DD87-34D0-8C68-C69B2205E41D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff99ba4000 -     0x7fff99c48fff  com.apple.Bluetooth (4.4.6 - 4.4.6f1) <4072EA3E-F2DD-32C1-9B19-9339C7087051> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
    0x7fff99c49000 -     0x7fff99c4cffb  libScreenReader.dylib (426.42) <16FC79D1-4573-3E90-945F-CBA22D5185FD> /usr/lib/libScreenReader.dylib
    0x7fff99cbe000 -     0x7fff99d21fff  libAVFAudio.dylib (161.2) <1A98DBF3-490B-37FB-928A-AB1E36E6E5DD> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff99da4000 -     0x7fff9a0f8fff  com.apple.Foundation (6.9 - 1259) <71A9D3A0-0B1F-3E3A-86F3-1486365A6EF2> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff9a0f9000 -     0x7fff9a0feff7  libmacho.dylib (875.1) <318264FA-58F1-39D8-8285-1F6254EE410E> /usr/lib/system/libmacho.dylib
    0x7fff9a0ff000 -     0x7fff9a110fff  libcmph.dylib (6) <BA4BF2C6-7F4E-33B8-9DD7-619C9EB83ECF> /usr/lib/libcmph.dylib
    0x7fff9a14b000 -     0x7fff9a156ff7  libChineseTokenizer.dylib (16) <79B8C67A-3061-3C78-92CD-4650719E68D4> /usr/lib/libChineseTokenizer.dylib
    0x7fff9a1b9000 -     0x7fff9a1cbfff  libsasl2.2.dylib (209) <11C7D200-0CA5-30F4-A19A-178CA81D48FE> /usr/lib/libsasl2.2.dylib
    0x7fff9a25f000 -     0x7fff9a261ff7  com.apple.securityhi (9.0 - 55006) <1E7BE52B-97EA-371A-AECA-1EE2AD246D8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff9a262000 -     0x7fff9a312fff  com.apple.backup.framework (1.7.4 - 1.7.4) <F304E9D1-991A-379E-9659-BF85C35B4808> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff9a313000 -     0x7fff9a33dff7  libc++abi.dylib (307.2) <922EFB36-0E9E-315B-8270-E81AC43472C0> /usr/lib/libc++abi.dylib
    0x7fff9a39a000 -     0x7fff9a3b3fff  com.apple.openscripting (1.7.1 - 169.1) <36EBF6A7-334A-3197-838F-E8C7B27FCDBB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff9a7ef000 -     0x7fff9a83eff7  com.apple.opencl (2.7.0 - 2.7.0) <07FB8F36-A00C-3BFD-BC38-9E4EC484907E> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff9a8f9000 -     0x7fff9a8feff3  libunwind.dylib (35.3) <F6EB48E5-4D12-359A-AB54-C937FBBE9043> /usr/lib/system/libunwind.dylib
    0x7fff9a8ff000 -     0x7fff9a9e5ff7  libcrypto.0.9.8.dylib (59.60.1) <D68067AD-D1E0-3196-9796-51BE9B969C8E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff9ac1e000 -     0x7fff9ae3fff7  com.apple.CoreImage (11.4.0 - 366.4.20) <7721BA55-A10E-3425-8392-C5D7C510EAAB> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff9ae40000 -     0x7fff9ae45ff7  com.apple.AssetCacheServices (14.1 - 14.1) <5F249F84-660A-3E94-B073-6729E7ED56D9> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices
    0x7fff9ae4e000 -     0x7fff9b059fff  libFosl_dynamic.dylib (16.24) <5F9DB82D-FD4B-3952-8531-CE020F93ED49> /usr/lib/libFosl_dynamic.dylib
    0x7fff9b05a000 -     0x7fff9b0a6ff7  com.apple.corelocation (1486.17 - 1615.38) <6336CFC5-9D7D-3B76-B263-56DD6EBD0B8D> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
    0x7fff9b0ba000 -     0x7fff9b3affff  com.apple.HIToolbox (2.1.1 - 807.2) <36413C45-36AF-34EF-9C0E-F18B31D1E565> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff9b3b0000 -     0x7fff9b3fcfff  com.apple.print.framework.PrintCore (11.2 - 472.2) <5AE8AA6B-CE09-397D-B0D4-0F9CCBF1F77D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff9b3fd000 -     0x7fff9b3ffff7  libRadiance.dylib (1460) <9C7A9DD6-B567-3751-BE25-3E382043F2BF> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff9b400000 -     0x7fff9b408fff  libcopyfile.dylib (127) <A48637BC-F3F2-34F2-BB68-4C65FD012832> /usr/lib/system/libcopyfile.dylib
    0x7fff9b471000 -     0x7fff9b477fff  com.apple.IOAccelerator (205.11 - 205.11) <C51BF724-F8E8-3B9F-806E-A00C65056445> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff9b478000 -     0x7fff9b478fff  libenergytrace.dylib (10.40.1) <0A491CA7-3451-3FD5-999A-58AB4362682B> /usr/lib/libenergytrace.dylib
    0x7fff9b485000 -     0x7fff9b71bfff  libmecabra.dylib (696.5) <EF6C0BD4-5FE8-34FB-8ADF-69A53CEC97A9> /usr/lib/libmecabra.dylib
    0x7fff9b71c000 -     0x7fff9ba01ffb  com.apple.CoreServices.CarbonCore (1136.2 - 1136.2) <2DBAFC9A-6CD6-351D-B1F4-87D81AA6D640> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff9ba02000 -     0x7fff9babbff7  com.apple.cloudkit.CloudKit (482.29 - 482.29) <E235B37E-1491-3857-BDE8-38450D4FE8D0> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
    0x7fff9be30000 -     0x7fff9be7efff  libcurl.4.dylib (90) <12E01E4B-24C9-394C-9D2C-85CF85D5F459> /usr/lib/libcurl.4.dylib
    0x7fff9bff1000 -     0x7fff9c41ffff  com.apple.vision.FaceCore (3.3.1 - 3.3.1) <E54028EA-4217-3078-A2B1-C52E4214D59E> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff9c420000 -     0x7fff9c444fff  com.apple.MultitouchSupport.framework (304.12 - 304.12) <25FA270C-361D-3732-ABF5-A291240AD6A4> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff9c4a9000 -     0x7fff9c4abfff  libsystem_coreservices.dylib (19.2) <1B3F5AFC-FFCD-3ECB-8B9A-5538366FB20D> /usr/lib/system/libsystem_coreservices.dylib
    0x7fff9c4ce000 -     0x7fff9c4e4ff7  libLinearAlgebra.dylib (1162.2) <FFE54EDF-F06F-3C0A-864A-4CA7BBFD4B2D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
    0x7fff9c4e5000 -     0x7fff9c4eafff  com.apple.MediaAccessibility (1.0 - 79) <C5E61B45-1967-3602-A48C-31E132B998B2> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff9c4eb000 -     0x7fff9c4ebfff  com.apple.ApplicationServices (48 - 48) <ADD57D3A-142F-3EF5-BFD8-EACD82164884> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff9c4ee000 -     0x7fff9c4f0ff7  com.apple.xpc.ServiceManagement (1.0 - 1) <D96D7A6D-EDEB-35EE-B5D9-E33A3BF011B5> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff9c53f000 -     0x7fff9c55bff7  libextension.dylib (78) <FD952DA6-BBEC-3CB6-98B3-E1D111C5C54E> /usr/lib/libextension.dylib
    0x7fff9c55c000 -     0x7fff9c55ffff  com.apple.IOSurface (108.2.3 - 108.2.3) <52E51D16-42E9-3DDB-A16C-48225EF262C4> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff9c868000 -     0x7fff9c86bff7  libCoreFSCache.dylib (119.5) <2389D7DA-B8EF-3EB4-AAAF-FBEDE01CDECA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
    0x7fff9c8a8000 -     0x7fff9c913ff7  com.apple.framework.CoreWLAN (11.0 - 1101.20) <3B35C543-7FCE-333F-80C1-432FA41DDCDE> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff9c914000 -     0x7fff9c918fff  com.apple.LoginUICore (3.2 - 3.2) <5524E4BC-4700-39F4-AF06-E53322712EE0> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff9c957000 -     0x7fff9c96eff7  libsystem_coretls.dylib (83.40.5) <C90DAE38-4082-381C-A185-2A6A8B677628> /usr/lib/system/libsystem_coretls.dylib
    0x7fff9c96f000 -     0x7fff9c9a9ff7  com.apple.DebugSymbols (132 - 132) <23A42C53-B941-3871-9EE2-4C87A46005B5> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff9caa3000 -     0x7fff9caa5fff  libCVMSPluginSupport.dylib (12.1) <C503A29A-D3AE-3935-8E0D-69C575684B60> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff9cad2000 -     0x7fff9cad4ff7  libsystem_configuration.dylib (802.40.13) <3DEB7DF9-6804-37E1-BC83-0166882FF0FF> /usr/lib/system/libsystem_configuration.dylib
    0x7fff9cad5000 -     0x7fff9cb0ffff  com.apple.QD (3.12 - 302) <0FE53180-2895-3D14-A1E7-F82DE1D106E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff9cb10000 -     0x7fff9cb1fffb  com.apple.LangAnalysis (1.7.0 - 1.7.0) <18D21123-A3E7-3851-974A-08E5D4540475> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff9cb22000 -     0x7fff9cbaafff  com.apple.CoreSymbolication (3.1 - 58048.1) <1A6BF14E-55F3-324E-81DB-BB22B9C288AE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff9cbab000 -     0x7fff9cc38fef  libsystem_c.dylib (1082.60.1) <28733D22-553E-3CBC-8D2C-EDCEB46E46AF> /usr/lib/system/libsystem_c.dylib
    0x7fff9cc39000 -     0x7fff9cc53fff  com.apple.Kerberos (3.0 - 1) <1B4744BF-E5AE-38E2-AA56-E22D3270F2E8> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff9cc54000 -     0x7fff9cdfaff7  com.apple.audio.toolbox.AudioToolbox (1.13 - 1.13) <370E95BC-956C-3962-86CC-0A14CF6A0389> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff9cdfb000 -     0x7fff9ce0ffff  com.apple.CoreDuetDaemonProtocol (1.0 - 1) <1D60D60C-914A-3BAB-8607-79F68F4C712E> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
    0x7fff9cea8000 -     0x7fff9ceaafff  com.apple.CoreDuetDebugLogging (1.0 - 1) <7C932160-AC9C-3173-900F-98138E829CB3> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
    0x7fff9ced4000 -     0x7fff9cee0fff  com.apple.SpeechRecognitionCore (2.2.7 - 2.2.7) <6BA06290-D4A3-351C-87F9-B61EF61FF055> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
    0x7fff9d727000 -     0x7fff9d730ff7  libsystem_pthread.dylib (138.10.4) <3DD1EF4C-1D1B-3ABF-8CC6-B3B1CEEE9559> /usr/lib/system/libsystem_pthread.dylib
    0x7fff9d731000 -     0x7fff9d8f7ff7  com.apple.ImageIO.framework (3.3.0 - 1460) <E22AC2E0-FCE1-3BD4-AA07-149AB9C39D03> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    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: 34789
    thread_create: 2
    thread_set_state: 936

VM Region Summary:
ReadOnly portion of Libraries: Total=283.6M resident=0K(0%) swapped_out_or_unallocated=283.6M(100%)
Writable regions: Total=1.1G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.1G(100%)
 
                                  VIRTUAL   REGION 
REGION TYPE                          SIZE    COUNT (non-coalesced) 
===========                       =======  ======= 
Accelerate.framework                 128K        2 
Activity Tracing                    2048K        2 
CG backing stores                    444K        4 
CG image                              24K        7 
CG shared images                     240K        7 
CoreAnimation                         72K        9 
CoreUI image data                    152K        3 
CoreUI image file                    320K        5 
Dispatch continuations              16.0M        2 
Foundation                             4K        2 
Image IO                               4K        2 
JS JIT generated code                  8K        3 
JS JIT generated code (reserved)     1.0G        2         reserved VM address space (unallocated)
Kernel Alloc Once                      8K        3 
MALLOC                              78.1M       28 
MALLOC guard page                     32K        7 
Memory Tag 242                        12K        2 
Memory Tag 83                        120K        7 
OpenCL                                 8K        2 
Process Corpse Info                 2048K        2 
STACK GUARD                         56.0M        9 
Stack                               11.1M        9 
VM_ALLOCATE                           56K        6 
WebKit Malloc                       4232K       12 
__DATA                              24.4M      263 
__IMAGE                              528K        2 
__LINKEDIT                          95.5M       20 
__TEXT                             188.1M      269 
__UNICODE                            552K        2 
mapped file                         54.9M       15 
shared memory                       16.3M        9 
===========                       =======  ======= 
TOTAL                                1.5G      686 
TOTAL, minus reserved VM space     551.3M      686 

Model: MacBookPro11,5, BootROM MBP114.0172.B09, 4 processors, Intel Core i7, 2.8 GHz, 16 GB, SMC 2.30f2
Graphics: AMD Radeon R9 M370X, AMD Radeon R9 M370X, PCIe, 2048 MB
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x802C, 0x31364B544631473634485A2D314736453120
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x152), Broadcom BCM43xx 1.0 (7.21.95.175.1a6)
Bluetooth: Version 4.4.6f1 17910, 3 services, 27 devices, 1 incoming serial ports
Network Service: Display Ethernet, Ethernet, en4
Network Service: Wi-Fi, AirPort, en0
PCI Card: pci11c1,5901, IEEE 1394 Open HCI, Thunderbolt@191,0,0
PCI Card: Apple 57761-B0, Ethernet Controller, Thunderbolt@192,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@197,0,0
PCI Card: pci12d8,400e, USB Open Host Controller, Thunderbolt@197,0,1
PCI Card: pci12d8,400f, USB Enhanced Host Controller, Thunderbolt@197,0,2
Serial ATA Device: APPLE SSD SM0512G, 500.28 GB
USB Device: USB 3.0 Bus
USB Device: Apple Internal Keyboard / Trackpad
USB Device: Bluetooth USB Host Controller
USB Device: USB 2.0 Bus
USB Device: Hub
USB Device: Microsoft® Nano Transceiver v2.1
USB Device: FaceTime HD Camera (Display)
USB Device: Apple Thunderbolt Display
USB Device: Display Audio
Thunderbolt Bus: MacBook Pro, Apple Inc., 27.1
Thunderbolt Device: Thunderbolt Display, Apple Inc., 1, 26.2

.m file duplicate error

for the .m file changes it tries to compile but does not update and prints in the console as
"Loading .dylib - Ignore any duplicate class warning..."
also, it does not detect if the .cpp file is updated in case people use .c/.cpp projects with swift together

Runs fine for the first time

The first time I run this (InjectedCount = 1), all runs well, all other consequent attempts fail with the sign code issue.

Error loading /Users/marcelschmitz/Library/Developer/Xcode/DerivedData/winespots-agamduxrctmuerhhpopnmsqgxyta/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle7.bundle/InjectionBundle:  dlopen(/Users/marcelschmitz/Library/Developer/Xcode/DerivedData/winespots-agamduxrctmuerhhpopnmsqgxyta/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle7.bundle/InjectionBundle, 265): no suitable image found.  Did find:
	/Users/marcelschmitz/Library/Developer/Xcode/DerivedData/winespots-agamduxrctmuerhhpopnmsqgxyta/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle7.bundle/InjectionBundle: required code signature missing for '/Users/marcelschmitz/Library/Developer/Xcode/DerivedData/winespots-agamduxrctmuerhhpopnmsqgxyta/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle7.bundle/InjectionBundle'

I've code sign the bundle project, hence working for the first time. Don't know how to sign the consequent bundles.

Any thoughts?

Symbol not found

*** dlopen() error: dlopen(/Users/idu/Library/Containers/com.johnholdsworth.InjectionIII/Data/eval103.dylib, 2): Symbol not found: OBJC_CLASS$_RIIssue
Referenced from: /Users/idu/Library/Containers/com.johnholdsworth.InjectionIII/Data/eval103.dylib
Expected in: flat namespace
in /Users/idu/Library/Containers/com.johnholdsworth.InjectionIII/Data/eval103.dylib ***

Fails to locate compile command

Always get this error even on clean build:

Could not locate compile command for /Users/iilyapuchka/Documents/.../....swift

If you have switched xcode versions, please cmd-shift-k to clean then rebuild the project so there is a complete build history logged and try again.


Updating UIView

Hi John

Awesome framework
Anyway to update the simulator in a given UIView?

It seems like it's updating the console, but there's no effect when changing the background color in the uiview on the simulator

Console is saying:
62 injections performed so far.

Injection: Ignore any warning, Swizzled UIViewName 0x126fddca0 -> 0x103487722

Global shortcut key doesn't work with Swedish keyboard layout

Ohai, it's me again.

I'm having issues with the global shortcut key (^=) on a Swedish keyboard layout.
Control + Shift + = does not do what it is suppose to, it just renders a default macOS beeping sound.
It would be absolutely ace if this was a configuration option that you could access from the menu bar.

EXC_BAD_ACCESS after swizzling completes

After injection (via the Inject Source menu item) on the iOS Simulator, my app immediate terminates with Xcode showing an EXC_BAD_ACCESS on my Application Delegate.

Any ideas as to what I might be doing wrong, or what I can try?

Looking through the GitHub Issues on this project, as well as that of the original injectionforxcode project, the only issue I see is that I may have more than 128 Swift files in my project. Is this still a limitation?

Besides that, we use non-compatible Swift features elsewhere like final class, but I've tried to limit the scope of my test to a single file, SimpleViewController.swift:

import Foundation
import UIKit

class SimpleViewController: UIViewController {
    override func viewDidLoad() {
        super.viewDidLoad()
        print("viewDidLoad") 
    }
    
    func injected() {
        print("injected!")
    }
}

NOTE: I experienced the same issue in #2. I'm not sure whether these two issues have the same root cause or are related. I'm just mentioning that to give a more complete context.

Here's my full console log, for reference:

2017-01-13 14:09:02.415 Messenger[58203:7500986] Injection attempting connection to: 127.0.0.1:31452
2017-01-13 14:09:02.415 Messenger[58203:7500986] Connected to "Injection" plugin, ready to load x86_64 code.
Extracting project parameters...
Compiling /Users/jonsibley/code/1-spruce-ios/messenger/SpruceKit/Views/SimpleViewController.swift
... First time learning of project, one second ...
objc[58203]: Class _TtC9Messenger20SimpleViewController is implemented in both /Users/jonsibley/Library/Developer/CoreSimulator/Devices/327E5D49-B6E5-45EE-AA70-F1D3067B551B/data/Containers/Bundle/Application/172D632F-C6CF-49E2-AFCB-455AE98AF551/Messenger.app/Messenger (0x10f7418f0) and /Users/jonsibley/Library/Developer/Xcode/DerivedData/Messenger-edglwbxoycvsedcyninyotcxpkdt/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle2.bundle/InjectionBundle (0x12ef53610). One of the two will be used. Which one is undefined.
1 injections performed so far.
2017-01-13 14:09:05.693 Messenger[58203:7497973] Ignore any warning, Swizzled Messenger.SimpleViewController 0x12ef53610 -> 0x10f7418f0

Dequeuing cells in Swift

In Swift, when de-queuing custom cells who's class has been swizzled causes a crash:

Could not cast value of type 'MyApp.SectionHeaderView' (0x10e9afee0) to 'MyApp.SectionHeaderView' (0x123532bb8).

Bundle Load Error for one project but works like a charm with another

Hey @johnno1962, its me again.

I'm trying to include injection in a new project but I'm running into issues with the following message being printed to the Xcode console.

Compiling /path_to_project/Sources/App/Product/Views/ProductDetailView.swift
2017-06-22 18:03:07.078 AppName[9671:32553096] Error loading /Users/christofferwinterkvist/Library/Developer/Xcode/DerivedData/AppName-cwvdgrwmxnmakuatnawasnzuqqxm/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle134.bundle/InjectionBundle:  dlopen(/Users/christofferwinterkvist/Library/Developer/Xcode/DerivedData/AppName-cwvdgrwmxnmakuatnawasnzuqqxm/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle134.bundle/InjectionBundle, 265): Symbol not found: ___llvm_profile_runtime
  Referenced from: /Users/christofferwinterkvist/Library/Developer/Xcode/DerivedData/AppName-cwvdgrwmxnmakuatnawasnzuqqxm/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle134.bundle/InjectionBundle
  Expected in: flat namespace
 in /Users/christofferwinterkvist/Library/Developer/Xcode/DerivedData/AppName-cwvdgrwmxnmakuatnawasnzuqqxm/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle134.bundle/InjectionBundle
2017-06-22 18:03:07.079 AppName[9671:32553096] Bundle Load Error
2017-06-22 18:03:07.079 AppName[9671:32553164] *** Bundle has failed to load. If this is due to symbols not found, this may be due to symbols being hidden from dynamic libraries. ***
5 injections performed so far.

I'm using the new Xcode 9 beta 2 (+ the injection app version for the beta) on macOS Sierra.

Inject Source does not work

Steps

  • Create new Xcode master-detail application
  • Add main.m, add it to target
  • Run the app on iPhone 7 Plus simulator
  • Open Injection, select macOS Project -> Patch, it generates something in the main.m file
// From here to end of file added by Injection Plugin //

#ifdef DEBUG
#define INJECTION_PORT 31452
static char _inMainFilePath[] = __FILE__;
static const char *_inIPAddresses[] = {"10.3.15.96", "127.0.0.1", 0};

#define INJECTION_ENABLED
#import "/tmp/injectionforxcode/BundleInjection.h"
#endif
  • Run the app again. In the console says
2017-01-13 10:46:44.027 Test Injection[22173:214386] +[BundleInjection load] 10.3.15.96 (see project's main.(m|mm)
2017-01-13 10:46:44.030 Test Injection[22173:214424] Injection attempting connection to: 127.0.0.1:31452
2017-01-13 10:46:44.034 Test Injection[22173:214424] Connected to "Injection" plugin, ready to load x86_64 code.
  • Change some code in detail view controller
override func viewDidLoad() {
    super.viewDidLoad()

    view.backgroundColor = UIColor.blue // try changing to red, green, blue colors, ...
  }
  • Select Injection -> Injection Source
  • Nothing happens 😢

It should show something like

Compiling ...
2 injections performed so far

Please help if I miss something. Thanks

'Object cannot be nil' after attempting to perform Injection

2017-01-21 15:40:32.366 JK2-AddOn-Template[16826:233784] Injection attempting connection to: 127.0.0.1:31452
2017-01-21 15:40:32.367 JK2-AddOn-Template[16826:233784] Connected to "Injection" plugin, ready to load x86_64 code.
Compiling /Users/charltonprovatas/Documents/JK2-AddOn-Template/JK2-AddOn-Template/AddonDetailedViewController.swift
objc[16826]: Class _TtC18JK2_AddOn_Template27AddonDetailedViewController is implemented in both /Users/charltonprovatas/Library/Developer/CoreSimulator/Devices/4B7CE95A-ECBC-4174-BD4F-A6A2EC75E72F/data/Containers/Bundle/Application/01431802-97D6-42D3-A421-E1197701A8F7/JK2-AddOn-Template.app/JK2-AddOn-Template (0x108c606a8) and /Users/charltonprovatas/Library/Developer/Xcode/DerivedData/JK2-AddOn-Template-bgwjpelksodsleftjydcodryvglo/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle2.bundle/InjectionBundle (0x11ffd9650). One of the two will be used. Which one is undefined.
2 injections performed so far.
2017-01-21 15:40:33.189 JK2-AddOn-Template[16826:233557] Ignore any warning, Swizzled JK2_AddOn_Template.AddonDetailedViewController 0x11ffd9650 -> 0x108c606a8
2017-01-21 15:40:33.480 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADInterstitialCache sharedInstance] == 0x108b6a7ab()
2017-01-21 15:40:33.481 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADResourceCachesStatus sharedInstance] == 0x108b5eaf3()
2017-01-21 15:40:33.481 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADInAppPurchaseProductCache sharedInstance] == 0x108b32038()
2017-01-21 15:40:33.482 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADSKStoreProductViewControllerDelegate sharedInstance] == 0x108aa5672()
2017-01-21 15:40:33.482 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADScheduledNotification sharedInstance] == 0x108aa3176()
2017-01-21 15:40:33.507612 JK2-AddOn-Template[16826:233557] [MediaPlayer] -[MPModelStorePlaybackContainer hash] skipping because key is not bound
2017-01-21 15:40:33.507847 JK2-AddOn-Template[16826:233557] [MediaPlayer] -[MPModelStorePlaybackContainer hash] skipping because no setter with known type was found.
2017-01-21 15:40:33.508079 JK2-AddOn-Template[16826:233557] [MediaPlayer] -[MPModelStorePlaybackContainer superclass] skipping because key is not bound
2017-01-21 15:40:33.508490 JK2-AddOn-Template[16826:233557] [MediaPlayer] -[MPModelStorePlaybackContainer superclass] skipping because no setter with known type was found.
2017-01-21 15:40:33.508740 JK2-AddOn-Template[16826:233557] [MediaPlayer] -[MPModelStorePlaybackContainer description] skipping because key is not bound
2017-01-21 15:40:33.508985 JK2-AddOn-Template[16826:233557] [MediaPlayer] -[MPModelStorePlaybackContainer description] skipping because no setter with known type was found.
2017-01-21 15:40:33.509299 JK2-AddOn-Template[16826:233557] [MediaPlayer] -[MPModelStorePlaybackContainer debugDescription] skipping because key is not bound
2017-01-21 15:40:33.509586 JK2-AddOn-Template[16826:233557] [MediaPlayer] -[MPModelStorePlaybackContainer debugDescription] skipping because no setter with known type was found.
2017-01-21 15:40:33.651 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADClickTrackerCollection sharedInstance] == 0x108b0d2a5()
2017-01-21 15:40:33.652 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADCharacterSets sharedInstance] == 0x108abe1f0()
2017-01-21 15:40:33.652 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADClearcut sharedInstance] == 0x108b2ba9d()
2017-01-21 15:40:33.652 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADDefaultInAppPurchaseFlow sharedInstance] == 0x108aa0956()
2017-01-21 15:40:33.656 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADLogger sharedInstance] == 0x108abac2c()
2017-01-21 15:40:33.656 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADLocationService sharedInstance] == 0x108ad3782()
2017-01-21 15:40:33.661 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADMobileAds sharedInstance] == 0x108ada816()
2017-01-21 15:40:33.662 JK2-AddOn-Template[16826:233557] BundleSweeper: +[Answers sharedInstance] == 0x108a7a362()
2017-01-21 15:40:33.662 JK2-AddOn-Template[16826:233557] BundleSweeper: +[Crashlytics sharedInstance] == 0x108a5cbdf()
2017-01-21 15:40:33.663 JK2-AddOn-Template[16826:233557] BundleSweeper: +[GADAnalytics sharedInstance] == 0x108b5b60d()
2017-01-21 15:40:33.664 JK2-AddOn-Template[16826:233557] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '*** -[__NSArrayM insertObject:atIndex:]: object cannot be nil'
*** First throw call stack:
(
0 CoreFoundation 0x000000010ecb1d4b __exceptionPreprocess + 171
1 libobjc.A.dylib 0x000000010e05421e objc_exception_throw + 48
2 CoreFoundation 0x000000010ebe275f -[__NSArrayM insertObject:atIndex:] + 1375
3 InjectionLoader 0x000000012de8843f +[BundleInjection(Sweeper) sweepSharedInstances] + 383
4 InjectionLoader 0x000000012de8d131 __41+[BundleInjection autoLoadedNotify:hook:]_block_invoke_2 + 1425
5 libdispatch.dylib 0x000000010fd56978 _dispatch_call_block_and_release + 12
6 libdispatch.dylib 0x000000010fd800cd _dispatch_client_callout + 8
7 libdispatch.dylib 0x000000010fd608a4 _dispatch_main_queue_callback_4CF + 406
8 CoreFoundation 0x000000010ec75e49 CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE + 9
9 CoreFoundation 0x000000010ec3b37d __CFRunLoopRun + 2205
10 CoreFoundation 0x000000010ec3a884 CFRunLoopRunSpecific + 420
11 GraphicsServices 0x00000001115b5a6f GSEventRunModal + 161
12 UIKit 0x000000010b1b4c68 UIApplicationMain + 159
13 JK2-AddOn-Template 0x0000000108a37f6f main + 111
14 libdyld.dylib 0x000000010fdcc68d start + 1
15 ??? 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException

Injection console shows that Bundle loaded successfully

M1 mac: Could not locate compile command for PATH

I am getting this error on M1 Mac (mentioned at the end of the post).

  1. No optimization enabled on Xcode
    image
  2. No spaces in Xcode project path or file paths.
  3. No customized Derived Data path.
  4. Installed app from AppStore (latest)
💉 ⚠️ Could not locate compile command for /Users/kbc/Projects/TicketBook/Universe/UserInformation/UserInfoEditMultiSelectionCell.swift.
This could be due to one of the following:
1. Injection does not work with Whole Module Optimization.
5. There are restrictions on characters allowed in paths.
6. File paths in the simulator are case sensitive.
7. The modified source file is not in the current project.
8. The source file is an XCTest that has not been run yet.
9. Xcode has removed the build logs. Edit a file and re-run.
Try a build clean then rebuild to make logs available or
consult: "/var/folders/_1/97p229zj2r94py8s8tp21h280000gn/T/com.johnholdsworth.InjectionIII/command.sh".

Could not locate object file

When i inject source ,i get a error in Injection Console.

buidRoot: /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build
logDir: /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Logs/Build

Could not locate object file in: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swift -frontend -c /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/CartDetailPrintPhotoViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/APIManager.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserHeadViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/GoodsCategoryViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/AppConfig.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/LoginViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/ScanViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/BaseViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserCouponViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserInfo.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/PrintPhotoEachViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserInfoViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/OrderPrintViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/Lib/ClosuresKit/NSObjectAssociatedExtension.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/RegisterViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/OrderCommentViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/OrderPrintEachViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserPrintRecordDetailPrintPhotoViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/Lib/ClosuresKit/UIControlExtension.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/CartUploadViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/FeedbackViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UtilManager.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/PrintPhotoEditViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/AddOrderCouponViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserSexViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/CartViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/AppDelegate.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/CustomerViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/AddOrderViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserNickViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserDeliveryAddressViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/OrderPrintDetailViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/Lib/QRCodeUtil/QRCodeUtil.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/StoryViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/BindViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/FindPasswordViewController.swift -primary-file /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/StoryDetailViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/CartDetailPrintWallViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/UserPrintRecordViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/MyWebViewController.swift /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/HomeViewController.swift -target x86_64-apple-ios10.0 -enable-objc-interop -sdk /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator10.3.sdk -I /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/AFNetworking -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/Alamofire -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/AlamofireImage -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/CTAssetsPickerController -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/CryptoSwift -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/DeviceKit -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/EasyAnimation -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/FSCalendar -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/FileKit -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/FillableLoaders -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/HMSegmentedControl -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/HappyDNS -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/Hue -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/IBAnimatable -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/IQKeyboardManagerSwift -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/KeychainAccess -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/LTMorphingLabel -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/MBProgressHUD -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/MJExtension -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/MJRefresh -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/MonkeyKing -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/PermissionScope -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/PromiseKit -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/PureLayout -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/Qiniu -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/RazzleDazzle -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/ReachabilitySwift -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/SCLAlertView -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/SDCycleScrollView -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/SDWebImage -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/SKPhotoBrowser -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/SnapKit -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/String+Extensions -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/SwiftyJSON -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/SwiftyStoreKit -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/SwiftyUserDefaults -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/Timepiece -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/WebViewJavascriptBridge -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/Whisper -F /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/Zip -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/AMap3DMap -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/AMapFoundation -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/AMapLocation -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/AlicloudPush/push -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/AlicloudUTDID/utdid -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/AlicloudUtils/utils -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/RongCloudIM/RongCloudIM -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/UMengUShare/UShareSDK/UMSocialSDK -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/UMengUShare/UShareSDK/SocialLibraries/Facebook -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/UMengUShare/UShareSDK/SocialLibraries/Twitter -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/UMengUShare/UShareSDK/UMSocialUI -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/lib/UMSocial/SocialLibraries/Facebook -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/lib/UMSocial/SocialLibraries/Twitter -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/lib/UMSocial/UMSocialSDK -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/lib/UMSocial/UMSocialUI -F /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/Lib/Alipay -enable-testing -g -module-cache-path /Users/alicksnake/Library/Developer/Xcode/DerivedData/ModuleCache -D DEBUG -D COCOAPODS -serialize-debugging-options -Xcc -I/Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/swift-overrides.hmap -Xcc -iquote -Xcc /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/Suiyin-generated-files.hmap -Xcc -I/Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/Suiyin-own-target-headers.hmap -Xcc -I/Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/Suiyin-all-non-framework-target-headers.hmap -Xcc -ivfsoverlay -Xcc /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/all-product-headers.yaml -Xcc -iquote -Xcc /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/Suiyin-project-headers.hmap -Xcc -I/Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Products/Debug-iphonesimulator/include -Xcc -I/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/Headers/Public -Xcc -I/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/Headers/Public/AMap3DMap -Xcc -I/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/Headers/Public/AMapFoundation -Xcc -I/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/Headers/Public/AMapLocation -Xcc -I/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/Headers/Public/AlicloudPush -Xcc -I/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/Headers/Public/AlicloudUTDID -Xcc -I/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/Headers/Public/AlicloudUtils -Xcc -I/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/Headers/Public/RongCloudIM -Xcc -I/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Pods/Headers/Public/UMengUShare -Xcc -I/Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/DerivedSources/x86_64 -Xcc -I/Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/DerivedSources -Xcc -DDEBUG=1 -Xcc -DCOCOAPODS=1 -Xcc -working-directory/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS -emit-module-doc-path /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/Objects-normal/x86_64/StoryDetailViewController~partial.swiftdoc -serialize-diagnostics-path /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/Objects-normal/x86_64/StoryDetailViewController.dia -import-objc-header /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/Suiyin-Bridging-Header.h -Onone -module-name Suiyin -emit-module-path /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/Objects-normal/x86_64/StoryDetailViewController~partial.swiftmodule -emit-dependencies-path /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulator/Suiyin.build/Objects-normal/x86_64/StoryDetailViewController.d -emit-reference-dependencies-path /Users/alicksnake/Library/Developer/Xcode/DerivedData/Suiyin-gtxctqbkkldgveezsxcnqqbffguu/Build/Intermediates/Suiyin.build/Debug-iphonesimulat36”9279EBE7-A877-42D1-836A-69CD723DFADB-1@2#32”com.apple.dt.IDE.BuildLogSection86”Compile /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/StoryViewController.swift105”CompileSwift normal x86_64 /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/StoryViewController.swift4dc0d31381d0be41^3aae0e1581d0be41^-3120”/Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/Suiyin-Bridging-Header.h:21:9: note: in file included from /Users/alicksnake/Documents/Ø¡„ñÝfi/Suiyin_IOS/Suiyin/Suiyin-Bridging-Header.h:21: at /Applications/Injection.app/Contents/Resources/injectSource.pl line 376.
*** Bundle build failed ***


And i get a error in xcode console.

** File not recently modified. Did you save it? **

Can you help me?
Thank you.

(os/kern) invalid argument (error code: 4)

Hi,
I am trying to use the app, but getting this error when trying to inject Source:

an error occurred while injecting Simulator: (os/kern) invalid argument (error code: 4)

Xcode 8.2.1
iPhone 5 simulator with iOS 10.2 (not device)
MacOS Sierra 10.12.2

Not sure if app has iOS 10.x for simulators, read about device limitations only.

UPD: tried with another project and iPhone 5/iOS 9.3 simulator - got same error

Error: Could not open filemap

Hi.
Everytime I try to inject source I get this error.
After a lot of try I can't go further.
Thanks for your great work!

version: XCode 8.3.1
** Could not open filemap ‘/Users/[...]/Library/Developer/Xcode/DerivedData/CartaGin-ftrserdhowecsafpagutmyzoxnrl/Build/Intermediates/XXX.build/Debug-iphonesimulator/Cartasc**

Symbol not found: __TWPVVs6Mirror14LegacyChildrens21RandomAccessIndexables

Crashes whenever I attempt to modify any UI on screen, otherwise injection works fine. In my injected() method I change a textlabel's text.

2017-04-15 15:52:28.542 cocoapodinjectiontest[7098:7325024] Injection attempting connection to: 127.0.0.1:31452
2017-04-15 15:52:28.544 cocoapodinjectiontest[7098:7325024] Connected to "Injection" plugin, ready to load x86_64 code.

** File not recently modified. Did you save it? **
Compiling ~/cocoapodinjectiontest/cocoapodinjectiontest/IntroScreensViewController.swift
objc[7098]: Class _TtC21cocoapodinjectiontest26IntroScreensViewController is implemented in both ~/Library/Developer/CoreSimulator/Devices/B2EE3751-1C81-497B-83F9-85DA97D7E366/data/Containers/Bundle/Application/3ADAF716-42EE-46D1-B1B6-8E0C4C3A9943/cocoapodinjectiontest.app/cocoapodinjectiontest (0x10dca28c0) and ~/Library/Developer/Xcode/DerivedData/cocoapodinjectiontest-hdowlvfojcwgwvhdwbogaxstazff/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle2.bundle/InjectionBundle (0x124cff710). One of the two will be used. Which one is undefined.
2 injections performed so far.
2017-04-15 15:52:33.362 cocoapodinjectiontest[7098:7324074] Ignore any warning, Swizzled cocoapodinjectiontest.IntroScreensViewController 0x124cff710 -> 0x10dca28c0
2017-04-15 15:52:33.383 cocoapodinjectiontest[7098:7324074] Error loading /Applications/Injection.app/Contents/Resources/InjectionLoader.bundle/XprobeSwift.loader/XprobeSwift:  dlopen(/Applications/Injection.app/Contents/Resources/InjectionLoader.bundle/XprobeSwift.loader/XprobeSwift, 265): Symbol not found: __TWPVVs6Mirror14LegacyChildrens21RandomAccessIndexables
  Referenced from: /Applications/Injection.app/Contents/Resources/InjectionLoader.bundle/XprobeSwift.loader/XprobeSwift
  Expected in: ~/Library/Developer/CoreSimulator/Devices/B2EE3751-1C81-497B-83F9-85DA97D7E366/data/Containers/Bundle/Application/3ADAF716-42EE-46D1-B1B6-8E0C4C3A9943/cocoapodinjectiontest.app/Frameworks/libswiftCore.dylib
 in /Applications/Injection.app/Contents/Resources/InjectionLoader.bundle/XprobeSwift.loader/XprobeSwift
2017-04-15 15:52:33.384 cocoapodinjectiontest[7098:7324074] Xprobe: Could not load XprobeSwift bundle for ivar 'Xprobe': /Applications/Injection.app/Contents/Resources/InjectionLoader.bundle/XprobeSwift.loader

Problem injecting current tab or split window.

It seems like the injection scripts has a bit of trouble resolving which window split or tab that is active.
I find myself trying to inject code only to find that it either throws an error or nothing happening.
While investing this a bit it looks like the injection script (guessing the apple script resolving the current active document) returns the wrong document that is trying to inject.

It would be nice if it could be more precise when getting the document. With that said, it works like a charm and InjectionApp has grown to be a part of my core workflow at this point.

Compiling wrong file

Hi there,

I'm working on a file, but when I inject it compiles unrelated file.

Example:
Editing ClassX
but when injecting it asks me "Did you save file ClassY?"

I expect to Injection to re-compile ClassX which I currently work on.
Note: I've tried to select the text in the ClassX file which was suggested somewhere.

dyld: Symbol not found:

Hey John,

Keep running into this error. Not sure how to fix it. Tried cleaning the project, learning derived data, and restarting Xcode. I'm on Xcode 9 beta 3. Any thoughts on a direction forward?

2017-07-24 22:28:07.886387-0700 Chime_Staging[91643:6932742] Injection attempting connection to: 127.0.0.1:31452
2017-07-24 22:28:07.887097-0700 Chime_Staging[91643:6932742] Connected to "Injection" plugin, ready to load x86_64 code.
Compiling /Users/robnorback/Desktop/Chime/client-ios-swift/Chime/View Controllers/Support/CreateTicketViewController.swift
objc[91643]: Class _TtC13Chime_Staging26CreateTicketViewController is implemented in both /Users/robnorback/Library/Developer/CoreSimulator/Devices/20609306-D9AE-4642-BE95-ED3E5486A9E8/data/Containers/Bundle/Application/2BEC07EB-857B-4359-9A03-5CC9D085FC4C/Chime_Staging.app/Chime_Staging (0x109e66358) and /Users/robnorback/Library/Developer/Xcode/DerivedData/Chime-cdlssfexgwhtehahbluwvzobtrug/Logs/iOSInjectionProject/build/Debug-iphonesimulator/InjectionBundle5.bundle/InjectionBundle (0x13d0be1b8). One of the two will be used. Which one is undefined.
2 injections performed so far.
2017-07-24 22:28:09.144650-0700 Chime_Staging[91643:6924515] Ignore any warning, Swizzled Chime_Staging.CreateTicketViewController 0x13d0be1b8 -> 0x109e66358
dyld: lazy symbol binding failed: Symbol not found: __T0S2SSgSPys4Int8VG14validatingUTF8_tcfCTfq4nd_n
Referenced from: /Applications/Injection.app/Contents/Resources/InjectionLoader.bundle/XprobeSwift.loader/XprobeSwift
Expected in: /Users/robnorback/Library/Developer/CoreSimulator/Devices/20609306-D9AE-4642-BE95-ED3E5486A9E8/data/Containers/Bundle/Application/2BEC07EB-857B-4359-9A03-5CC9D085FC4C/Chime_Staging.app/Frameworks/libswiftCore.dylib

dyld: Symbol not found: __T0S2SSgSPys4Int8VG14validatingUTF8_tcfCTfq4nd_n
Referenced from: /Applications/Injection.app/Contents/Resources/InjectionLoader.bundle/XprobeSwift.loader/XprobeSwift
Expected in: /Users/robnorback/Library/Developer/CoreSimulator/Devices/20609306-D9AE-4642-BE95-ED3E5486A9E8/data/Containers/Bundle/Application/2BEC07EB-857B-4359-9A03-5CC9D085FC4C/Chime_Staging.app/Frameworks/libswiftCore.dylib

Unable to get injection to work with macOS app.

I've downloaded the Injection app and tried to use it with a newly created macOS project. I created the main.m file, and used the macOS menu patch option to patch it. main.m was successfully patched.

The dummy project consists of a view and a label, and all I'm trying to do is change the text on the table to see this reflected in the running application. In order to do this, I've saved the file, then used the keyboard shortcut to try to inject the update.

The result is a window displaying the error: Injection Error, simulator is not running.

MacOS 10.13
Xcode Version: 9.2
Derived data location is set to default.

Lacks a lot of files?

I had cloned this project , but I found that there lost a lot of files such as "DiskTreeAppDelegate""XprobeSwift.swift". Can you upload the full project?

"Bundle build failed"

I keep getting this error in Injection's log when I try to inject with Xcode 9 beta 4:

Copying iOSBundleTemplate into project.
usage: cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file target_file
       
cp [-R [-H | -L | -P]] [-fi | -n] [-apvX] source_file … target_directory



*** Could not copy injection bundle. ***

 at /Applications/Injection.app/Contents/Resources/common.pm line 61.
	
main::error(‘Could not copy injection bundle.’) called at /Applications/Injection.app/Contents/Resources/injectSource.pl line 73

*** Bundle build failed ***

It was working fine in Xcode 8 as far as I know, and that is with using the Xcode 9 version from Twitter.

Xcode10 OC didn't work

Injection connected, watching /Users/seven/Desktop/SmarketCheckInL/**
*** Compiling /Users/seven/Desktop/SmarketCheckInL/SmarketCheckInL/View/SNLoginView.m ***
Loading .dylib - Ignore any duplicate class warning...
objc[73278]: Class SNLoginView is implemented in both /Users/seven/Library/Developer/CoreSimulator/Devices/09349D9C-2CDF-45D2-9026-35711D57D2BC/data/Containers/Bundle/Application/62246DE9-8C83-4FCD-92FD-1F572563A6D6/SmarketCheckInL.app/SmarketCheckInL (0x1094606a8) and /Users/seven/Library/Containers/com.johnholdsworth.InjectionIII/Data/eval101.dylib (0x12cf468c8). One of the two will be used. Which one is undefined.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.