Search results for

build disappears

49,463 results found

Post

Replies

Boosts

Views

Activity

Wifi calling option disappeared after 14.3 ios upgrade for Jio esim
I was using Jio network ( eSim ) with wifi calling feature perfectly fine till I upgraded to iOS14.3 and it stopped working now. I am using dual sim Airtel ( Physical sim ) and Jio ( eSIM ). When I go to wifi calling option, I can see only Airtel is listed there. Jio ( Primary ) option has been disappeared now. Please provide a fix ASAP. I own iPhone 11 Pro with latest iOS14.3
5
0
7.5k
Dec ’20
Reply to app not showing in build ,prepare for submission in activity tab
I have the same problem, when I upload the application, activity writes processing to the partition, but then the build version disappear. Do you know problem? I will waiting for answer this email address or here --> karadogansemra@gmail.comscreenshot before page refresh :https://www.dropbox.com/s/as8zx6v8nf1qzvq/ipa_process2.PNG?dl=0screenshot after page refresh :https://www.dropbox.com/s/u1mb5ft6nfjy6ah/Ekran%20Al%C4%B1nt%C4%B1s%C4%B13.PNG?dl=0
Jan ’18
NavigationSplitView's sidebarToggle button temporarily disappear when showing sidebar
Hello! I have a simple macOS, targeting macOS 13.0, which displays a NavigationSplitView with a sidebar and a detail. The sidebar toggle button works as expected, except when the sidebar is hidden and I press it to show the sidebar. It disappears temporarily and causes some glitches in the view. I've tried switching columnVisibility values, navigationSplitViewStyle values, assembling List in different ways, to no avail. I have experience in SwiftUI, but not with Lists or NavigationLinks for that matter, I use navigation in a different way, but I'd like to stick with this solution. Unfortunately, I can't exactly figure out what's causing this behavior. This is what happens > https://giphy.com/gifs/2HBEjcmtGqabNh9Bar This is the code I've written so far. import SwiftUI @main struct SomeApp: App { var body: some Scene { WindowGroup { MainScreen() .frame(minHeight: 450) .frame(width: 720) .presentedWindowToolbarStyle(.unified) .navigationTitle(SomeApp) } .windowResizability(.contentSize) } } enum Menu
1
0
433
Nov ’23
NavigationSplitView's sidebarToggle button temporarily disappear when showing sidebar
Hello! I have a simple macOS, targeting macOS 13.0, which displays a NavigationSplitView with a sidebar and a detail. The sidebar toggle button works as expected, except when the sidebar is hidden and I press it to show the sidebar. It disappears temporarily and causes some glitches in the view. What happens, via GIPHY > https://giphy.com/gifs/2HBEjcmtGqabNh9Bar This is the code I've written so far. import SwiftUI @main struct SomeApp: App { var body: some Scene { WindowGroup { MainScreen() .frame(minHeight: 450) .frame(width: 720) .presentedWindowToolbarStyle(.unified) .navigationTitle(SomeApp) } .windowResizability(.contentSize) } } enum MenuItem: Identifiable, Hashable { case readme case about var id: String { title } var title: String { switch self { case .readme: Readme case .about: About } } var symbolName: String { switch self { case .readme: newspaper.circle.fill case .about: info.circle.fill } } } struct MainScreen: View { @State var menuItems: [MenuItem] @State var selectedMenuItem: Menu
0
0
253
Nov ’23
What happened to Xcode and Swift dev builds?
Hi,I think it happened just prior to last weekend, but dev builds seem to have disappeared. I was looking to implement the swift-build thing that seems to be missing from XCode 7.3. The missing toolchain will stop anyone in their tracksThat seems to be evident from the missing container (or toolchain) thingy (in 7.3's preferences) that would/should have the default toolchain (see snip). There was a discussion that a 24 March dev build has done the trick.Help.Thanks,Paul
4
0
590
Apr ’16
Safari Extension Not Appearing or Disappearing Intermittently on iPad (iOS 18.3)
I’m encountering an issue with a Safari extension bundled with our main application (F-Secure). The extension is not appearing consistently in Safari settings on a customer’s iPad running iOS 18.3. Below are the details of the issue: Issue Description The Safari extension is bundled with the main app (F-Secure). After installing the app, the extension should automatically appear in Settings > Safari > Extensions, where the user can enable it. On the customer’s iPad, the extension is missing from the Safari settings. It briefly appeared once but then disappeared again.
2
0
362
Mar ’25
Reply to spritekit game on iphone 6s plus jittery
I have the exact same bug when I build with Xcode 7.1. It happen on demo bot in landscape, or in my own games. It disappear when the UI is in zoom mode, because the screen size is not 736x414 anymore in that case. Now I am trying to support the old resolution (auto scale from iPhone 5 resolution), I deleted all icon and launch image, everything, but for some reason, it keeps giving me a native resolution (736x414) and there is no way to avoid this bug. very frustrating
Topic: Graphics & Games SubTopic: SpriteKit Tags:
Oct ’15
Uploading a file from a managed app through Safari from a managed domain causes selected folder to disappear
I have the following setup: Managed domain (pdfforge.org) Managed app (Dropbox) with Files app integration. This can also occur with the following setup: A custom browser is installed as managed (ex Firefox) No managed domains Managed app (Dropbox) with Files app integration. Trying to upload a file from Dropbox in this managed domain by clicking on the Dropbox folder causes the folder to disappear and instead I am rerouted to the On My Phone directory. On subsequent tries, sometimes the folder opens and I can see the files, but while scrolling the files disappear. This makes it unable to upload any files from Dropbox to this managed domain. If both the managed app and domains are not set up, then everything works normally. Is this happening to everyone else? I also tried with Nextcloud and Google Drive.
0
0
524
Nov ’24
My first launch and... My Apple Developer Account suddenly disappeared
Hi! I've just opened Xcode and found that I can't build my app anymore. The error was about signing. Basically, there's no team in my account. Also, I've found that all my certificates have been revoked! I created my dev account a month ago and released only one macOS app. It's SecFolder (it's not self-promotion!!!). App not even in the App Store. I planned to self-distribute it. I'm in a little shock right now since I've just launched and had my first users. And of course, my app is now gone from their Macs, screaming malware popup in their faces now :( Since my app is all about paranoia security, this is basically a death sentence for my project... Could someone with experience in the Apple dev ecosystem help me understand what might have gone wrong? Why might Apple think that my app is malware or something? P.S. My app is about Advanced File Access Control for macOS. It gives user complete control over which applications can access specified by user files and folders
0
0
385
Dec ’24
Reply to Today Widgets (old widgets) disappear after EVERY app update.
To everyone, who is also struggling with this issue - I'm glad to inform you that building with the new Xcode 14.0 beta version seems to fix the issue, but introduces some new ones: The widgets doesn't disappear anymore! They do disappear during the installation(which is normal), but appears again after the install completes. Sometimes the today widgets displays Unable to Load after update. The widgets built with the WidgetKit (the iOS 14+ widgets) shows only white (or black, depending on the device theme) on the screen after the update. Tapping on them opens the app, but the deep linking doesn't work. It looks like the widgets are gone. You can't add new one. The worst is phone reboot doesn't fix this bug. The only fix I've found so far is downgrading to version built with Xcode 13. Overall I can't run WidgetKit widget on iOS 15 iPhone. On iOS 16 simulator it works fine. Tested on iOS 15.4.1. Build uploaded to TestFlight with Xcode 14.0 beta. Now let's hope Apple will get
Topic: App & System Services SubTopic: General Tags:
Jun ’22