我创建了一个茧足类,并试图验证它的podspec,但我得到了以下错误:
➜ MyProject git:(master) ✗ pod spec lint MyProject.podspec
-> MyProject (1.0)
- ERROR | Returned an unsuccessful exit code. You can use `--verbose` for more information.
- ERROR | [iOS] Swift support uses dynamic frameworks and is therefore only supported on iOS > 8.
- NOTE | [BEROR]error: There is no SDK with the name or path 'watchos'
- NOTE | [watchOS] error: There is no SDK with the name or path 'watchos'我正在使用Xcode 7 beta,为ios9开发
发布于 2015-08-28 18:49:23
CocoaPods目前不支持watchOS。有关该主题的更多信息,请参见this post。
发布于 2015-10-22 15:43:53
在详细模式下搜索“生成的错误”可以帮助您跟踪错误。
https://stackoverflow.com/questions/32055771
复制相似问题