I build a project in unity and then open it in xcode, run it on my iphone, and it is an earlier version that has none of the new additions that i added. So in order to fix this I renamed the project before building it from unity, deleted the old project, cleaned the build folder, and deleted everything in the builds folder and the archives folder, and nothing works. I have no idea how xcode keeps remembering the old version and why it keeps building that one instead. Any help would be greatly appereciated.
Xcode keeps building old versions
Not the most friendly option, but when you end up with these kinds of franken-app rat's nests, the only way to clear water is to start fresh.
Using Xcode 11.6, create a new project, with a template that can be used as a basis for the type of app you're building, then dump code and assets into the new project.
Good luck.
Using Xcode 11.6, create a new project, with a template that can be used as a basis for the type of app you're building, then dump code and assets into the new project.
Good luck.