0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 3 years have passed since last update.

iOS 13.3.1 dyld: Library not loaded の私的回避法

Last updated at Posted at 2020-03-03

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."

https://stackoverflow.com/a/60211703/8574785

0
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
2

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?