Skip to content

Latest commit

 

History

History
73 lines (43 loc) · 881 Bytes

File metadata and controls

73 lines (43 loc) · 881 Bytes

Android

Incompatibility with gradle
update to 3.6.1+

buildscript {

        dependencies {
            classpath 'com.android.tools.build:gradle:3.6.1'
           
        }
}

/gradle-wrapper.properties

update ur distributionURL

all versions

distributionUrl=https\://services.gradle.org/distributions/gradle-5.6.4-all.zip  //or last version

build project

AndroiX

Install jetifier

npm install jetifier --save
 

IOS

swift

open ios project .xcworkspace 
add a swift file to folder projectname (skip bridge)

OR

open ios/podfile, add in the first line

 ENV['SWIFT_VERSION'] = '4.2'

Missing librarys

project

 cd ios
 pod deintegrate
 pod install

To much files

brew uninstall watchman brew install watchman