Why fabric “The Fabric iOS and Android mobile apps will be sunset on November 30, 2018. After this date, you will not be able to log into the apps”?

Just check this official post. https://get.fabric.io/roadmap Fabric Beta will be moved into Firebase on Early 2019. Start using the next generation of Crashlytics Beta Get valuable feedback on pre-release iOS and Android apps by using Firebase App Distribution, the new version of Crashlytics Beta, to distribute beta builds to your team.

WARNING: API ‘variant.getJavaCompile()’ is obsolete and has been replaced with ‘variant.getJavaCompileProvider()’

I face this issue after updating to 3.3.0 If you are not doing what error states in gradle file, it is some plugin that still didn’t update to the newer API that cause this. To figure out which plugin is it do the following (as explained in “Better debug info when using obsolete API” of … Read more

The iOS Simulator deployment targets is set to 7.0, but the range of supported deployment target version for this platform is 8.0 to 12.1

You can set up your podfile to automatically match the deployment target of all the podfiles to your current project deployment target like this : post_install do |installer| installer.pods_project.targets.each do |target| target.build_configurations.each do |config| config.build_settings[‘IPHONEOS_DEPLOYMENT_TARGET’] = ‘9.0’ end end end

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)