I have made my first app, but, now I need to make a few changes to the code. I have made the changes, however, the changes are not being updated within the project in Xcode?
Any help would be great, Thank you.
I have made my first app, but, now I need to make a few changes to the code. I have made the changes, however, the changes are not being updated within the project in Xcode?
Any help would be great, Thank you.
I have made the changes, however, the changes are not being updated within the project in Xcode?
You do not provide useful information.
First post on the forum, @Maxmudov?
If you can be clear about what you are asking, and supply some context, and supporting information,
then it will be easier for people to help you.
It may happen that Xcode caching prevents changes to be taken into account immediately when recompiling.
Just do a Clean Build Folder (Product Menu) and everything should work as expected.