Search results for

build disappears

49,353 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.6k
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.4k
Jun ’22
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
584
Jun ’21
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.3k
Aug ’24
Reply to Build disappears from iOS builds after processing and no email is received as to why the build was not processed (testflight)
As best as we can guess, Apple had some kind of problem with the bitcode analyzer yesterday. Builds were queued for processing but disappeared from App Store Connect, and took an unusually long time to process. Weirdly, the first problem build we submitted yesterday took about 14 hours to process, whereas later ones took as little as 10. But they are all processed now and we have received the expected notifications.
Jun ’21
Reply to test flight builds : binary uploads disappearing
I am facing the issue too. Tried uploading 3 different builds, no errors shown in Organizer. Saw the big green tick and success message. In TestFlight it shows up for a while showing only the build number and then it disappears. No emails so far on issues too. Is there somewhere in the App Store Connect that we can check for logs or anything? I am using Xcode 13.1 on macOS Big Sur 11.6.1
Dec ’21
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
467
Oct ’22
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
667
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
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
22k
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.3k
Jun ’22