美文网首页
Cannot find protocol declaration

Cannot find protocol declaration

作者: 奔哥小木屋 | 来源:发表于2019-12-07 11:50 被阅读0次

在OC项目中使用swift时,遇到Cannot find protocol declaration for 'xxx'时,可能需要在桥接文件中import相应的头文件,比如:Cannot find protocol declaration for 'SKPaymentTransactionObserver'Cannot find protocol declaration for 'SKProductsRequestDelegate',我需要在桥接文件中添加#import <StoreKit/StoreKit.h>,再编译就通过了.

记录一下.

相关文章

网友评论

      本文标题:Cannot find protocol declaration

      本文链接:https://www.haomeiwen.com/subject/lsqugctx.html