tristanhimmelman/AlamofireObjectMapper

Swift 3 support

Closed this issue · 8 comments

Is there a way to use this with Swift 3 yet? Alamofire itself has a branch for Swift 3.0 which works well but this plugin shows compilation errors.

Same question as @amolgupta

Is swift 3.0 actually finalised at this point? I know the syntax is, but the API set into macOS/iOS seems to be in flux for the post WWDC pre-release time.

There may still be changes...

I have just created a fresh branch called swift-3. Feel free to create any PRs to upgrade the project to swift-3.0. I don't currently have time to do the migration.

Hi all, I just updated the swift-3 branch. Everything is now up and running in the latest xcode 8 beta

I'm getting a ton of ObjectMapper errors about inout.

screenshot 2016-07-28 22 38 17

Had to manually add ObjectMapper to my Podfile.

pod 'ObjectMapper', :git => 'https://github.com/Hearst-DD/ObjectMapper.git', :branch => 'swift-3'

Stjng commented

Can u guys solve this error? I'm using Xcode 8 beta 4 and my Podfile.
pod 'AlamofireObjectMapper', :git => 'https://github.com/tristanhimmelman/AlamofireObjectMapper', :branch => 'swift-3'

Thanks
screenshot 2016-08-03 23 19 10
screenshot 2016-08-03 23 18 58

@Stjng this should be fixed now.