1
正在显示
Pods/Bugly/Bugly.framework/Bugly
0 → 100644
File added
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
No preview for this file type
| ... | @@ -15,5 +15,11 @@ target 'iOS-2kj' do | ... | @@ -15,5 +15,11 @@ target 'iOS-2kj' do |
| pod 'SnapKit' | pod 'SnapKit' | ||
| pod 'MBProgressHUD' | pod 'MBProgressHUD' | ||
| pod 'MCToast' | pod 'MCToast' | ||
| # pod 'Bugly' | pod 'Bugly' | ||
| end | |||
| post_install do |installer| | |||
| installer.pods_project.build_configurations.each do |config| | |||
| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" | |||
| end | |||
| end | |||
| end |
请
注册
或者
登录
后发表评论