Stefan Rinner

Results 14 comments of Stefan Rinner

We have the same issue with 2.108.0 and fail_build set to false ``` +-------------------------+---------+---------+ | Used plugins | +-------------------------+---------+---------+ | Plugin | Version | Action | +-------------------------+---------+---------+ | fastlane-plugin-trainer |...

we still experience the same issue with fastlane-plugin-trainer 0.4.1 and Fastlane 2.108.0 - see also https://github.com/KrauseFx/trainer/issues/13#issuecomment-442078986

ok found out that the error message is a bit misleading I was only passing `org_slug:` and got the error about the missing `org` - but in fact what was...

> Hi @rist thanks for reporting this. Do you have some indication of the frequency of this crash? those realm crashes seem to become our most frequent crash in our...

Another important observation - our app is available on iOS and tvOS. We see those crashes only on tvOS even though both releases use the same Realm version and the...

We never experienced the crashes in development and don't have logging enabled in production (and wouldn't be able to access those logs anyway). As we see in the crash log...

but the responsedata would also contain collectionNames - and just wondering if anything could go wrong here: `NSNumber *eid = [[eventIds objectForKey:collectionName] objectAtIndex:count];` if a collectionName returned by your API,...

Ok, if the theory ist that the DB was closed before we execute some delete statement - why do you check if the DB is open at the beginning of...

yes #170 is definitely an issue for us as well - we see lots of duplicated event

I was just clicking around in our crash reporting tool and found another overview screen about our Keen related crashes - do you see anything helpful/intersting there? ![screen shot 2017-02-16...