i manually imported SwiftyJSON.swift but got so many compiling errors in SwiftyJSON.swift.

Hi @111jaam
Hi,
I have the same problem
@jaceklapinski can you post the Podfile.lock ?
PODS:
DEPENDENCIES:
SPEC CHECKSUMS:
Alamofire: 0dfba1184a543e2aa160f4e39cac4e8aba48d223
SwiftyJSON: f0be2e604f83e8405a624e9f891898bf6ed4e019
PODFILE CHECKSUM: afc53677a2032fd75842210d6c54037528a01333
COCOAPODS: 1.1.1
@111jaam @jaceklapinski
Podfile.lock( 鈿狅笍 Backup your lock file before doing this)Point SwiftyJSON's version to 3.1.1 or newer exactly
pod 'SwiftyJSON', '= 3.1.1'
Good luck!
still same erros list
I ran the Xcode wizard for converting to current swift syntax and that took care of the issues.
same here when installing SwiftyJson pod many errors appears like the picture above
Is this still an issue with the current release?
To run project in swift 2.3, update your podfile -> pod 'SwiftyJSON', '2.4.0' and update pods, and you are done.
Hello, I just pushed 3.1.4 to CocoaPods and it should work. Feel free to open another issue if need.