-
-
Notifications
You must be signed in to change notification settings - Fork 331
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
Incomplete filelist? #539
Comments
Have you been adding/removing files to your project? The best advice I can give you when you encounter this type of problem is to move to the new version of Injection: https://github.com/johnno1962/InjectionNext. It's largely the same but should be more robust in this situation. |
No. It's my first time installing InjectIII and HotSwiftUI in this project and I haven't removed any files while doing it. Nothing else in the project has changed. |
The advice would be the same. What version of Xcode is this? |
XCode version is I'm going to try InjectionNext now |
ctd... johnno1962/InjectionNext#40 |
I'm using the latest stable version (
5.0.5
) of InjectionIII installed from github: https://github.com/johnno1962/InjectionIII/releases/tag/5.0.5Trying to add InjectionIII with HotSwiftUI to an existing app. It has worked previously on a brand new app, but this existing one has many more files in the target.
The app builds fine and InjectIII seems happy in the console:
But when I make a change that should trigger the hot reload I get an error:
When I cat the
/tmp/filelists/GoalOnboardingMoodView.swift
file I see a list of only 44 files and nothing from my codebase at all. In fact it's mostly just some files from a dependent swift package (AlamoFire).I've tried deleting the
filelists
dir, a clean build of the app in Xcode, same problem.The text was updated successfully, but these errors were encountered: