我在将Paypal SDK示例应用程序导入现有项目时遇到问题。
我将Paypal .xcodeproject添加到我现有的项目中(现在我拥有所有框架等)
编译 =确定。
Paypal SDK示例有一个带有2个视图的故事板,我想将它们连接到我现有的项目中,为此我添加了一个Button并为这些视图创建了一个segue。然后我使用成功识别的模块Paypal更新了我的视图类,但它没有用,并且给了我 3个错误 :(我已经尝试修复它们,删除了segue并再次链接,我有在stackoverflow上搜索错误等。没有成功)
1 - *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x7f8bd2f98870> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key successView.'
2 - Could not load the "check.png" image referenced from a nib in the bundle with identifier "ru.test.SwiftSideMenu"
3 - Unknown class _TtC25PayPal_iOS_SDK_Sample_App18MainViewController in Interface Builder file.
我认为这个问题在这里粘贴代码有点复杂,所以我会让下载链接更容易检查:
https://mega.nz/#!4BZ0UZZS!cRfcXl5jvem8v-_Cs7q0jpEFLGtqUA2RKVQ2ADnEjXU