metamask-mobile
metamask-mobile copied to clipboard
[Bug]: Missing METAMASK_BUILD_TYPE; set to 'main' for a standard release, or 'flask' for a canary flask release. The default value is 'main'.
Describe the bug
Missing METAMASK_BUILD_TYPE; set to 'main' for a standard release, or 'flask' for a canary flask release. The default value is 'main'.
Expected behavior
No response
Screenshots/Recordings
No response
Steps to reproduce
yarn start:ios
Error messages or log output
No response
Version
7.13.0
Build type
None
Device
mac
Operating system
iOS
Additional context
No response
Severity
No response
Hi There! Thank you for reporting this, it has been assigned to the appropriate team to be looked at. If possible can you please provide some more information about the issue you are experiencing?
Default MM build type: main Default MM environment: local
For a temp workaround, you can put these to the top of build.sh
, below readonly REPO_ROOT_DIR="$(dirname "${__DIRNAME__}")"
:
METAMASK_BUILD_TYPE="main"
METAMASK_ENVIRONMENT="local"