johnno1962 / InjectionApp

Issue Tracking Repo for Injection as an App
MIT License
111 stars 7 forks source link

Timeout waiting for connection from client app #6

Open biggercoffee opened 7 years ago

biggercoffee commented 7 years ago

on mac os 10.12.2

00f7ea27-1841-4006-b699-6d7c63ca41cf

96c422fd-0afd-4ad4-91a1-6227cdb0bd60

johnno1962 commented 7 years ago

Looks like the bootstrap failed. If you want I can TeamView but I’m not sure there is much I can do.

lyahdav commented 7 years ago

I had this issue with a larger project. I resolved the issue by patching the project from the Injection app menu > macOS Project submenu (even though it's an iOS app). Ideally wouldn't require patching but don't think I can share the source code for this project to debug.

johnno1962 commented 7 years ago

I can imagine how this moght happen for a large project if you are unlucky given how the bootstrap works which is a bit of a crapshoot. Patching is the answer for these projects.

biggercoffee commented 7 years ago

@johnno1962 Thank you very much for your answer. But the problem still exists.

johnno1962 commented 7 years ago

Did you try patching? Is this Swift/Objective-C?

biggercoffee commented 7 years ago

@johnno1962 Yes,i did.It's objective-c

johnno1962 commented 7 years ago

All I can think of is whether your project is ARC and if not are you using an -injected method()?