ios xcode Link Binary With Libraries中看动态库对应的Status

35 阅读1分钟

image.png

1 Optional 可选

2 Required 必须

如果设置成可选,动态库在真机运行的时候会忽略这个动态库,导致报错找不到该动态库。