The Provisioning Profile Crash Course – Part 4

03. May 2022 Tools, Xcode 0
The previous posts from this series are Part1, Part2 and Part3. Profile management Just to summarize the dependency graph for the different type of provisioning profiles here is the graph: The Developer Profile depends on / consist the following Team identifiers, Developer certificates, Devices, Entitlements/capabilities, which is also part of the Identifier, Apple Certificates. The Distribution Profile ...

Provisioning Profile Crash Course – Part 3

26. April 2022 Tools, Xcode 0
The previous posts from this series are Part1 and Part2. Let start with the most important question: Why we need a provisioning profile?  The short answer is: Because we want to run our shiny new app on a physical device.   So, if you never ever want to run your ode on a physical device, ...

Provisioning Profile Crash Course – Part 2

15. April 2022 Tools, Xcode 0
In the first part of this course I went through the first preparation steps in order to create the provisioning profile, namely that how to create the different certificates, and also how to add the devices that you own. In this post we will get into another important ingredients of “cooking” of the provisioning profiles: ...

Xcode 9 and ERROR ITMS-4088

28. September 2017 Settings, Tools, Xcode 3
I think most of us were absolutely happy when we downloaded the Xcode 9, and started to enjoy the new features. I was happy as well, but my happiness didn’t take long. My face started to turn into a frowning face, immediately after when I wanted to upload my current project to the App Store. ...

Learn Swift on a Windows machine

02. December 2016 Beginner, Swift, Tools 0
So, you want to learn the language, but don’t want to buy a Mac? It is possible. Actually I have just downloaded the 2nd edition of the Swift Programming from Big Nerd Ranch, when I realised, that I don’t have access to my beloved Mac, only the company’s HP notebook. Free stuff First of all, ...