-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pod文件错误 #282
Comments
@Sunset0313 你这个大概率是网络问题,我已经把 |
你好,按照您的方法,替换根目录下的pod文件夹,重新运行pod install , 之后运行项目 import BLTNBoard No such module 'BLTNBoard'
------------------ 原始邮件 ------------------
发件人: "citahub/cyton-ios" <[email protected]>;
发送时间: 2021年3月5日(星期五) 晚上10:26
收件人: "citahub/cyton-ios"<[email protected]>;
抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [citahub/cyton-ios] pod文件错误 (#282)
@Sunset0313 你这个大概率的网络问题,我已经把 pod 文件夹单独压缩发到你的邮箱,请查收。
解压之后替换根目录下的 pod 文件夹,重新运行 pod install ,之后再尝试运行项目。
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
我直接把完整的项目发给你试试吧 |
可以,发一份完整试试吧。
…------------------ 原始邮件 ------------------
发件人: "citahub/cyton-ios" <[email protected]>;
发送时间: 2021年3月9日(星期二) 上午10:44
收件人: "citahub/cyton-ios"<[email protected]>;
抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [citahub/cyton-ios] pod文件错误 (#282)
你好,按照您的方法,替换根目录下的pod文件夹,重新运行pod install , 之后运行项目 import BLTNBoard No such module 'BLTNBoard' ------------------ 原始邮件 ------------------ 发件人: "citahub/cyton-ios" <[email protected]>; 发送时间: 2021年3月5日(星期五) 晚上10:26 收件人: "citahub/cyton-ios"<[email protected]>; 抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>; 主题: Re: [citahub/cyton-ios] pod文件错误 (#282) @Sunset0313 你这个大概率的网络问题,我已经把 pod 文件夹单独压缩发到你的邮箱,请查收。 解压之后替换根目录下的 pod 文件夹,重新运行 pod install ,之后再尝试运行项目。 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
我直接把完整的项目发给你试试吧
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
晚上回去发给你 |
发给你了....选择一个 模拟器直接运行一下试试看 @Sunset0313 |
Terminating app due to uncaught exception 'RLMException', reason: 'Primary key property 'txHash' does not exist on object 'CITALocalTx''
运行之后一直报这个错,查了一下是用到了RealmSwift库,查了几种方法,代码中重写的@objc override class func primaryKey() -> String? { return "txHash" } 也是对的,RealmSwift中也是这么说的。更新库也更新了,还是报一样的错,说找不到主键,请问这个问题在源码中有出现过吗?
…------------------ 原始邮件 ------------------
发件人: "citahub/cyton-ios" <[email protected]>;
发送时间: 2021年3月9日(星期二) 中午11:51
收件人: "citahub/cyton-ios"<[email protected]>;
抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [citahub/cyton-ios] pod文件错误 (#282)
可以,发一份完整试试吧。
…
------------------ 原始邮件 ------------------ 发件人: "citahub/cyton-ios" <[email protected]>; 发送时间: 2021年3月9日(星期二) 上午10:44 收件人: "citahub/cyton-ios"<[email protected]>; 抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>; 主题: Re: [citahub/cyton-ios] pod文件错误 (#282) 你好,按照您的方法,替换根目录下的pod文件夹,重新运行pod install , 之后运行项目 import BLTNBoard No such module 'BLTNBoard' ------------------ 原始邮件 ------------------ 发件人: "citahub/cyton-ios" <[email protected]>; 发送时间: 2021年3月5日(星期五) 晚上10:26 收件人: "citahub/cyton-ios"<[email protected]>; 抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>; 主题: Re: [citahub/cyton-ios] pod文件错误 (#282) @Sunset0313 你这个大概率的网络问题,我已经把 pod 文件夹单独压缩发到你的邮箱,请查收。 解压之后替换根目录下的 pod 文件夹,重新运行 pod install ,之后再尝试运行项目。 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe. 我直接把完整的项目发给你试试吧 — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
发给你了....选择一个 模拟器直接运行一下试试看 @Sunset0313
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
那我先升级下Xcode版本
…------------------ 原始邮件 ------------------
发件人: "citahub/cyton-ios" <[email protected]>;
发送时间: 2021年3月10日(星期三) 上午10:34
收件人: "citahub/cyton-ios"<[email protected]>;
抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [citahub/cyton-ios] pod文件错误 (#282)
我开始把 RealmSwift 更新到了最新版本,会报错,因为中间他们进行了不兼容升级,所以我在 pod 中指定了 RealmSwift 版本号为 3.13.1。我这里没有这个问题,编译成功之后直接压缩发给你的。我的 Xcode 版本为 12.4 ,系统为 macOS Big Sur 11.2.2 (20D80).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
编译是可以的,运行就会因为这个崩溃
…------------------ 原始邮件 ------------------
发件人: "citahub/cyton-ios" <[email protected]>;
发送时间: 2021年3月10日(星期三) 上午10:34
收件人: "citahub/cyton-ios"<[email protected]>;
抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [citahub/cyton-ios] pod文件错误 (#282)
我开始把 RealmSwift 更新到了最新版本,会报错,因为中间他们进行了不兼容升级,所以我在 pod 中指定了 RealmSwift 版本号为 3.13.1。我这里没有这个问题,编译成功之后直接压缩发给你的。我的 Xcode 版本为 12.4 ,系统为 macOS Big Sur 11.2.2 (20D80).
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
再发给你一份吧,我把 |
您好,3.18.0版本库可以,realmSwift数据库兼容性在哪里可以看到
…------------------ 原始邮件 ------------------
发件人: "citahub/cyton-ios" <[email protected]>;
发送时间: 2021年3月10日(星期三) 晚上6:22
收件人: "citahub/cyton-ios"<[email protected]>;
抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>;
主题: Re: [citahub/cyton-ios] pod文件错误 (#282)
编译是可以的,运行就会因为这个崩溃
…
------------------ 原始邮件 ------------------ 发件人: "citahub/cyton-ios" <[email protected]>; 发送时间: 2021年3月10日(星期三) 上午10:34 收件人: "citahub/cyton-ios"<[email protected]>; 抄送: "Sunset_Yan"<[email protected]>;"Mention"<[email protected]>; 主题: Re: [citahub/cyton-ios] pod文件错误 (#282) 我开始把 RealmSwift 更新到了最新版本,会报错,因为中间他们进行了不兼容升级,所以我在 pod 中指定了 RealmSwift 版本号为 3.13.1。我这里没有这个问题,编译成功之后直接压缩发给你的。我的 Xcode 版本为 12.4 ,系统为 macOS Big Sur 11.2.2 (20D80). — You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub, or unsubscribe.
再发给你一份吧,我把 realmSwift 版本指定到了 3.18.0,请再次尝试。
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
你好,你这个钱包可以正常使用吗,eth始终加载不出来
…------------------ 原始邮件 ------------------
发件人: "citahub/cyton-ios" ***@***.***>;
发送时间: 2021年3月11日(星期四) 上午10:20
***@***.***>;
***@***.******@***.***>;
主题: Re: [citahub/cyton-ios] pod文件错误 (#282)
https://github.com/realm/realm-cocoa/releases @Sunset0313
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
pod install 文件时,出现个别库以下问题,怎样解决。或者可以发一份完整的项目到邮箱中吗,不需要再pod install的完整项目。邮箱:[email protected]
The text was updated successfully, but these errors were encountered: