Skip to content

Commit 9412ef5

Browse files
committed
Removed AVAssetExportSession message about iOS 17.0.x - Apple fixed it in iOS 17.1
1 parent caadf28 commit 9412ef5

File tree

2 files changed

+0
-11
lines changed

2 files changed

+0
-11
lines changed

README.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,6 @@ The following video frame rates are supported. (Video rates)
8181

8282
See the [online documentation](https://orchetect.github.io/TimecodeKit) for library usage, getting started info, and 1.x → 2.x migration guide.
8383

84-
## Known Issues
85-
86-
- As of iOS 17, Apple appears to have introduced a regression when using `AVAssetExportSession` to save a QuickTime movie file when using a physical iOS device (simulator works fine). A radar has been filed with Apple (FB12986599). This is not an issue with TimecodeKit itself. However, until Apple fixes this bug it will affect saving a movie file after performing timecode track modifications. See [this thread](https://github.com/orchetect/TimecodeKit/discussions/63) for details.
87-
8884
## References
8985

9086
- Wikipedia: [SMPTE Timecode](https://en.wikipedia.org/wiki/SMPTE_timecode)

Sources/TimecodeKit/Documentation.docc/AVAsset-Timecode-Track.md

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,6 @@ export.exportAsynchronously {
7777
}
7878
```
7979

80-
> Warning:
81-
>
82-
> As of iOS 17, Apple appears to have introduced a regression when using `AVAssetExportSession` to save a QuickTime movie file when using a physical iOS device (simulator works fine).
83-
> A radar has been filed with Apple (FB12986599). This is not an issue with TimecodeKit itself.
84-
> However, until Apple fixes this bug it will affect saving a movie file after performing timecode track modifications.
85-
> See [this thread](https://github.com/orchetect/TimecodeKit/discussions/63) for details.
86-
8780
## Topics
8881

8982
### AVAsset Extensions

0 commit comments

Comments
 (0)