Skip to content

iOS and tvOS 15 simulator issues #108

@defagos

Description

@defagos

The iOS 15 and tvOS 15 simulator has a few issues which make some tests fail. Behavior is correct when the same behavior is tested on device, fortunately.

We should check if this issue is fixed in later versions or maybe report an issue to Apple.

Issue type

Other: Simulator bug

Description of the problem

Here are the tests which currently fail:

  1. -testOnDemandPlaybackStartAtTimeWithTolerances: Starting around a position fails in the simulator. This can also be verified by tweaking the SRG Media Player demo to start around some position (the player struggles to start). The same modified demo project run on device works fine, as does the UT in the iOS 14 simulator.
  2. -testStartTimeAroundBeginningOfSegmentWithSelection and -testStartTimeAroundEndOfSegmentWithSelection: Same issue due to position tolerances being used.

Environment information

  • Library version: Tested with 6.1.4 (development version).
  • iOS / tvOS version: 15.0
  • Device: Simulator

Reproducibility

Always reproducible

Steps to reproduce

  1. Comment out the #warning lines in the source code.
  2. Run the unit tests in the iOS or tvOS 15 simulator.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions