-
Notifications
You must be signed in to change notification settings - Fork 2.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Dev - iOS app crashes on magic code input #18874
Comments
Triggered auto assignment to @kadiealexander ( |
Bug0 Triage Checklist (Main S/O)
|
ProposalPlease re-state the problem that we are trying to solve in this issue.iOS app crashes on magic code input What is the root cause of that problem?After enter full 6 numbers, set App/src/components/MagicCodeInput.js Line 109 in 293f23b
And this makes App/src/components/MagicCodeInput.js Line 210 in 293f23b
And this effect is called again since it has And finally crashes on this line: App/src/components/MagicCodeInput.js Line 108 in 293f23b
because What changes do you think we should make in order to solve the problem?Add |
@situchan, I'm not able to reproduce this on the latest version (1.3.14-0) RPReplay_Final1684215315.MP4Could you please test on the latest version of the app, and share updated reproduction steps if you're still running into it? |
I think this only happens in iOS 16.4 simulators. I think this issue is actually related to this one - #18218 |
@kadiealexander as the title says, this happens only in developer mode and iOS 16.4 simulator. Not reproducible on staging/production. |
I can't get the keyboard to appear on my dev simulator. 2023-05-17_17-46-05.mp4Asking for someone else to test here. |
@kadiealexander from your video, iOS version is 16.2 so not reproducible. Only happens on 16.4 |
Adding the engineering label to get some help reproducing this one, my version of XCode doesn't allow for simulating iOS 16.4 :( |
Triggered auto assignment to @aldo-expensify ( |
@aldo-expensify could you please take a look and help me reproduce this in a iOS 16.4 simulator? I am having trouble with mine and don't want this to stay blocked on me. |
I'm trying too, but I'm having problems with IOS in my dev environment at the moment :( |
I got my simulator working now. I was having this problem with my env: https://stackoverflow.com/questions/68565356/xcrun-error-sdk-iphoneos-cannot-be-located Posting in case it is useful for you. |
@situchan I don't see an IOS 16.4 simulator in Xcode to test this. Are you using a simulator or a real device? |
@aldo-expensify it seems you're still using old Xcode version. |
Is |
This workaround works for me. So I have no problem using 14.3 |
Thanks, I'll give that a try later 😬 |
Have asked for help reproducing this here. |
Another person reproduced and uploaded video: #18218 (comment) |
Thanks @situchan! Checking in that issue to see if this is a dupe. |
Good point but we don't have to test on iOS 16.4. You can still test using other iOS versions. |
This bug is still happening to me on iOS 16.4 simulator Screen.Recording.2023-08-18.at.11.53.38.PM.movanother case: Can we re-open this and fix? |
@aimane-chnaif Seems working fine from my end. Please double check your pod and project files against these changes https://github.com/Expensify/App/pull/21316/files Kooha-2023-08-21-15-04-44.mp4 |
Checked already. |
@aimane-chnaif Double checked right now, I ran |
Did you run build using command or from Xcode? I used Xcode |
Using |
If you haven’t already, check out our contributing guidelines for onboarding and email [email protected] to request to join our Slack channel!
Action Performed:
Expected Result:
App doesn't crash
Actual Result:
App crashes on 5th input
Workaround:
Can the user still use Expensify without this being fixed? Have you informed them of the workaround?
Platforms:
Which of our officially supported platforms is this issue occurring on?
Version Number: v1.3.13-1
Reproducible in staging?: needs reproduction
Reproducible in production?: needs reproduction
If this was caught during regression testing, add the test name, ID and link from TestRail:
Email or phone of affected tester (no customers):
Logs: https://stackoverflow.com/c/expensify/questions/4856
Notes/Photos/Videos: Any additional supporting documentation
crash.mp4
Expensify/Expensify Issue URL:
Issue reported by: @situchan
Slack conversation: https://expensify.slack.com/archives/C049HHMV9SM/p1683872743466849
View all open jobs on GitHub
The text was updated successfully, but these errors were encountered: