Re: [swift-users] Can Swift 2.3 frameworks be used with a Swift 3.0 app?

2016-06-27 Thread Ted Bradley via swift-users
Thanks – I really appreciate the definitive answer. I’m worried a lot of people don’t realise this when doing their planning for the next few months – the migration guide is a little bit ambiguous on this front: “Wait until the upstream open-source project updates to Swift 2.3 or Swift 3” -

Re: [swift-users] Can Swift 2.3 frameworks be used with a Swift 3.0 app?

2016-06-27 Thread Ted Bradley via swift-users
lf. Zhaoxin On Mon, Jun 27, 2016 at 6:29 PM, Ted Bradley via swift-users <swift-users@swift.org<mailto:swift-users@swift.org>> wrote: Ah, I wasn’t being clear :) I meant user created frameworks. Such as you would get manually or via Carthage / Cocoapods. Could those be migrat

Re: [swift-users] Can Swift 2.3 frameworks be used with a Swift 3.0 app?

2016-06-27 Thread Ted Bradley via swift-users
ork is definitely different. But Cocoa and Cocoa Touch should be the same. Zhaoxin On Mon, Jun 27, 2016 at 6:04 PM, Ted Bradley via swift-users <swift-users@swift.org<mailto:swift-users@swift.org>> wrote: Can Swift 2.3 frameworks be used with a Swift 3.0 target app? From what I’m rea

[swift-users] Can Swift 2.3 frameworks be used with a Swift 3.0 app?

2016-06-27 Thread Ted Bradley via swift-users
Can Swift 2.3 frameworks be used with a Swift 3.0 target app? From what I’m reading in the documentation, it seems like everything needs to be either all Swift 2.3 or all Swift 3.0 – no mix and matching. Unfortunately, the beta has been pretty unstable on my system so I’ve not managed to get