SwiftyJson error with Xcode 7

半腔热情 提交于 2019-12-12 03:48:17

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!