Masonry icon indicating copy to clipboard operation
Masonry copied to clipboard

iOS 11.4 Crash ,Use the orsome CocoaPods. [UIView mas_trailingMargin]: unrecognized selector sent to instance 0x7ff9ba。Source code integration is normal

Open yaoyue opened this issue 7 years ago • 2 comments

Crash 。Use the orsome CocoaPods. [UIView mas_trailingMargin]: unrecognized selector sent to instance 0x7ff9ba。Source code integration is normal

yaoyue avatar Jul 28 '18 09:07 yaoyue

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.

pszertlek avatar Oct 16 '18 03:10 pszertlek

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

pszertlek avatar Oct 18 '18 08:10 pszertlek