Search results for

build disappears

50,307 results found

Post

Replies

Boosts

Views

Activity

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
316
Oct ’15
Launch constraints disappear
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.
6
0
1.1k
Jul ’24
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
The largeTitle of UINavigationBar disappears after scrolling on iOS 26.1
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
2
0
189
Nov ’25
Element is disappeared on safari in iPhone- iOS 12
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.
Topic: Safari & Web SubTopic: General Tags:
2
0
1.6k
Nov ’18
UIPasteboard permission dialog disappear immediately if paste from universal clipboard
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?
1
0
1.2k
Jan ’23
Widget List disappearing while using Multiple Widget Extensions
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.
0
0
479
Jun ’21
Reply to showPreferencesForExtension error SFErrorDomain Code=1 "(null)" after pod install
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:
May ’19
Reply to Can I remove iPad support from my app on a new release?
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.
Feb ’24
Reply to Testflight Build missing
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?
Jun ’22
Reply to Sheet-like presentation on the side on iPad
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
Jul ’25
Reply to Photogrametry App doesn't recognize ArgumentParser
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:
Jun ’21
Reply to XCode 10 new build system - unreliable, not use changed source files
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.
Oct ’19