SwiftDDP icon indicating copy to clipboard operation
SwiftDDP copied to clipboard

Swift 4 errors

Open oljazz opened this issue 7 years ago • 7 comments

Hello everyone. I installed the SwiftDDP via CocoaPods in Xcode 9(Swift 4) and Xcode returns a lot of error when i try to run it. How can i solve it?

oljazz avatar Feb 14 '18 09:02 oljazz

Probably library should be migrated to Swift 4. @siegesmund have you plan to migrate this library to Swift 4?

achirkof avatar Mar 01 '18 16:03 achirkof

Unfortunately, I don’t have the time to do it right now. If you can make the changes, I will merge them and bump the version.

On Mar 1, 2018, at 11:44 AM, Andrey Chirkov [email protected] wrote:

Probably library should be migrated to Swift 4. @siegesmund https://github.com/siegesmund have you plan to migrate this library to Swift 4?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/siegesmund/SwiftDDP/issues/107#issuecomment-369653610, or mute the thread https://github.com/notifications/unsubscribe-auth/ACaom0MuK2EApq_yflHDFggT1OYbrSvNks5taCV1gaJpZM4SFA2E.

siegesmund avatar Mar 01 '18 18:03 siegesmund

Ok. i will try fix it.

oljazz avatar Mar 02 '18 06:03 oljazz

still not fixed kindly update library for xcode 9 and swift 4. still waiting

noumanaslam27 avatar Apr 13 '18 13:04 noumanaslam27

@noumanaslam27 You are welcome to submit a pull request.

siegesmund avatar Apr 13 '18 13:04 siegesmund

I added support to swift 4.2 pod "SwiftDDP", :git => 'https://github.com/sam961/SwiftDDP.git' , :branch => 'swift-4.2'

sam961 avatar Dec 23 '18 22:12 sam961

I added support to swift 4.2 pod "SwiftDDP", :git => 'https://github.com/sam961/SwiftDDP.git' , :branch => 'swift-4.2'

How to install it? I have - [!] Failed to load 'SwiftDDP' podspec: [!] Invalid SwiftDDP.podspec file: [!] Unsupported version requirements. s.dependency 'CryptoSwift

mywebstudio avatar Jan 30 '19 21:01 mywebstudio