简体   繁体   中英

trouble building MKStoreKit with Xcode 6

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 .

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?

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM