Search results for

build disappears

49,361 results found

Post

Replies

Boosts

Views

Activity

PDF in WKWebview Disappears when Switching Tabs
I've run into an issue where a PDF that is correctly rendered disappears when switching to a different tab and then back to the original controller. The issue is easily reproducible using Xcode 10.1's Tabbed App template. I created a project using this template, and then placed the following code in SecondViewController (after removing the default subviews added by the template):import UIKit import WebKit class SecondViewController: UIViewController { private lazy var webView: WKWebView = { let view = WKWebView() view.translatesAutoresizingMaskIntoConstraints = false return view }() override func viewDidLoad() { super.viewDidLoad() view.addSubview(webView) webView.topAnchor.constraint(equalTo: view.topAnchor).isActive = true webView.rightAnchor.constraint(equalTo: view.rightAnchor).isActive = true webView.bottomAnchor.constraint(equalTo: view.bottomAnchor).isActive = true webView.leftAnchor.constraint(equalTo: view.leftAnchor).isActive = true let url = URL(string: https://www.adobe.com/support/produc
Topic: UI Frameworks SubTopic: UIKit Tags:
11
0
5.8k
Mar ’19
files disappear on external hard drives in Sierra
Upgraded to Sierra recently. I have 2 external hard drives, both Western Digital, 4 and 8gb. About every few days I'll open one up and there are no files, the bottom says 0 items. So I restart my iMac and all the files are back as normal and it's okay for a few days. I've even opened them up to see the list of files disappear in front of my eyes. Any ideas? Thank you
0
0
407
Apr ’17
Mouse cursor disappears in OS V10.15.3 Beta
Ever since I started using Catalina Beta, my bluetooth mouse cursor intermittantly disappears. I've had no other choice but to press the power button to restart my computer, which is the Mac Pro 2013. After I restart, the mouse cursor reappears. I've reported this phenomenon several times through Feedback Assistant. I've never had this happen before on other Macintosh OS's. I was wondering if others had experienced this.
0
0
510
Jan ’20
App disappears from the share sheet ios 15.3
App disappears from the share sheet list on the second attempt to open the share menu. Noticed that it happens only on iOS >=15.0 and to URLs with query params. Apps like Instagram and Reminders (iOS native app) don't show in the share sheet menu and even in the entire share list. Reproducing on iOS v15.3 (demo images attached) First time opening: Second time opening:
1
0
1.1k
Apr ’22
Reply to Is anyone having troubles with Beta App Review?
I figured that it allowed me to upload and submit the build for beta review, so they must be allowing it considering they can disallow submissions from different versions of XCode, for example.There is no self-reject button now. The 'Remove From Review' button disappeared once it entered the 'In Beta Review' status.Thanks, that's pretty reassuring!
Topic: App & System Services SubTopic: General Tags:
Aug ’16
App Switcher briefly flashes or disappears on iPadOS 26.0.1
I’m experiencing a strange issue with the App Switcher on my iPad. When I swipe up from the bottom to open the App Switcher, the apps that should be running sometimes don’t appear — they briefly flash for a split second and then disappear. The App Switcher itself stays open, but it shows no app cards. Here are some details: Device: iPad Pro (11-inch, 2nd generation) iPadOS version: 26.0.1 Reproducibility: Happens intermittently Steps to reproduce: Open several apps. Swipe up from the bottom and pause to show the App Switcher. Sometimes, the app cards flash for a moment and then disappear, leaving the App Switcher empty. Expected behavior: The App Switcher should display all running apps consistently. Actual behavior: The App Switcher appears, but the app cards briefly flash and disappear, leaving a blank screen. I’ve seen a few similar reports on the Apple Support Community, but I’m not sure if this is a known issue in iPadOS 26.0.1. Has anyone else encountered this problem? Any con
0
0
27
2w
After user updated my iMessage app, the icon has disappeared from iMessage
Heads up for everybody else and I have filed as a radar: 28283019A user has reported that after updating my iMessage app, the app icon has disappeared. He has tried swiping right through all apps, looking at his Manage list, force quitting iMessage, rebooting his phone. Can't find my app. When he received a game message from someone, it directed him to download the iMessage app. My app page says it's installed on his phone.I am trying to solve this by pushing an external TestFlight build out to him to see if iMessage puts the app back in his tray. Will report back.
1
0
394
Sep ’16
Reply to Build not showing up in App Store Connect after successful upload in XCode
I also have this issue. Uploaded successfully yesterday, I got the 'Processing' message displayed for a while, then when I checked back today, the 'Processing' message disappeared. I got no emails related to this from apple, and when I try to upload again it tells me that I cannot upload with the same version. Does that mean that the build is still under review ? I'm very surprised that App Store Connect isn't at least showing a processing or failed status if there's something wrong with the build.
Jul ’21
Notes formatting disappearing
In haven't completed a bug report yet, but I have a list with checkboxes in Notes, the checkboxes randomly don't appear when opening notes. Appears to be a visual glitch as if I tap on it, it appears and the status changes to opposite of what it was (even though was invisible). I see this on my iPhone 6 and iPad 2, both using iOS 9.1 beta 3. Does anyone else see this, I never tested checkboxes in 9.0 so not sure if a new or carried over bug. Many thanks for any comments.
0
0
305
Oct ’15