Coco

Results 2 comments of Coco

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

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