objective c - Use Legacy Swift Language Version -
i using swift libraries in objective-c project cocoapods.
i tried running them in released xcode 8 gm , getting following error:
i tried solutions in below link , other answers nothing seems work.
http://www.ios-blog.co.uk/tutorials/xcode/quick-tip-fix-use-legacy-swift-issue-in-xcode-8-beta-3/
libraries using charts , xlpagerstrip.
you need update "pods" project. each pod, choose target , set use legacy compiler. note if "pod install" later, workspace gets generated overwrite legacy compiler settings, have redo them.
Comments
Post a Comment