-
-
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
Generated .sh contain "-F <Multiple -F Values>" #113
Comments
-F is related to "framework search path". Does your project have spaces in it’s path? If you could share a small project that replicates this problem, it would help track it down. Cheers |
@johnno1962 Thank you for your swift reply! I tried it with a dummy simple project and the code injects work, so I'm guessing is the configuration of this project. I have updated the This is the new error in log after fixing the framework search path, having trouble loading the dylib.
|
You need to turn off test coverage gathering. |
@johnno1962 That defo worked. Now there is a different error.
|
You can ignore that. |
i have the some error my project is a mix of swift and oc, the xcode's version is 10.1, and using swift4.2 |
@MIyulong which version of InjectionIII are you running? |
Context
Code reload / inject is having trouble locating a file and generated .sh script contains
<Multiple -F Values>
When .sh script is executed, the following error will be logged in the console.
After a couple of times of file save after changes, it iOS application will crash and result in the following error.
Questions
<Multiple -F Values>
in generated.sh
script?evlN.log
to not generate?Note
Maybe I'm completely off track, would be great if someone can help. Thanks in advance
The text was updated successfully, but these errors were encountered: