Search results for

“build disappears”

51,298 results found

Post

Replies

Boosts

Views

Activity

My app identifier disappeared on Apple developer portal
This problem occured with my app extensions (OneSignal service), and my app extension identifiers disappeared on the Apple developer portal. The extension bundle ID is com.domain.appName.OneSignalNotificationServiceExtension. The extension provisioning profile matched and can be archived but the distribution process failed. The error is Failed to register bundle identifiers but wait I have distributed this application for 1 year but why this issue just occur? Please help.
0
0
685
Mar ’21
MPVolumeView disappears after close Control Center
In my application MPVolumeView is visible only when a list of AirPlay devices is shown from Control Center. MPVolumeView disappears after close Control Center even if Apple TV device is available in WiFi network. This error occurs on iOS 9.1. Anyone encounter this issue?@property (weak, nonatomic) IBOutlet MPVolumeView* airplayView; [volumeView setShowsVolumeSlider:NO]; [volumeView setShowsRouteButton:YES]; [volumeView sizeToFit];
4
0
1.1k
Apr ’16
macOS Catalina Files disappeared.
Hello,I know there are mutliple threads about this issuer, yet this there is no solution found in them, and they don't exactly match up to the problem.so here is the changelog for the icloud section.iCloudKnown IssuesAfter updating to macOS Catalina 10.15 Beta 7 or later, iCloud Drive might synchronize for an extended period of time. If you notice any missing files, they can be found inside a Recovered Files folder in your home folder. (54046219)Even when Optimize Storage is switched off, iCloud Drive might fail to automatically download all files. (50667204)Workaround: Download files individually.When creating a new Pages, Numbers, or Keynote document in a shared folder, you might see the message “Couldn’t connect to iCloud”. (50827963)Workaround: Close and reopen the document.Resolved IssuesThe Cloud Files section in About This Mac > Storage > Manage now accurately represents the current state of files on your Mac. (50362095)now it is true that the files disappeared, i've tried everything fro
12
0
23k
Aug ’19
Reply to Build disappears from iOS builds after processing and no email is received as to why the build was not processed (testflight)
As best as we can guess, Apple had some kind of problem with the bitcode analyzer yesterday. Builds were queued for processing but disappeared from App Store Connect, and took an unusually long time to process. Weirdly, the first problem build we submitted yesterday took about 14 hours to process, whereas later ones took as little as 10. But they are all processed now and we have received the expected notifications.
Jun ’21
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
422
Apr ’17
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.6k
Jun ’22
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
524
Jan ’20
Tabbar icon is disappearing while updating badge in iOS 18
There is a tabbar badge in one of my tabbar item. While I'm trying to modify or remove badge from that tabbar item, icon of that tabbar is disappearing. It's only replicable in iOS 18. Please let me know if there is any solution to fix this issue.
Replies
0
Boosts
0
Views
202
Activity
Jul ’24
Model That Worked in iOS 8 Disappears in iOS 9
The model displays and can be swiped to rotate in iOS 8, but disappears altogether when the device (ipad only) is upgraded to iOS 9. Any idea what might cause that?
Replies
0
Boosts
0
Views
274
Activity
Sep ’15
My app identifier disappeared on Apple developer portal
This problem occured with my app extensions (OneSignal service), and my app extension identifiers disappeared on the Apple developer portal. The extension bundle ID is com.domain.appName.OneSignalNotificationServiceExtension. The extension provisioning profile matched and can be archived but the distribution process failed. The error is Failed to register bundle identifiers but wait I have distributed this application for 1 year but why this issue just occur? Please help.
Replies
0
Boosts
0
Views
685
Activity
Mar ’21
MPVolumeView disappears after close Control Center
In my application MPVolumeView is visible only when a list of AirPlay devices is shown from Control Center. MPVolumeView disappears after close Control Center even if Apple TV device is available in WiFi network. This error occurs on iOS 9.1. Anyone encounter this issue?@property (weak, nonatomic) IBOutlet MPVolumeView* airplayView; [volumeView setShowsVolumeSlider:NO]; [volumeView setShowsRouteButton:YES]; [volumeView sizeToFit];
Replies
4
Boosts
0
Views
1.1k
Activity
Apr ’16
macOS Catalina Files disappeared.
Hello,I know there are mutliple threads about this issuer, yet this there is no solution found in them, and they don't exactly match up to the problem.so here is the changelog for the icloud section.iCloudKnown IssuesAfter updating to macOS Catalina 10.15 Beta 7 or later, iCloud Drive might synchronize for an extended period of time. If you notice any missing files, they can be found inside a Recovered Files folder in your home folder. (54046219)Even when Optimize Storage is switched off, iCloud Drive might fail to automatically download all files. (50667204)Workaround: Download files individually.When creating a new Pages, Numbers, or Keynote document in a shared folder, you might see the message “Couldn’t connect to iCloud”. (50827963)Workaround: Close and reopen the document.Resolved IssuesThe Cloud Files section in About This Mac > Storage > Manage now accurately represents the current state of files on your Mac. (50362095)now it is true that the files disappeared, i've tried everything fro
Replies
12
Boosts
0
Views
23k
Activity
Aug ’19
Reply to Build disappears from iOS builds after processing and no email is received as to why the build was not processed (testflight)
As best as we can guess, Apple had some kind of problem with the bitcode analyzer yesterday. Builds were queued for processing but disappeared from App Store Connect, and took an unusually long time to process. Weirdly, the first problem build we submitted yesterday took about 14 hours to process, whereas later ones took as little as 10. But they are all processed now and we have received the expected notifications.
Replies
Boosts
Views
Activity
Jun ’21
MacOS 14.2 Beta 2 | Spotlight disappearing while input
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.
Replies
2
Boosts
0
Views
788
Activity
Nov ’23
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
Replies
Boosts
Views
Activity
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
Replies
0
Boosts
0
Views
422
Activity
Apr ’17
Feedback App Disappeared
Hello,I upgraded to the most recent developer beta and found that the Feedback App completely dissapeared from my device. Has this happened to anyone else?Thanks,Anand
Replies
2
Boosts
0
Views
1.2k
Activity
Mar ’20
The "HourWeather.precipitationAmount" item has disappeared.
In XCode 14.1 beta 3, the HourWeather item precipitationAmount is missing. Is this a bug that will be fixed or a planned change? Without precipitationAmount, the API is almost unusable.
Replies
2
Boosts
0
Views
857
Activity
Oct ’22
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?
Replies
17
Boosts
0
Views
6.6k
Activity
Jun ’22
My Game Center has disappeared from my iPhone 6. How do I get it back ? Thanks
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.
Replies
1
Boosts
0
Views
539
Activity
Nov ’16
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:
Replies
11
Boosts
0
Views
5.9k
Activity
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.
Replies
0
Boosts
0
Views
524
Activity
Jan ’20