Igor Poltavtsev

Results 6 comments of Igor Poltavtsev

Hey @tomlokhorst, thank you! This looks good idea, but I can't find how to do this. Could you help, where and how can I apply `sed` over the error stream...

Hey @wow-such-amazing, we got it working by this way: ``` "$PODS_ROOT/R.swift/rswift" generate "$SRCROOT/R.generated.swift" | sed -E "/warning\: \[R\.swift\] Strings file '.*' \(.*\) is missing translations.+$/d" ```

You should first time set badgeValue in `viewDidLayoutSubviews`. In this case it'll appear and don't blink, like if you set it in `viewDidAppear`: ``` - (void)viewDidLayoutSubviews { barButton.badgeValue = @"5";...

We haven't GADMobileAds in project, so looks disableAutomatedInAppPurchaseReporting() won't work for Firebase.

Thanks, @belgiandubbel we applied similar solution and seems it works. We modify incoming assets - remove track with apac codec. After NextLevelSessionExporter will be updated we just remove our custom...