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

asynchronous - C# WinSCP .NET assembly: How to upload multiple files asynchronously -

aws api gateway - SerializationException in posting new Records via Dynamodb Proxy Service in API -

asp.net - Problems sending emails from forum -