-
-
Notifications
You must be signed in to change notification settings - Fork 319
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
InjectionX does not work on AppCode 2018.2.3 using XCode 10.0 #49
Comments
Hi, this usually comes up when you have "gather coverage statistics" turned on in your scheme. |
Yes, I already disabled that in my scheme. Specifically this line: It is working on XCode 10, but not on my AppCode. |
Hi, I'm raising this issue on AppCode forum. Since I'm suspecting AppCode uses something on LLVM that prevents injection app to use LLVM. |
@donirn hey mate, any news on this? |
@zenangst There is no response from JetBrains. Have you tested InjectionIII in AppCode? |
Nope not yet. But I have used Injection with other editors (other than Xcode), and that worked perfectly. |
The main issue here is that AppCode uses a separate DerivedData in ~/Library/Preferences/AppCode(major).(minor). There is a reason for that: many users work with their project simultaneously in Xcode and AppCode, and there is a use-case when one wants to debug his application in AppCode and run tests in the Xcode at the same time (and many others). I have a fix for this issue (by idenfifying IDE that is currently active), however I already see changes in master and quite a bit of changes in |
Hi, Thanks for this! Please file your PR against the |
Ok, will do. |
Actually, after testing the |
Hi, I am using AppCode 2018.2.3 to run my app. The XCode I'm using is version 10.0.
When I run it with XCode and a same configuration, it works fine. But, when I tried it on AppCode, it produced an error.
I'm already adding
[[NSBundle bundleWithPath:@"/Applications/InjectionX.app/Contents/Resources/iOSInjection.bundle"] load];
to myAppDelegate
and turning off code coverage for the scheme.But still I got an error:
Can you help me on what I did wrong? Or maybe AppCode using XCode 10 is not supported yet?
The text was updated successfully, but these errors were encountered: