gpt4 book ai didi

ios - 无法正确安装Pod

转载 作者:行者123 更新时间:2023-12-01 15:56:59 26 4
gpt4 key购买 nike

我试图在项目中使用FolioReaderKit。首先,我下载FolioReaderKit示例项目并像这样安装pod:

platform :ios, '9.0'

use_frameworks!
inhibit_all_warnings!

def shared_pods
pod 'FolioReaderKit', path: '../'
end

def testing_pods
pod 'Quick', '1.3.2'
pod 'Nimble', '7.3.1'
end

target 'Example' do
shared_pods
end

target 'Storyboard-Example' do
shared_pods
end

target 'MultipleInstance-Example' do
shared_pods
end

target 'FolioReaderTests' do
shared_pods
testing_pods
end

之后,我打开项目并构建应用程序。一切正常。现在,我尝试在项目中添加 FolioReaderKit。我在 Cocoapods页面上阅读了如何在 GitHub中使用 FolioReaderKit。我的podfile看起来像这样:
platform :ios, '9.0'
use_frameworks!

target 'myProject' do
pod 'FolioReaderKit'
end

但是,当我在应用程序中使用此pod时,出现下一个错误: Primary key property 'name' does not exist on object 'RealmSwiftClassPermission'。为什么会发生这种情况,以及如何解决此错误?

最佳答案

用替换pod 'FolioReaderKit', path: '../'

pod 'FolioReaderKit', '~> 1.4.0'

然后尝试使用 pod repo updatepod install
如果不起作用,请检查 Ravi Panchal's Answer

如果拉维的答案不起作用,请也检查 the answer

关于ios - 无法正确安装Pod,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62194820/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com