ios - how to upgrade existing framework which installed using carthage -


i have installed charts framework using carthage. need update framework swift 3 version.

carthage/build/ios/charts.framework/charts compiled older version of swift language (2.0) previous files (3.0) architecture x86_64 clang: error: linker command failed exit code 1 (use -v see invocation)

how upgrade framework?

there new release swift 3. need update cartfile point version:

github "danielgindi/charts" == 3.0.0 

then re-run carthage update.


Comments

Popular posts from this blog

php - trouble displaying mysqli database results in correct order -

depending on nth recurrence of job in control M -

sql server - Cannot query correctly (MSSQL - PHP - JSON) -