carthage를 사용하여 차트 프레임 워크를 설치했습니다. 이제 신속한 3 버전을위한 프레임 워크를 업데이트해야합니다.carthage를 사용하여 설치된 기존 프레임 워크를 업그레이드하는 방법
Carthage/Build/iOS/Charts.framework/Charts compiled with older version of Swift language (2.0) than previous files (3.0) for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
프레임 워크를 업그레이드하는 방법은 무엇입니까?
github "danielgindi/Charts" == 3.0.0
그런 다음 다시 실행 carthage update
을 :
의 Swift3 호환 버전 (V3)'GitHub의 "danielgindi/차트"~> 3.0.0' – shallowThought