upload
Assets.car can’t contain 16-bit or P3 assets if the app supports iOS 8 or earlier?
In short: There are pictures in your bundle that have a non-supported format. You can either adjust the format of these images or increase your minimum iOS version of your target. Keep in mind that the latter is only a hotfix and probably not what you want to do, because it would decrease your potential … Read more
How to upload a project to GitHub
GitHub released a native Windows client which makes all the below steps redundant. You can also use Sourcetree to get both Git and Mercurial setup on Windows. Here is how you would do it in Windows: If you don’t have Git installed, see this article on how to set it up. Open up a Windows … Read more