gpt4 book ai didi

ios - Sqlite.swift 不适用于 Xcode 7.3

转载 作者:搜寻专家 更新时间:2023-10-31 22:02:28 24 4
gpt4 key购买 nike

我正在使用 Sqlite.swift使用 Xcode 7.2.x。它工作正常。

我已将 Xcode 更新到 Xcode 7.3,但 Sqlite.swift 框架出现问题。

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/module.modulemap:1:8: error: redefinition of module 'Compression'
module Compression [system] [extern_c] {
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/module.modulemap:1:8: note: previously defined here
module Compression [system] [extern_c] {
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/module.modulemap:6:8: error: redefinition of module 'Darwin'
module Darwin [system] [extern_c] {
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/module.modulemap:6:8: note: previously defined here
module Darwin [system] [extern_c] {
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/module.modulemap:1478:8: error: redefinition of module 'os'
module os [system] [extern_c] {
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/module.modulemap:1599:8: note: previously defined here
module os [system] [extern_c] {
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/usr/include/module.modulemap:1494:8: error: redefinition of module 'libkern'
module libkern [system] [extern_c] {
^
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator9.3.sdk/usr/include/module.modulemap:1615:8: note: previously defined here
module libkern [system] [extern_c] {
^
<unknown>:0: error: could not build Objective-C module 'SQLite'

使用版本:pod 'SQLite.swift', '~> 0.9.2'

我发现了一个具有相同问题的已关闭池请求。 https://github.com/stephencelis/SQLite.swift/issues/349

我试过使用以下分支:

pod 'SQLite.swift',
git: 'https://github.com/stephencelis/SQLite.swift.git',
branch: 'cocoapods-xcode-7-3'

但我无法解决这个问题。

等待正版解决方案。

最佳答案

SQLite.swift 存储库的“master”分支与 Xcode 7.3 不兼容。

幸好作者已经做了兼容分支:

https://github.com/stephencelis/SQLite.swift/tree/cocoapods-xcode-7-3

这是你应该在 Xcode 7.3 中使用的那个(我使用它没有任何问题)。

这是同一个存储库:它只是一个不同的分支。我们可以猜测,一旦作者认为合适,它将与“master”合并。

关于ios - Sqlite.swift 不适用于 Xcode 7.3,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36283975/

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