The spec id not pass validation when I exec pod spec lint:
- ERROR | [watchOS] Returned on unsuccessful exit code.
- NOTE | [watchOS] [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'
I found the spec have not platforms ! Please add below code in the spec:
"platform": {
"ios": "7.0"
}
On the other hand, why did you set the min version 7.0 in the prepare_command?
The spec id not pass validation when I exec
pod spec lint
:I found the spec have not
platforms
! Please add below code in the spec:On the other hand, why did you set the min version
7.0
in theprepare_command
?