privacybydesign / irmamobile

IRMA app for iOS and Android
Other
81 stars 20 forks source link

Integration tests stop running after ~6 minutes on physical iOS devices when using XCode 15/16 #273

Open ivard opened 7 months ago

ivard commented 7 months ago

It only occurs on physical iOS devices. No clear exception is being shown. It looks like a silent timeout or something. It happens when the enrollment introduction integration test is starting. That's after the issuance issue-municipality-en test finishes. It's likely that the issue lies in one of these two tests.

The issue occurs both in Firebase Test Lab and in my local setup using my own iPhone, so it is not related to a specific environment.

When compiling with XCode 14.3.1 there are no issues. Upgrading flutter, golang or gomobile to the latest versions does not make a difference.

As a work-around we pinned the XCode version to 14.3.1 in #272 .

ivard commented 1 week ago

It looks related to this issue: https://github.com/flutter/flutter/issues/145143