Giter Club home page Giter Club logo

Comments (8)

allenlinli avatar allenlinli commented on June 14, 2024

Found that it's ChameleonFramework that doesn't support Swift 3.0.

from rxswiftexamples.

allenlinli avatar allenlinli commented on June 14, 2024

Just found out in RxSwiftExample project, the same problem happened.
It needs me to update RxSwift to Swift 3.0.

platform :ios, '10.0'
use_frameworks!

post_install do |installer|
  installer.pods_project.targets.each do |target|
    target.build_configurations.each do |config|
      config.build_settings['SWIFT_VERSION'] = '3.0'
      config.build_settings['MACOSX_DEPLOYMENT_TARGET'] = '10.10'
    end
  end
end


target 'RxSwiftExample' do
  use_frameworks!

pod 'RxSwift',    '~> 3.0.0-beta.1'
pod 'RxCocoa',    '~> 3.0.0-beta.1'
pod 'RxDataSources', '~> 1.0.0-beta.2'

end

from rxswiftexamples.

sunshinejr avatar sunshinejr commented on June 14, 2024

Hey @allenlinli. Yeah, Examples need update for Swift 3 & RxSwift 3. I'm not sure as of when will I find time for it 😢 but if you, or anyone else, have some spare time for update I will be more than happy to review it.

from rxswiftexamples.

allenlinli avatar allenlinli commented on June 14, 2024

Yes, I will try to fix it as I learning :)
A PR has been sent.

from rxswiftexamples.

allenlinli avatar allenlinli commented on June 14, 2024

I try to upgrade the project "ColourfulBall" to Swift3.0, but I couldn't do it.
I used podfile mentioned up there, and download the pods:

Installing RxCocoa (3.0.0-rc.1)
Installing RxDataSources (1.0.0-rc.2)
Installing RxSwift (3.0.0-rc.1)

But failed.

Need someone to help me : (

from rxswiftexamples.

sunshinejr avatar sunshinejr commented on June 14, 2024

@allenlinli what exactly is the problem? Can you post the error here?

from rxswiftexamples.

allenlinli avatar allenlinli commented on June 14, 2024

Xcode said the RxSwift and RxCocoa pods need to be updated to Swift3.0.
I created a new project with the same podfile, it works fine without any Swift syntax updating needed. It's weird...

from rxswiftexamples.

sunshinejr avatar sunshinejr commented on June 14, 2024

I think we can now close this one, almost all examples are now updated to 3.0, only one (with MKMapView) isn't, because the lib is not updated yet.

from rxswiftexamples.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.