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:
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.
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
Comments
Post a Comment