sign/translate

[BUG] Videos generated on iOS are not valid

Closed this issue · 2 comments

AmitMY commented

Current Behavior

When building the iOS app, on iOS 17.2, the videos generated (either via screen recording or using the VideoEncoder 3167320) don't show.
When "shared", the videos are empty.

Expected Behavior

Videos generated on all platforms should be playable

Steps To Reproduce

npm run build && \
npx cap sync && \
npx cap run ios

and write "test".
Wait for the video to be generated.

Environment

  • Device: iPhone 14 Pro
  • OS: iOS 17.2

Possibly a part of #127

fixed by 7860466