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).
Search results for
build disappears
49,353 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
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.
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?
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
There is a tabbar badge in one of my tabbar item. While I'm trying to modify or remove badge from that tabbar item, icon of that tabbar is disappearing. It's only replicable in iOS 18. Please let me know if there is any solution to fix this issue.
Topic:
Developer Tools & Services
SubTopic:
Xcode
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.
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
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
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Tags:
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 }
The model displays and can be swiped to rotate in iOS 8, but disappears altogether when the device (ipad only) is upgraded to iOS 9. Any idea what might cause that?
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.
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];
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
Hello,I upgraded to the most recent developer beta and found that the Feedback App completely dissapeared from my device. Has this happened to anyone else?Thanks,Anand
In XCode 14.1 beta 3, the HourWeather item precipitationAmount is missing. Is this a bug that will be fixed or a planned change? Without precipitationAmount, the API is almost unusable.
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?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Review
App Store Connect