Open dj100gr opened 5 years ago
hi @dj100gr
For iOS use the Legacy build system in the Xcode. To change this , open the Xcode project from the ios folder. Then go to the File-> Project settings and change the build system to Legacy one.
Android issue happening because of the gradle issues I think. I am trying to find a solution for that. Will keep you updated regarding the same. Thank you .
@dj100gr For Android you can either build APK from the Android Studio OR make the following changes inside the build.gradle
of bmd-push-react-native
,
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
.....
targetSdkVersion 28
.....
}
}
When trying to compile IOS in "Legacy build system" mode, the same error as above is saved.
The described error when building an android apk is performed with build.gradle:
android {
compileSdkVersion 28
buildToolsVersion "28.0.3"
defaultConfig {
targetSdkVersion 28
minSdkVersion 16
targetSdkVersion 28
...
}
}
@dj100gr Hi, are you still facing the issue in Android ?
We are still faced with the probable android described above.
Android
While android app started at emulator normally, we receive build error when building APK file using
command. We used that settings in our app settings
And receive that error:
IOS
We using env:
When we tryed to used
carthage update
command in our`ios
folder we received that error: