Native Builder 3 Problems

0
Hey folks, I’m trying to build a native mobile app following the Mendix guide (https://docs.mendix.com/howto/mobile/deploying-native-app), and I’m running into problems with the app failing during the Shell Script task with an error of:   ============================================================================== Task : Shell Script Description : Run a shell script using bash Version : 2.1.3 Author : Microsoft Corporation Help : [More Information](https://go.microsoft.com/fwlink/?LinkID=613738) ============================================================================== (node:1398) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:1398) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:1398) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:1398) Warning: Use Cipheriv for counter mode of aes-256-ctr [command]/bin/bash /Users/runner/runners/2.164.3/scripts/install-keystore.sh (node:1398) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:1398) Warning: Use Cipheriv for counter mode of aes-256-ctr Keystore is missing. (node:1398) Warning: Use Cipheriv for counter mode of aes-256-ctr (node:1398) Warning: Use Cipheriv for counter mode of aes-256-ctr ##[error]/bin/bash failed with return code: 1 ##[error]Bash failed with error: /bin/bash failed with return code: 1 ##[section]Finishing: Install Android keystore ##[section]Starting: Checkout git-90d54790-0ee1-44bc-844c-b98bc99e6b90@build/1 to s   I’m really not sure where to start trying to figure out what’s going on here, and was wondering if any of you have run into an issue like this and were able to fix it? Or maybe you know what’s going on without having experienced it? Thanks so much for any help at all.
asked
1 answers
0

i’m currently having the same issue.
 

Did you manage to get the IOS app to build and just the android app fails?

answered