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

126 Views Asked by At

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?

1

There are 1 best solutions below

0
On BEST ANSWER

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.