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.
Search results for
build disappears
50,307 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
I use launch constraints in a project. If I archive the project and save a copy of the app locally, everything works as expected but if I choose Direct Distribution and submit the app to Apple for notarization, the notarized app does not contain any launch constraints. What are I am doing wrong? Thanks.
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:
My project uses the UINavigationController's largeTitle on the latest iOS 26.1, but I found that when I set the backgroundColor, the navigation bar's largeTitle disappeared after switching between normal and large titles. I checked the latest documentation and consulted AI, but I have not found any good solutions. For the demo project, please refer to FB20986869
Hi, thank for you reply,When upload, if have problem will show on xcode, after validate and distribution done, I am can see that with status processing, but after that, it's disappear, if Im distribution with same version and build number, it's said exits/8times happend and I cannot delevery new release 😟
Topic:
App Store Distribution & Marketing
SubTopic:
App Review
Tags:
Hello,I've developed a swiper (using the library of react swiper (http://kidjp85.github.io/react-id-swiper/) and unfortunately, the swiper is disappeared on the browsers of Safari and Chrome in iPhone devices - only iOS 12+. Just when i'm clicking on it, the swiper is shown.You can see the problem when surfing this site through an iPhone device running ios 12 and above, the bug does not occur in iPhone devices running iOS below 12.This is a demo site where you can see the bug. Surf from iPhone with iOS 12 to this site to see it.http://qmerce.github.io/static-testing-site/articles/strip_stage/Thank you,Itay.
Web inspector, Debugging tab pages disappeared after OS upgraded,so I cannot debug my app project based on ionic.But I can debug when I did not upgrade my Mac OS last week.The information of my local envirenment: Mac OS: macOS Mojave 10.14.6 Safari: 13.1 Xcode: 11.3.1 iPad OS: 11.4.1Could you tell me what can I do to fix this problem?
I was trying to copy and paste from my mac laptop to iPhone while using UIPasteboard. The permission dialog popped up for less than 1 second and disappear. If using UIPasteboard again, the dialog will stay. If copying locally without using universal clipboard, the permission dialog will stay. I made a workaround to display the permission dialog again after the first dialog disappears: if UIPasteboard.general.hasStrings { // A workaround for the issue that the permission dialog disappear // immediately while using universal clipboard if #available(iOS 16, *) { if let str = UIPasteboard.general.string?.prefix(8) { self.regCodeTextFieldModel.text = String(str) } } if let str = UIPasteboard.general.string?.prefix(8) { self.regCodeTextFieldModel.text = String(str) } } Does anyone have a better solution to this issue?
We using multiple widget extension for isolating location usage by checking this article https://developer.apple.com/documentation/widgetkit/accessing-location-information-in-widgets But while using app, some of user experiencing widget disappearing on widget list. For some users only one widget extension appears, for some users every widget extension appears.
I had the same issue. I resolved it by:Clean build folderClose the project/workspace`pod deintegrate``rm -rf my_project.xcworkspace`Create a new workspace *manually* and add my projectIn root of Podfile add `install! 'cocoapods', :integrate_targets => false`In each target add `current_target_definition.swift_version = '5.0'` # Works around a bug when using 'integrate_targets => false`pod install`Add Pods.xcproject to my workspaceThe first time I ran my build after this the extension disappeared from settings, but another clean build fixed everything up.
Topic:
Safari & Web
SubTopic:
General
Tags:
I had the same problem before My ios app built on Unity ios from player settings build target change only for iPhone. After unity build open x code because you have to build in x code also from Supported Destinations remove other platforms only iPhone should to stay there. Also check out previous release rejected notes because if you uploaded any iPad resolutional images remove them all then add last built app from test flight if you dont have other targets automatically disappear iPad section.
Topic:
App Store Distribution & Marketing
SubTopic:
General
Tags:
I have the same problem today. Uploaded an app 3 times today with different Bundle versions. The build appears on TestFlight and then on the next refresh of the browser, it disappears. Earlier today, I have installed a new version of XCode and I use Visual Studio for Mac and updated the Xamarin.Swift package.. How can this be fixed?
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
I have also been trying to build a side sheet like this and so far the only way I have found to do it is the same as you by placing a NavigationStack as an overlay with a glass effect background. But I have run into a problem with that. If I have a button with a menu, when the menu is presented, the glass background behind the NavigationStack disappears. This doesn't happen if I use a regular sheet.
Topic:
UI Frameworks
SubTopic:
SwiftUI
Can you confirm that you're running on macOS Monterey Beta 1 and using Xcode 13 Beta 1? The Swift argument parser is a Swift package that Xcode should automatically download when it starts building or indexing. There will be a progress indicator next to swift-argument-parser while it's downloading, but once that spinner disappears, everything should build fine. If you have a slow internet connection, it might take a little while. If it's still not building, and you're on the correct versions of macOS and Xcode, then is there a spinner next to swift-argument-parser in Xcode's project navigator?
Topic:
Graphics & Games
SubTopic:
RealityKit
Tags:
Hi,I suppose that all bugs still exist in 11.1 or did you get a feedback from Apple that they have been solved?PS: I experience still the same issues as you have described with 11.0 (at least with that version I tested the new build system as I am too lazy to check all the time if some of the bugs disappeared whenever a new version arises).PPS: The most annoying part is that Xcode still suggests to use the new build system whenever you get a new Xcode version though the bugs make the new build system unusable.
Topic:
Developer Tools & Services
SubTopic:
Xcode
Tags: