Search results for

build disappears

50,299 results found

Post

Replies

Boosts

Views

Activity

`.none` of `NSDragOperation` in Swift 3 is disappeared or not?
I can manage to use `NSDragOperation(rawValue: 0)` instead of `NSDragOperation.None`, because the latter is no more allowed in Swift 3.However, when I set a break point, I found `.none` is still existing in the `let sourceDragMask = sender.draggingSourceOperationMask()` I got.(lldb) print sourceDragMask (NSDragOperation) $R0 = [.none, .copy, .link, .generic, .move, .delete]So, is `.none` disappeared or not? Or is this a bug that Swift 3 can't use `.none` but the SDK can tansfer a `.none`?macOS Sierra 10.12 (16A323), Xcode 8.0 (8A218a).
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
1.7k
Oct ’16
Xcode 14: Simulator Disappeared After Crash
Testing my app in an iOS 15.5 simulator with Xcode 14 beta, it crashed hard, locking up my entire laptop. After restarting, it seems that the iOS 15.5 simulator runtime disappeared, and I'm now getting the following error: The com.apple.CoreSimulator.SimRuntime.iOS-15-5 simulator runtime is not available. runtime profile not found Download the com.apple.CoreSimulator.SimRuntime.iOS-15-5 simulator runtime from the Components section in Xcode's Preferences. Unfortunately, Xcode seems to think that I already have the runtime, and no longer gives me the option to download it.
3
0
4.5k
Jun ’22
App Store Ratings and Reviews Missing or Disappearing
Hello everyone, We’ve recently noticed an issue with our app’s ratings and reviews on the App Store. Some users have informed us that they left ratings and/or reviews, but these never appeared. Additionally, we’ve observed some reviews disappearing after they were initially visible. We contacted Apple Support, and while they pointed us to the App Store terms and conditions—indicating that Apple has discretion over review removal—we’re trying to determine if there might be a technical reason behind this behavior. Here are some specifics: It has been a while since we’ve seen any new ratings or reviews, even though users have confirmed submitting them. Some reviews that were previously approved and visible have disappeared without explanation. We’ve ensured—to the extent possible—that our app complies with all guidelines and policies, so we’re ruling out violations as the cause for now. Since the app is still new, even a few ratings or reviews missing is quite impactful. Has anyone else experie
0
0
76
Mar ’25
RealityKit ImageAnchor disappears after 12.5 Update
I am currently doing an RealityKit AR App for a school project. I am using an Image Anchor and a 3D Model. Before the Update to 12.5, the 3D Model appeared and was placed in the 3D Room on top of the Card. When I moved the Camera further away from the Card, the Model would still be there, although it wasn't visible anymore. But now, if i move the Camera further away and the Card isn't visible anymore, the 3D Model disappears. I also created a new simple RealityKit Project with just the ImageAnchor and the Model and it still doesn't work as before. How do I fix this?
1
0
595
Jun ’21
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
681
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
iPadOS in iOS18 with new UITabBarController ... UIBarButtonItems disappear
I have an iPad app using the new UITabBarController on iPadOS18, which is suffering from a new issue from the new layout. Within my tabs, I have a UISplitViewController, with a 2 column layout. If I load the app, it works ok, but if I put the app in the background, and then bring it to foreground, the navigation bar buttons and title just disappear from the splitView controller’s primary view controller. Before going to background: After coming back from background: I also get the following layout issues posted in the debugger consoler: Unable to simultaneously satisfy constraints. Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. ( , , , = UILayoutGuide:0x600003b00a80'TabBarGuide(0x103d18810)'.trailing (active)>, , ) Will attempt to recover by breaking constraint Make a symbolic breakpoint at UIVie
1
0
1.4k
Aug ’24
Swipe the table view swipe not disappear
why when i Swipe the table view the swipe not disappear? see screenshot It just gets stuck like that and won't come back, why? func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? { let item = realArray[indexPath.row] let callAction = UIContextualAction(style: .normal, title: Call Private, handler: { (action, view, success) in self.service.dialNumber(number: item.telephone, prefixNumber: true) self.service.setupCallerId(firstName: item.firstName, lastName: item.lastName, telephone: item.telephone) }) callAction.backgroundColor = .systemGreen let configuration = UISwipeActionsConfiguration(actions: [callAction]) return configuration }
0
0
479
Oct ’22
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
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.5k
Jun ’22