Dig some debugging into the issue, seems like a manually set breakpoint (by the engineer) was triggered; the breakpoint was not removed from the build causing a `EXC_BREAKPOINT` and crashed the entire app.
I can't seem to get 3.11.* to work for my vault either, once I enter the password, the app crashes. This only happens with the iOS app with version 3.11.* and above.
My temporary fix is to revert to 3.9.5 using `ipatool` and airdrop the `ipa` file downloaded to my iphone. (You need to delete your higher version Enpass, otherwise will still crash.) Here's the steps for your reference, @mr_JCooper:
```
brew install ipatool
ipatool auth login --email <apple_id>
ipatool download -i 455566716 --external-version-id 863883631
```
I'll send the log report to `support@enpass.io` too.