Leandro Perez
Leandro Perez
Is there any other possible reason for this error? I disabled whole module optimization, cleaned the project, removed derived data (default path).. still unable to inject This is the error...
@johnno1962 I just downloaded it and tried it out. On a clean install, clean simulator, clean derived data folder, the path contains no special characters. I started injection: **Injection connected,...
@johnno1962 No, default DerivedData folder. I created a blank new VC and no luck either. I am able to Run XProbe and see results. But unable to inject any code....
I am afraid I will not be able to TeamView until I ask permissions tomorrow, nda stuff... **I am also seeing this in the system console** Sandbox: mds(69) deny file-write-xattr...
@johnno1962 I tried adding a new vc to the project's root directory. I also made sure that the project was the only opened, no luck, same errors.
@cillyfly The problem is that the DispatchQueue.main.async is retaining the completion block (I don't know why!), and the block retains the VC. You can see this if you put [weak...
I bumped into the same issue. this solved it too: `typealias StructureType = MyStructureType` btw, is this project alive?