You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
thrownewError('IOS build version is not in the correct format.');
}
Instead of throwing, the desired outcome would be to have the incorrect build version followed by (Parse Error)
Reproducing steps
It was not possible, as of now, to reproduce this error on the simulator environment: it only happens when two releases are made to the TestFlight without changing neither the MARKETING_VERSION nor the CURRENT_PROJECT_VERSION on the ios/project.pbxproj file.
What follows is an attempt to inform the version values 0.26.0(1) and 0.7.0(1) to these variables:
Proposed solutions
A solution was offered to solve this on branch fix/about-version-err, but was unable to be tested because this error only seems to happen when actually making incorrect deployments.
The text was updated successfully, but these errors were encountered:
When the build version is incorrect, the
About
screen throws an unhandled error. This is related to the code below:hathor-wallet-mobile/src/screens/About.js
Lines 56 to 58 in 2100e6c
Instead of throwing, the desired outcome would be to have the incorrect build version followed by (Parse Error)
Reproducing steps
It was not possible, as of now, to reproduce this error on the simulator environment: it only happens when two releases are made to the TestFlight without changing neither the
MARKETING_VERSION
nor theCURRENT_PROJECT_VERSION
on theios/project.pbxproj
file.What follows is an attempt to inform the version values
0.26.0(1)
and0.7.0(1)
to these variables:Proposed solutions
A solution was offered to solve this on branch fix/about-version-err, but was unable to be tested because this error only seems to happen when actually making incorrect deployments.
The text was updated successfully, but these errors were encountered: