CocoaPods / fourflusher

A library for interacting with Xcode simulators.
MIT License
32 stars 15 forks source link

Can't `pod spec lint` due to watch simulator issues #2

Closed soffes closed 5 years ago

soffes commented 8 years ago

Get the code:

$ git clone https://github.com/soffes/ISO8601
$ cd ISO8601
$ git checkout v0.5.2

Try to lint:

$ pod spec lint --verbose

Output: https://gist.github.com/soffes/3fa2f8fa7ee3bb14225d738aaa42918b

Simulator list:

$ xcrun simctl list
== Device Types ==
iPhone 4s (com.apple.CoreSimulator.SimDeviceType.iPhone-4s)
iPhone 5 (com.apple.CoreSimulator.SimDeviceType.iPhone-5)
iPhone 5s (com.apple.CoreSimulator.SimDeviceType.iPhone-5s)
iPhone 6 (com.apple.CoreSimulator.SimDeviceType.iPhone-6)
iPhone 6 Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6-Plus)
iPhone 6s (com.apple.CoreSimulator.SimDeviceType.iPhone-6s)
iPhone 6s Plus (com.apple.CoreSimulator.SimDeviceType.iPhone-6s-Plus)
iPad 2 (com.apple.CoreSimulator.SimDeviceType.iPad-2)
iPad Retina (com.apple.CoreSimulator.SimDeviceType.iPad-Retina)
iPad Air (com.apple.CoreSimulator.SimDeviceType.iPad-Air)
iPad Air 2 (com.apple.CoreSimulator.SimDeviceType.iPad-Air-2)
iPad Pro (com.apple.CoreSimulator.SimDeviceType.iPad-Pro)
Apple TV 1080p (com.apple.CoreSimulator.SimDeviceType.Apple-TV-1080p)
Apple Watch - 38mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-38mm)
Apple Watch - 42mm (com.apple.CoreSimulator.SimDeviceType.Apple-Watch-42mm)
== Runtimes ==
iOS 9.2 (9.2 - 13C75) (com.apple.CoreSimulator.SimRuntime.iOS-9-2)
iOS 9.3 (9.3 - 13E230) (com.apple.CoreSimulator.SimRuntime.iOS-9-3)
tvOS 9.1 (9.1 - 13U85) (com.apple.CoreSimulator.SimRuntime.tvOS-9-1)
tvOS 9.2 (9.2 - 13Y227) (com.apple.CoreSimulator.SimRuntime.tvOS-9-2)
watchOS 2.1 (2.1 - 13S661) (com.apple.CoreSimulator.SimRuntime.watchOS-2-1)
watchOS 2.2 (2.2 - 13V143) (com.apple.CoreSimulator.SimRuntime.watchOS-2-2)
== Devices ==
-- iOS 9.2 --
-- iOS 9.3 --
    iPhone 4s (A9230F39-185D-4785-86BF-6011571CC5A6) (Shutdown)
    iPhone 5s (981BC572-BBD6-409D-80A7-1CF07893E6B2) (Shutdown)
    iPhone 6s (E417E4C5-5919-4811-B980-781F26ADB284) (Shutdown)
    iPhone 6s Plus (D7BF3AE2-16F4-4DEF-81A1-462DFB65FF1B) (Shutdown)
    iPad 2 (2E16A08D-F65D-475E-9291-DF604201EF3A) (Shutdown)
    iPad Air 2 (C67F2B44-F229-4C53-9294-D81AFAB76806) (Shutdown)
    iPad Pro (35BC7B49-1182-4994-92F5-2B3463CD04C8) (Shutdown)
-- tvOS 9.1 --
-- tvOS 9.2 --
    Apple TV 1080p (36BF40C5-AC7E-4AE1-AFE7-AF5D2DA3B64B) (Shutdown)
-- watchOS 2.1 --
    Apple Watch - 38mm (D8EAD607-42B0-4AEB-A7E8-ECF409722735) (Shutdown)
    Apple Watch - 42mm (18932F81-9A9C-481E-B214-6E63109EC2C2) (Shutdown)
-- watchOS 2.2 --
    Apple Watch - 38mm (5D4F165E-EED0-461A-AE06-C7E34B6ED2F7) (Shutdown)
    Apple Watch - 42mm (E41D2A86-FA49-4B2F-AC6D-6499A6C64563) (Shutdown)
== Device Pairs ==
92566CCD-8368-484A-8F7B-1E4DD216EED8 (active, disconnected)
    Watch: Apple Watch - 38mm (5D4F165E-EED0-461A-AE06-C7E34B6ED2F7) (Shutdown)
    Phone: iPhone 6s (E417E4C5-5919-4811-B980-781F26ADB284) (Shutdown)
7D65630F-F3C1-4D0C-B362-E4D7D028D059 (active, disconnected)
    Watch: Apple Watch - 42mm (E41D2A86-FA49-4B2F-AC6D-6499A6C64563) (Shutdown)
    Phone: iPhone 6s Plus (D7BF3AE2-16F4-4DEF-81A1-462DFB65FF1B) (Shutdown)
dnkoutso commented 5 years ago

Closing as too old issue.