cocoapod を作成し、その 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ベータ版を使用しており、ios9向けに開発しています