问题
I am new to IOS development. I am trying to implement SwiftJson library with my Xcode 7.3.1 but it gives me lots of errors. I don't know why. In my mac book i have two Xcode ,Xcode 8 and Xcode 7.3.1. I went through this link but it didn't help me.
I have also referred to this SO question. But it also not working.
Currently i want to run my project with Xcode 7.3.1
Here is my Pod file
platform :ios, '9.0'
inhibit_all_warnings!
use_frameworks!
target 'AlamofireDemo' do
pod 'Alamofire', '~> 3.1.2’
pod 'SwiftyJSON'
end
Please help me.
来源:https://stackoverflow.com/questions/40647430/swiftyjson-error-with-xcode-7