alexeyxo / protobuf-swift

Google ProtocolBuffers for Apple Swift
http://protobuf.io/#swift
Apache License 2.0
938 stars 138 forks source link

Update CocoaPods version to 3.0.0 #178

Closed mihaibulic closed 8 years ago

mihaibulic commented 8 years ago

Since iOS 10 & Xcode 8 have rolled out publically, could you push version 3.0.0 to CocoaPods so we can migrate to Swift 3?

Thanks

alexeyxo commented 8 years ago

Hi! Currently, cocoapods not supporting Swift3.0:(. I get many errors:

 - ERROR | xcodebuild:  ProtocolBuffers-Swift/Source/AbstractMessage.swift:141:36: error: thrown expression type 'ProtocolBuffersError' does not conform to 'ErrorType'
mihaibulic commented 8 years ago

I use CocoaPods for many other libraries (AlamoFire, KingFisher, etc.) and they have all pushed new versions that support Swift 3.0, so I do not believe this is the case

alexeyxo commented 8 years ago

Done.