Unknown Error When Launching on iPhone 4

Okay, I unchecked the Substance box so its not enabled and I’m getting another unknown error. Should I make a new C++ class? Even though its just a blank project?

Edit: Removed attachment.

As mentioned before, the “Unknown Error” message, the actual error message is elsewhere. Please try searching the log for the word “Error” by using Ctrl+F and many of the error messages can explain what kind of problem you’re having.

As far as removing the plugin, is the plugin in your Plugins folder in the project’s directory? If so, it would be best to remove it from there and ensure that the project isn’t referencing it at all. If you open your .uproject file with a text editor, you should see something like this:

You can delete the entire plugins entry or just the Substance part. You can also just set its enabled status to False instead of True if you think that you may be using it at a later time.

Yes its in the project’s directory, and I tried to delete the entire plugins entry but when I tried to open the project it has an error of “Couldn’t set association for project. Check the file is writeable”.

Check to make sure that your .uproject file for the project isn’t set to Read-Only

Just to let you know, if this continues it may be best to move this to another question, but I’ve converted the comment from earlier that ended up solving the issue with the Rsync problem to an answer and that will be the final answer for this question, since it fixed the original issue.

Sounds good, I’ll see if I can fix the other problem on my own for a bit, and if I can’t fix it I’ll ask for help in another question.

Thank you for your help in all of this.