Coming to the end of a project and it has been a long few months of a mixture of stress and relief. I'm testing the app using instruments now and noticed when I run profile I get a bunch of yellow warnings that never showed up when I built and run a project are showing up.
They all seem to be integer based and XCode will automatically correct them for me if I choose to do so.
Here are some of the errors:
I'm wondering whether these warnings would cause performance issues if ignored?
I'm a little hesitant to correct them because I have a feeling they will cause issues in parts of my app (which shouldn't be an issue because the main aim is to get an error free app in the app store). But you know when you've spent countless weeks on a large project and become sick of working on it... yea.
I can go ahead and correct them but is XCode ever wrong when it comes to correcting these integer type warnings?
A lot of the warnings seem to be on lines similar to these:
I'd be interested in reading your views.
Thanks for your time.