devxoul / Then

✨ Super sweet syntactic sugar for Swift initializers
MIT License
4.16k stars 290 forks source link

doesn't support watchOS 3 or 4 #51

Closed sheng168 closed 6 years ago

devxoul commented 6 years ago

What did you mean?

sheng168 commented 6 years ago

adding this to watchOS project using cocoapods fails

devxoul commented 6 years ago

Which error message did you get?

sheng168 commented 6 years ago

Analyzing dependencies [!] The platform of the target BabyTime WatchKit Extension (watchOS 3.0) is not compatible with Then (2.1.0), which does not support watchos.

devxoul commented 6 years ago

Oh, sorry. I forgot to release a new version after adding watchOS support. I just released 2.1.1 and this will probably work.

$ pod repo update
$ pod install
sheng168 commented 6 years ago

thanks