SDK Generate app issue for sdk version 67.0.759-1.4.2-2

Hi Guys,

Have anyone face any issue using the sdk 67.0.759-1.4.2-2 even if we followed the prerequisites and steps.


https://support.sugarcrm.com/documentation/mobile_solutions/mobile_sdk/mobile_sdk_quick_start_guide/." target="_blank" rel="nofollow noopener noreferrer">https://support.sugarcrm.com/documentation/mobile_solutions/mobile_sdk/mobile_sdk_quick_start_guide/.
It says successful but there are some fatal error. Please see notes for further details of the error.

Further details on generating the app: No customizations done on sdk. Just stock SDK  of sugar.

Steps to reproduce:

1. Download sdk
2. Complete prerequisitets
3. Install the sdk
4. Try to generate the app using the sdk.
5. Expecting to successfully generate the app but below errors comes up.

$ husky install
fatal: not a git repository (or any of the parent directories): .git
Sparkles Done in 11.05s.
Command failed with exit code 1: avdmanager list target
Exception in thread "main" java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema
at com.android.repository.api.SchemaModule$SchemaModuleVersion.<init>(SchemaModule.java:156)
at com.android.repository.api.SchemaModule.<init>(SchemaModule.java:75)
at com.android.sdklib.repository.AndroidSdkHandler.<clinit>(AndroidSdkHandler.java:81)
at com.android.sdklib.tool.AvdManagerCli.run(AvdManagerCli.java:213)
at com.android.sdklib.tool.AvdManagerCli.main(AvdManagerCli.java:200)
Caused by: java.lang.ClassNotFoundException: javax.xml.bind.annotation.XmlSchema
at java.base/jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:581)
at java.base/jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:178)
at java.base/java.lang.ClassLoader.loadClass(ClassLoader.java:521)
... 5 more

check-reqs-android failed
check-reqs-ios started from "/usr/local/developer/Project/67.0.759-1.4.2-2/sdk/check-reqs-ios"

WARNING: Unable to find 'iPhone Developer' certificate.
'iPhone Distribution' certificate found in your keychain.
Please check Apple developer docs at https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/." target="_blank" rel="nofollow noopener noreferrer">https://developer.apple.com/library/ios/documentation/IDEs/Conceptual/AppDistributionGuide/. You can also find information in docs/iOSAndroidBinarySigning.pdf

check-reqs-ios passed
WARNING: Failed to initialize native projects. Install required dependencies (see above) & run from command line "./sdk init-native" in your app folder

Successfully created /usr/local/developer/Project67/-Project67