iOS is case sensitive
I was finishing my last project yesterday and to my surprise found that, after thorough tests in the iOS Simulator, that the app heavily crashes on the iDevice.
After a few checks in the debugger I discovered the root cause of the issue - I was assigning an image to imageView and its validity was tested using ZAssert macro as follows:
…
View Comments