Giter Site home page Giter Site logo

Comments (23)

SaifAlDilaimi avatar SaifAlDilaimi commented on May 18, 2024

no idea??

from swiftystorekit.

bizz84 avatar bizz84 commented on May 18, 2024

Xcode 8 is currently beta software.

My current plan for Swift 3 support is as follows:

  • towards August I will create a parallel Swift 3 branch.
  • once Xcode 8 reaches GM or official release status, I will switch this branch to master and the old master to a Swift 2 branch as to keep compatibility for users still on Xcode 7

pull requests for the Swift3 branch are welcome, in case anyone wants to migrate sooner

from swiftystorekit.

SaifAlDilaimi avatar SaifAlDilaimi commented on May 18, 2024

Did u tried whats need to be done? I would like to help but I'm not sure how to start... If you could hint me where to start I may help...

from swiftystorekit.

SaifAlDilaimi avatar SaifAlDilaimi commented on May 18, 2024

any way to use this pod with xcode 8???

from swiftystorekit.

bizz84 avatar bizz84 commented on May 18, 2024

The first step would be to clone the repo, then load the project with Xcode 8 and perform the code migration to Swift 3.
As I'm not planning to add support for this just yet, you could fork this project, make the changes as described and use this as a submodule.

from swiftystorekit.

SaifAlDilaimi avatar SaifAlDilaimi commented on May 18, 2024

Okay thanks, but what do you mean making the changes as described and use this as a submodule?

Also as far as I know Xcode 8 Supports Swift 2.x. Would that be a option?

from swiftystorekit.

bizz84 avatar bizz84 commented on May 18, 2024

@deada92 I would follow these steps:

  • (optional) Fork this repository, so that you can make changes on your own version
  • Clone the repository
  • Open the project in Xcode 8
  • Xcode should suggest migration to Swift 2.3 or 3.0. Choose either
  • Compile. If there are any errors, fix them
  • Commit your changes and push them to your repository

As you can't publish a new pod version as you don't own this repository, it's probably easiest if you make the changes on your copy and import the project as a submodule in your app.

from swiftystorekit.

SaifAlDilaimi avatar SaifAlDilaimi commented on May 18, 2024

thanks @bizz84 !

I already fixed a lot of issues but I'm stucked at the covention of switch cases. I don't see anything wrong but I get error when I use this commit: SaifAlDilaimi@fa18537

Can you look over it & give me a hint?

from swiftystorekit.

bizz84 avatar bizz84 commented on May 18, 2024

@deada92 sorry haven't had the chance to further look into this. Hopefully I can start the port to Swift 3 over the coming weeks.

from swiftystorekit.

SaifAlDilaimi avatar SaifAlDilaimi commented on May 18, 2024

Any idea what could be the issue??

from swiftystorekit.

bizz84 avatar bizz84 commented on May 18, 2024

@deada92 sorry for the late answer. I have now added Swift 3.0 support on this branch. This has been tested to compile on Xcode 8 beta 3.

Please note that while this compiles, I have not yet tested if all the APIs work as expected.

from swiftystorekit.

felixLam avatar felixLam commented on May 18, 2024

Hi all, I have added PR for Beta 6: #69

from swiftystorekit.

InnaLMC avatar InnaLMC commented on May 18, 2024

hi, branch swift-3.0 gets errors for xcode 8 gm, could you please update it?

from swiftystorekit.

bizz84 avatar bizz84 commented on May 18, 2024

Updated and merged into master:
#82
I should be able to publish the new pod version shortly.

from swiftystorekit.

androidcn avatar androidcn commented on May 18, 2024

merge to master,branch?

from swiftystorekit.

bizz84 avatar bizz84 commented on May 18, 2024

Yes, master branch now is for Xcode 8 / Swift 3.

I'm currently having issues with publishing a new pod version as pod lib lint fails since I migrated to Xcode 8. Until this is resolved you can install SwiftyStoreKit as a submodule or with Carthage

from swiftystorekit.

androidcn avatar androidcn commented on May 18, 2024

i. will Waiting for you
Andrea Bizzotto [email protected]于2016年9月16日 周五上午5:11写道:

Yes, master branch now is for Xcode 8 / Swift 3.

I'm currently having issues with publishing a new pod version as pod lib
lint fails since I migrated to Xcode 8. Until this is resolved you can
install SwiftyStoreKit as a submodule or with Carthage


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#52 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAQlY7EXldkO6KaRB1K0k4tThJrn1AMiks5qqbRxgaJpZM4I-HMS
.

能蟹仔

from swiftystorekit.

bizz84 avatar bizz84 commented on May 18, 2024

Pod version 0.5.1 is now published. IF you're using cocoapods, run pod update to update SwiftyStoreKit to Xcode 8

from swiftystorekit.

alexbilbie avatar alexbilbie commented on May 18, 2024

@bizz84 I'm still getting the following error with 0.5.1 and the Xcode 8 GM:

“Use Legacy Swift Language Version” (SWIFT_VERSION) is required to be configured correctly for targets which use Swift. Use the [Edit > Convert > To Current Swift Syntax…] menu to choose a Swift version or use the Build Settings editor to configure the build setting directly.

screen shot 2016-09-19 at 20 33 53

I've tried this too pod 'SwiftyStoreKit', :git => 'https://github.com/bizz84/SwiftyStoreKit.git', :branch => 'master' and get the same error

from swiftystorekit.

alexbilbie avatar alexbilbie commented on May 18, 2024

A quick update on my comment above; I let Xcode run the Swift 3 upgrade tool and despite not finding any code to change it has resolved my problem of being able to use the project.

from swiftystorekit.

androidcn avatar androidcn commented on May 18, 2024

Update latest CocoaPods
Alex Bilbie [email protected]于2016年9月20日 周二上午6:11写道:

A quick update on my comment above; I let Xcode run the Swift 3 upgrade
tool and despite not finding any code to change it has resolved my problem
of being able to use the project.


You are receiving this because you commented.
Reply to this email directly, view it on GitHub
#52 (comment),
or mute the thread
https://github.com/notifications/unsubscribe-auth/AAQlY_oj0JDM3rmo8a9wVDOpS6gI9_Dsks5qrwiOgaJpZM4I-HMS
.

能蟹仔

from swiftystorekit.

bizz84 avatar bizz84 commented on May 18, 2024

@alexbilbie Still having issues with this or can I close the issue?

from swiftystorekit.

alexbilbie avatar alexbilbie commented on May 18, 2024

Please feel free to close this issue

from swiftystorekit.

Related Issues (20)

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.