Chad Parker

Results 10 comments of Chad Parker

@ergunkocak Thank you!!!!! Setting the presented controller's background to .clear before viewDidLoad() (either right before present(), or inside init() in presented VC) and also .modalPresentationStyle to .overCurrentContext finally got rid...

When I use Xcode 16 I'm getting a `signal SIGABRT` on app launch in the simulator on my large iOS project when attempting to use InjectionIII and Inject. They work...

This is what I get in Xcode. Is there a way to get more information? ![Screenshot 2024-10-28 at 10 42 35 AM](https://github.com/user-attachments/assets/702de752-be4b-4f84-9ba6-c6ecade762cb)

Text of it, just in case: ``` dyld`__abort_with_payload: 0x10261e4c0 : mov x16, #0x209 ; =521 0x10261e4c4 : svc #0x80 -> 0x10261e4c8 : b.lo 0x10261e4e8 ; 0x10261e4cc : pacibsp 0x10261e4d0 :...

Called from here: ![Screenshot 2024-10-28 at 10 54 58 AM](https://github.com/user-attachments/assets/73724d57-e2f6-4d8c-a74b-7f3a581aa37b) Text: ``` 0x1025b5e98 : strb wzr, [sp, #0x70] 0x1025b5e9c : add x1, sp, #0xd0 0x1025b5ea0 : add x2, sp, #0x50...

I won't have time to get to this until tomorrow. Thank you for the quick response!

Yes I'm sorry, I haven't had the time to devote to troubleshooting this yet. I tried for a couple hours today and without adding `-Xlinker` and `-interposable` I get this:...

Trying the "Enable Debug Dylib Support" flag this morning. It looks like that property was not explicitly set in our project, and Xcode resolves it to "No". ![Screenshot 2024-11-18 at...

I just sent you an email. A zoom call would be better, I agree!

I replaced all of the `XCTFail` calls that were not in test files with `reportIssue`, (and changing `import XCTestDynamicOverlay` to `import IssueReporting`), but I'm still getting the crash. This time...