Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift 3 is not fully supported #67

Open
aryankashyap0 opened this issue Oct 6, 2016 · 8 comments
Open

Swift 3 is not fully supported #67

aryankashyap0 opened this issue Oct 6, 2016 · 8 comments

Comments

@aryankashyap0
Copy link

Looking at some files of this project swift 3 is not fully supported.

@brettu
Copy link

brettu commented Oct 9, 2016

I too am seeing many issues with Swift 3.

Installed with cocoapods:

'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!

pod 'QuadratTouch', '>= 1.0'

datacache_swift

@dimohamdy
Copy link

@constantine-fry any update about this issue

@aryankashyap0
Copy link
Author

If you import manually it works..

@aryankashyap0
Copy link
Author

with Swift 3

@NLAvL
Copy link

NLAvL commented Nov 23, 2016

or change your podfile like this:

'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'QuadratTouch', :git => 'https://github.com/Constantine-Fry/das-quadrat', :branch => 'fry-swift30'

@Abhishek9634
Copy link

Abhishek9634 commented Feb 13, 2017

@NLAvL : I have tried

'https://github.com/CocoaPods/Specs.git'
platform :ios, '8.0'
use_frameworks!
pod 'QuadratTouch', :git => 'https://github.com/Constantine-Fry/das-quadrat', :branch => 'fry-swift30'

and it works successfully on the error i'm facing
screen shot 2017-02-14 at 10 55 35 am

Please Help me :( . What's wrong i'm doing in that ?

@trungrockyngo
Copy link

Sorry, @Abhishek9634, I changed my Podfile similarly, but the pod couldn't be installed
screen shot 2017-06-07 at 13 45 51

@trungrockyngo
Copy link

Sorry, I've fixed it myself. I was just a bit careless about pod file's syntax

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants