trouble building MKStoreKit with Xcode 6

224 views Asked by At

Our app uses MKStoreKit for in-app purchases. We recently updated everything to iOS8 but we are having trouble building MKStoreKit with Xcode 6.

The file that is having trouble is VerificationController.m. We have the latest version from github. The build errors are in checkReceiptSecurity. Use of Undeclared Identifier ‘outLabel’

That same function also complains about encodeBase64 and decodeBase64.

1

There are 1 answers

1
Şafak Gezer On

See this question for the solution of the "use of undeclared identifier" errors in Xcode 6:

xCode 6 how to fix "Use of undeclared identifier" for automatic property synthesis?