cocoapods - Module file's deployment target is ios9.0 v9.0 with XCode 7 / Swift 2 -


i have project using modules have installed via cocoapods. 1 of them charts (https://github.com/danielgindi/ios-charts). in order migrate project swift 1.2 swift 2 have gone through wizard comes when first opening project xcode 7. charts module available swift 2, , have changed podfile contain following in order upgrade newer , not yet officially released version:

pod 'charts', :git => 'https://github.com/danielgindi/ios-charts.git'

now project workspace opens fine in xcode except 1 error message can't rid of myself, , cannot find helpful informations in web:

error message in xcode

at place import "charts" module above mentioned error message pops up. first, made sure whole project set deployment target ios 9.0 8.0 before.

deployment target project

as didn't solve issue, have done product -> clean, product -> clean build folder , deleted "derived data" folder's contents. have re-started xcode after these steps error still appears.

does have clue have missed? thank much!

christian

same, in case

selected targets,

then go "build settings"

search "ios deployment target” in search bar

changed ios 8.2 9.0 - in

description


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -