iosでchartsを使いたくなったので、cocoapodsでインストールするも、実機テストで
code signature invalid for "path/to/charts.framework"
とかのエラーが出て動作しなかったので、
https://github.com/Alamofire/Alamofire/issues/3051
あたりを参考にして、
Podfileの
use_frameworks!
を
#use_frameworks! use_modular_headers!
に書き換えると、今のところうまく動作するようです。
フリーの開発アカウント使ってると起きるようですね。
"Apple blocked utilizing external frameworks on free accounts with 13.3.1 upgrade. Try downgrading to 13.3."