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
Search results for
build disappears
49,377 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Hi, in the current Beta 2 of MacOS 14.2 the spotlight search is always disappearing after having put in at least one letter after about 1 second.
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
I just created a new app as per my usual process on iTunesConnect (using Safari Version 10.0.1 (11602.2.14.0.7) on OS X 10.11.6. When finished, the app doesn't appear in My Apps, and isn't seen by the fastlane tool. I was, however, able to upload a build via Xcode 8. Has anyone seen this recently? ITC bug?
My Game Center has disappeared from my iPhone 6. I can't find it anywhere, even using search. How can I get it back ? Thank you.
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.
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:
My iPhone is on iOS 26 RC and when I tried adding music to my library, the app crashed and when I opened it again my whole Apple Music library including playlists disappeared but it still shows that the app is showing 8 gb of storage. I’ve tried restarting my phone, closed the app and reopened it, and that didn’t work, what do I do
When navigationTransition returns through the return gesture, the original view disappears。 The same problem occurs when using the official example。 https://developer.apple.com/documentation/swiftui/enhancing-your-app-content-with-tab-navigation xcode Version 16.4 (16F6) macOS 15.5
With the new xcode I arrange my controls in any Viewcontroller and when I run the app (in iphone or emulator) the controls appear for 1 second and after that disappear.
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:
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
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.
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.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
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.