Search results for

build disappears

50,302 results found

Post

Replies

Boosts

Views

Activity

Reviews and ratings disappearing
Starting this week I had 41 ratings and 6 reviews. The number has been diminishing during these few days, when I woke up this morning I took a screenshot of the current amount of both and now the number is even lower. I've read other threads exposing the same problem but couldn't find a solution. Why is this happening and what can I do to prevent this?
17
0
6.5k
Jun ’22
Reply to test flight builds : binary uploads disappearing
I am facing the issue too. Tried uploading 3 different builds, no errors shown in Organizer. Saw the big green tick and success message. In TestFlight it shows up for a while showing only the build number and then it disappears. No emails so far on issues too. Is there somewhere in the App Store Connect that we can check for logs or anything? I am using Xcode 13.1 on macOS Big Sur 11.6.1
Dec ’21
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
415
Apr ’17
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.9k
Mar ’19
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
520
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
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
96
Oct ’25
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
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
400
Sep ’16