Ivan Konov

Results 5 issues of Ivan Konov

Hello, I did add the "-ObjC" flag in the "other linker flags" setting of my target in order to integrate the SDK. However I get the following error: > duplicate...

Is it a bad thing if the Coordinator becomes huge? If it is what are good solutions? Thanks!

I am using QueuePlayer to play Apple Music items. I see in that you only ever have 1 track here: `func preparePlayer() { guard let track = track, let id...

Hello I noticed this piece of code: `case .didPlayToEndTime: notify(.didPlayToEndTime) if let _ = nextTrackIndexPath() { next() play() } else { notify(.nextPlaylistRequested) } ` In the listen(_ event:) function of...

Is there a way to keep the original names for the `XCAttachment`s that were se in the UI tests code? I looked for parse command argument for that but was...