Pierre-Yves
Pierre-Yves
Same issue. The "+" character doesn't work with gitflow. git flow release start 1.0+1.1b1 works git flow release finish 1.0+1.1b1 says Branch 'release/1.0+1.1b1' does not exist and is required. I...
Using Xcode 13 fallback or `altool`, mentioned by @ptxmac, we have an ITMS error with Xcode 14 beta 3. Apple does not allow to upload builds from the current iOS...
After few days, and maybe the public betas, ITMS now accept builds built with Xcode 14 beta 3. ✅ Tow options that work but it's workaround for now: - switch...
> > After few days, and maybe the public betas, ITMS now accept builds built with Xcode 14 beta 3. ✅ > > > > Sorry for hijacking this thread,...
I had the same issue on Mac OS Mojave and Xcode 11.2 and `unf_ext 0.0.7.6`. To fix it, I downgraded Xcode command line tools to Xcode 10.3 and `bundle install`...
We have the same issue with Xcode 11.2 and Mojave 10.14.6. The current workaround we applied is to [copy the last `xcresult` bundle](https://github.com/SRGSSR/srglogger-ios/blob/develop/fastlane/Fastfile#L67) to the ` fastlane` folder (or project...
Interesting articles explain WebVTT specifications: https://ronallo.com/blog/html5-video-caption-cue-settings-tester/ https://www.speechpad.com/captions/webvtt From Apple documentation, AVPlayer supports the **Cue Settings** in WebVTT Here is an example. ``` ::cue(.red){ color: red; } ::cue(.blue){ color: blue; }...
[The current strategy](https://github.com/SRGSSR/srgmediaplayer-ios/blob/e35883437d13271eba744eed0ad03482b6bd9e45/Framework/Sources/Controllers/SRGMediaPlayerController.m#L1311) is to test in the periodic time observer (every 0.1 seconds) if the current time is greater or equal than the duration range. Unfortunately, the last observed...
The `SRGMediaPlayerSegmentDidEndNotification` notification is not fired anymore with iOS 15.3 SDK. With Xcode 13.3.0, in Simulator, iOS 14.5 SDK, the test passes. it looks like an iOS 15.3 regression.
> @pyby Hello. You mean if to exclude AppCenterCrashes from the project, then everything is working as expected? > > And another question, what if not to launch Preview, but...