-
-
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
*** Could not locate containing project or it's logs. Have you customised the DerivedData path? *** #50
Comments
Hi John (@johnno1962) , But again in the findCompileCommand method in SwiftEval.swift I have checked the previous issues regarding this and found the compilation mode should be set as "Incremental. But its already Incremental in my client project. Please let me know if I am doing something wrong in setting up both the projects, or are there any other limitations that I am missing. |
Do you have non alphanumeric characters in your project path? |
Hi @johnno1962 But I tried changing it to Along with this I changed the derived data path also to /Users/Shared and hardcoded both the value in "InjectionServer" file. |
Derived data must use the default so it can be found. Do you want to TeamView this? send your details to injection at johnholdsworth.com if so and I can take a look. |
I am afraid, it won't be possible. Will try to work this out and let you know. |
You’ll have difficulty getting DerivedData working other than at the standard location. The message you’re seeing is coming from the InjectionBundle which makes it’s own attempt to find DerivedData in Swift which you need to patch. https://github.com/johnno1962/InjectionIII/blob/master/InjectionBundle/SwiftEval.swift#L514 |
Hi John,
I am trying to use latest injectionIII app that has been updated on Friday 28th Sept version 1.2.
I have created a sample Mac app project and its inside home directory ,
Injection and xCode both are in /Applications.
still I am getting below error whenever I save a file in my project.
*** Could not locate containing project or it's logs.
Have you customised the DerivedData path? ***
I really want to use this app to escape from the build time in latest xCode, Please help.
The text was updated successfully, but these errors were encountered: