Coder Social home page Coder Social logo

Comments (10)

yeswolf avatar yeswolf commented on August 25, 2024 1

Hi, Thanks for this! Please file your PR against the swift-conversion branch which will be the basis of the next release.

Ok, will do.

from injectioniii.

johnno1962 avatar johnno1962 commented on August 25, 2024

Hi, this usually comes up when you have "gather coverage statistics" turned on in your scheme.

from injectioniii.

donirn avatar donirn commented on August 25, 2024

Yes, I already disabled that in my scheme. Specifically this line:
codeCoverageEnabled = "YES" in .xcscheme.

It is working on XCode 10, but not on my AppCode.

from injectioniii.

donirn avatar donirn commented on August 25, 2024

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.

https://intellij-support.jetbrains.com/hc/en-us/community/posts/205809099-Does-appCode-use-LLVM-?page=1#community_comment_360000171939

from injectioniii.

zenangst avatar zenangst commented on August 25, 2024

@donirn hey mate, any news on this?

from injectioniii.

donirn avatar donirn commented on August 25, 2024

@zenangst There is no response from JetBrains.
I have created a new post there https://intellij-support.jetbrains.com/hc/en-us/community/posts/360001481799-Does-AppCode-2018-2-4-use-LLVM-, perhaps they would answer if it is a new post.

Have you tested InjectionIII in AppCode?

from injectioniii.

zenangst avatar zenangst commented on August 25, 2024

Nope not yet. But I have used Injection with other editors (other than Xcode), and that worked perfectly.

from injectioniii.

yeswolf avatar yeswolf commented on August 25, 2024

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 swift-conversion branch. So, I'm not sure, which branch to choose for PR. @zenangst Could you please suggest, which one to use?

from injectioniii.

johnno1962 avatar johnno1962 commented on August 25, 2024

Hi, Thanks for this! Please file your PR against the swift-conversion branch which will be the basis of the next release. AppCode should already work using Xcode’s DerivedData. You just need to be sure to build using Xcode each time you add a file to the project.

from injectioniii.

yeswolf avatar yeswolf commented on August 25, 2024

Actually, after testing the swift-conversion branch I see that it works in AppCode, because some of modifications, like tracking not only "renamed" flag, are already implemented. As adding a file causes problems both for Xcode and AppCode and requires rebuilding the project, I think that most of use cases are already covered. Thank you, @johnno1962! In case of any further issues with AppCode - I'm ready to help.

from injectioniii.

Related Issues (20)

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.