Search results for

build disappears

49,271 results found

Post

Replies

Boosts

Views

Activity

Selection disappearing in NSTableView inside SwiftUI
I have a SwiftUI view which contains an NSTableView wrapped with an NSViewControllerRepresentable struct. This has a Coordinator, which I set up as the NSTableView's delegate. There is an implementation of tableViewSelectionDidChange to pass the selected row index up to the enclosing view. The problem is that I can click and select a row, but the selection disappears, usually on the first click, and always when clicking a column header to sort. I have looked at the various delegate methods for notifying about selection changing, and they don't seem to be called. How can I find where the selection is being changed?
4
0
2.1k
Mar ’21
XCUIElementTypeToolbar disappears from the page source
I have a problem with test automation of my company app. We're using an external tool called Appium to automate our app, but under the hood it's using XCTest to obtain page source, and it looks like it might not work correctly, or we're doing something wrong. The problem is that since iOS 16.4 XCUIElementTypeToolbar is completely disappearing from the page source XCTest provides to Appium. What's even stranger, it's working when the app is opened for the first time after the phone restart. But when the app is simply put to background and opened again, this toolbar is no longer recognizable and instead of having XCUIElementTypeToolbar with arrows up and down and Done button inside it, XCTest returns only XCUIElementTypeOther there with nothing inside. And the only thing to have it found again is to restart the phone. It's happening in WebView. We are aware that since iOS 16.4 inspectable for WebViews is turned off by default (link to docs), but we have it implemented, and it did not help. It was worki
1
0
386
Sep ’23
Disappearing list
My WatchOS app uses two view controllers with a paged navigation from the first to the second. The first view contains a list. The second view presents a modal. When the modal is closed and I navigate back to the first view controller the list is not visible. The view controllers contains nothing but the body. What can I do to make the list always visible?First viewstruct ContentView: View { var body: some View { List { Text(Hello World) Text(Hello World again) } } }Second viewstruct NextView: View { @State private var showModal = false var body: some View { Button(action: { self.showModal = true }) { Text(Button) }.sheet(isPresented: $showModal) { Text(Modal) } } }
2
0
407
Oct ’19
IOS 13.3.1 elements disappearing in Safari
After latest IOS 13.3.1, the half part of my page in a full screen modal(with scroll) is not getting displayed when the page is loaded. All the elements are rendered in the DOM and able to inspect it, but it is displayed sometimes when it is scrolled down in devices with a larger screen-size and not at all displaying in devices with a smaller screen-size. Would like to raise this issue as a part of latest IOS update 13.3.1.Webkit-transform: translate3d(0,0,0) seems to be fixing the issue, but it again disappears when the page is reloaded. Any known solutions for this or is this an expected behavior?
3
0
2.9k
Feb ’20
Files have disappeared from IDE Screen
Using XCode 6.4. My info.plist and all the files I have registered in it are suddenly no longer visible. When I build and run the program, they are obviously still available, but I can't get to them to replace them or edit them. I had just successfully submitted a copy of the program to the store, and had edited two of the plist files (pdfs).
1
0
214
Aug ’15
Picture in Picture Disappears While Audio Continues
I've implemented picture in picture with the AVPictureInPictureController class. It works as long as the application is in focus. From the moment the application is pushed to the background, the picture in picture view fades out and disappears. The audio of the video continues to play in the background.The application follows Apple's guidelines by enabling the correct background mode and configuring the audio session. The moment the application enters the background, the will stop and did stop delegate methods of the AVPictureInPictureControllerDelegate protocol are invoked, indicating that picture in picture is about to be stopped.There are no logs that point to the root of the problem. Any help or pointers are much appreciated.
1
0
2.1k
Apr ’18
Cursor Disappearing with Multiple NSTextViews
I have a Mac app, Notenik, written with AppKit, that dynamically generates an Edit view that is used to edit multiple fields for a Note. Sometimes, depending on a user's request, multiple NSTextViews end up appearing within the same parent view (a tab, if that matters). Lately I and some of my users have noticed that, when moving from one NSTextView to another (either by tabbing or by clicking), the cursor initially fails to appear. Once the user starts editing within the NSTextView, the cursor appears and acts normally. And this doesn't occur when moving from an ordinary text field to an NSTextView -- only when moving from one NSTextView to another. But it is troubling and confusing to users that the cursor initially disappears. I'm not sure exactly when this started happening, but it has not been happening for very long. Although I make frequent updates to the app, this section of code has had no recent changes, so I am at a loss to explain this behavior, or to correct it. Any help would be appreci
1
0
1.1k
Jun ’23
Mac App Disappears after 'Get'
My Mac app is approved for sale in the store. It is free to download with several in-app purchases.When I use the Mac App Store (10.14 or 10.13) and 'Get' the app I see it appear briefly in the Applications directory with the name:XYZ.appdownload. (this has the correct icon)AND then it just disappears!! The Store shows no error and I can apparantly repeat this over and over...What is going on? What should I do?Please advise!
2
0
956
May ’19
Clock has completely disappeared from my iPhone 13
As title says...I'm fairly adept at navigating iphone features so it doesnt seem to be something simple. Clock has completely disappeared from my phone. Removed from control center, not found in apps, even searching doesn't pull up the app. I'm at a loss. My alarms and timers run through the native clock app, so I'd really like it fixed.
1
0
1.1k
Apr ’24