"export reports" crashes - #300
Open
tntechnology wants to merge 259 commits into
Open
Conversation
Download last 30 days of reports on first sync, instead of just last 14.
Also fixed “Auto-Fill Vendor ID” button.
Updated for Xcode 12
Add Payment Details
It can sometimes be tricky to hit the long press on the accessory view. Now you can long press anywhere on the row to access the advanced mode options.
This was all done using Codex. I can't even pretend to know what is going on. We used the same packages used by Xcodes app.
Fix self implicitly captured warning
Subscriptions
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The program crashes when exporting the reports. All reports are visible in the document folder, but "open in" does not appear. Is there a problem with the compression as ZIP?
I use Xcode 11.4.1 with iPhone 11 and the current version of AppSales.
The following error message appears in the console after the crash.
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Modifications to the layout engine must not be performed from a background thread after it has been accessed from the main thread.'
What could be the reason?
Thanks for your help!