【发布时间】:2019-08-04 20:20:17
【问题描述】:
我正在尝试构建nativescript-algolia,但它在 iOS 上失败了。这是我得到的错误:
[!] Unable to determine Swift version for the following pods:
- `AlgoliaSearch-Client-Swift` does not specify a Swift version
and none of the targets (`appname`) integrating it have the
`SWIFT_VERSION` attribute set. Please contact the author
or set the `SWIFT_VERSION` attribute in at least one of the
targets that integrate this pod.
我已经尝试了从谷歌搜索这个问题中看到的所有内容。我似乎无法正确设置 Swift 版本。
【问题讨论】:
-
尝试在podfile中添加平台:ios, '8.0
-
已经试过了...没有运气。
-
你可以创建一个游乐场吗?添加包
nativescript-algolia -
您有示例应用程序 ID 和 API 密钥来测试吗?
标签: nativescript angular2-nativescript nativescript-angular nativescript-plugin