-
Notifications
You must be signed in to change notification settings - Fork 2
Fatal error during build #8
Comments
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
|
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:
|
@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:The text was updated successfully, but these errors were encountered: