Open yaoyue opened 6 years ago
I also encouted this problem. I found that if use Xcode 9, this problem will not happen, but In Xcode 10 this will happen. Perhaps this related to Xcode 10 compile option.
I solve this problem. I edit podfile
.
post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['IPHONEOS_DEPLOYMENT_TARGET'] = '8.0'
end
end
end
will not crash again
Crash 。Use the orsome CocoaPods. [UIView mas_trailingMargin]: unrecognized selector sent to instance 0x7ff9ba。Source code integration is normal