Search code examples
xcodetemplatesin-app-purchasexcode6setup-project

New In-App Purchase template in Xcode 6.1 defaults to OS X target


When creating a new project, I select iOS -> Other -> In-App Purchase.

enter image description here

However, every time a new project is created, I end up with a IAP for OS X:

enter image description here

Does anyone know of a workaround/solution?


Solution

  • I had the same issue, to resolve it I went into build settings and in the architectures section I changed the base SDK from OS X to IOS 8.1 (latest) and changed supported platforms to IOS.