Posts

Post not yet marked as solved
1 Replies
I imagine it’s about user experience (you are far more likely to have both phone and watch together than iPad and watch), but if you have a good use case, let Apple know https://www.apple.com/feedback/
Post not yet marked as solved
1 Replies
Usually you need to go back up the stack trace a bit to understand why the system code might have thrown an assertion. It looks like the last time it was in your code was 3 Africa #2 0x100c630ec one-time initialization function for videos + 152 (VideoListItem.swift:21) and the error message Africa__2/CodeableBundleExtension.swift:14: Fatal error: Failed to locate video.json in bundle. should be a big hint too.
Post marked as solved
1 Replies
This seems to be working for me (this is on iPad) but in general, file a bug against the App Store https://feedbackassistant.apple.com
Post not yet marked as solved
7 Replies
This is happening to me today. Most of my QA team uses TestFlight, so they have not been able to test the build that App Store Review just OKed.
Post not yet marked as solved
2 Replies
I don’t know the complete answer, but I think the issue was that changing the signing settings didn’t actually sign the app (because Xcode didn’t rebuild it). If I delete the executable, it will be rebuilt with proper Xcode local signing.
Post not yet marked as solved
1 Replies
I have the opposite question: how to I get this to show up on iPadOS 14? The organization problem is the same, so I would love to have the automatic organization.
Post not yet marked as solved
8 Replies
I recently got a report which I believe is the same thing, on iPhone8,2; iOS 13.3.1.And looking at the crashes for another app, there are at least 3 in -[GKNotificationBannerViewController supportedInterfaceOrientations].
Post not yet marked as solved
3 Replies
Ah, it looks like I can add-webkit-text-size-adjust: none;to my CSS and WKWebView will use the size I specify. I didn’t see this documented anywhere…
Post not yet marked as solved
5 Replies
Right, but knowing your use case might help someone give you a solution.
Post not yet marked as solved
5 Replies
The documentation says “As a general rule, trust the system to determine whether it should play feedback.” It’s harmless to use a UIFeedbackGenerator on a device that doesn’t support haptics. What would you do differently?
Post not yet marked as solved
11 Replies
Instead of pasting into a new document (which I assume you did), paste them between the braces{}The text will (incorrectly) be indented.
Post not yet marked as solved
11 Replies
Ah, it does keep the indentation (there is no formatting, since Xcode no longer lets you style Lua) but that is not Paste. (I have no muscle memory for a 3-modifier command key. Which if I did, would be for Paste and Match Style which is a different thing.)This is unformatted text. Tabs are not formatting.
Post not yet marked as solved
1 Replies
If I turn off "Transparent Title Bar," the "Show Tab Bar" menu item appears.
Post not yet marked as solved
2 Replies
This happened to me today as well — it may be an issue with TestFlight. Have you used the bug reporting site yet?