The best software practice tells you that you should not have build warnings in the projects. It’s easier to spot a potential problem. Sometimes it’s […] Read More
Tag: Xcode
When you hit Build and Run button in Xcode the application will start. If everything is ok you should see messages from the application displayed […] Read More
Xcode was always a big bundle. Each release was slightly bigger and an user has to remove some software to install the upgrade. The release […] Read More
Xcode has a very minimalistic design when working with build errors. Sometimes it’s necessary to get more information about a failed build and it might […] Read More
Adding SDL2_image with JPEG support for iOS is a little bit different than for Android. In case of Android, it was necessary to add JPEG […] Read More