I noticing that Monterey defaults to the NSWindowToolbarStyleAutomatic / NSWindowToolbarStyleUnified toolbar style, which suppresses the use Small Size menu item and customization checkbox. So I've set the window to use NSWindowToolbarStyleExpanded. However, the toolbar will no longer change to a smaller icon size, as it did in MacOS 10.14, 10.15, and 11.0. I've tried to set the toolbar item sizing to Automatic for all of our toolbar icons, but that results in bad positioning in both Regular and Small Size mode -- the height is way too big. The native size of the icon .png files are 128 x 128. What's odd is that if I resize the window with the toolbar to be wider, the NSToolbarItems in the overflow area will be displayed in the toolbar are 128 x 128, where the rest of the toolbar icons get displayed as a 32 x 32 icon. The only way to get it to layout remotely correct is to make the NSToolbarItem to have an explicit minimum size of 24 x 24 and maximum size of 32 x 32. And that USED to allow small size
Search results for
smb big sur
11,800 results found
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
In the last few months we have seen a lot of the following errors in which it fails to retrieve location information. This seems to happen across multiple browsers and feels related to apple/mac OS more than the browsers. Error: CoreLocationProvider: CoreLocation framework reported a kCLErrorLocationUnknown failure. Any suggestions or an ETA on when this can be fixed? I have seen other threads/posts on this but wanted a new one to highlight the issue is prevalent.
Heyo Greg! That fixed it! Something has changed though, because that code block hasn't changed since 2023 according to Git...but it was importing AVFoundation. So I guess now you have to use the Kit, not the Foundation! Cool with me as long as I know now! Big thanks Greg I really appreciate it.
Topic:
Media Technologies
SubTopic:
Video
Tags:
Hi Everyone, I’ve recently launched a utility app focused on cleaning, optimizing, and improving device performance while protecting user privacy. It includes features like Junk cleaning, Duplicate/Large/Old file removal, App Uninstallation/Updater, Browser cleanup, and Startup Management tips. I’m trying to better understand how App Store search ranking works for this type of app so it can feature higher in search results. Specifically, I’d like to know: What factors influence whether an app shows up at the top for keywords like “storage cleaner”, “duplicate finder”, or “privacy cleaner”? How important are title, subtitle, and keyword fields compared to downloads, ratings, and reviews? Does keyword repetition in the description improve ranking, or does Apple ignore that? Are there any proven strategies for utility apps (like system optimizers/cleaners) to compete with big, established apps in search visibility? Does localization (multiple languages) significantly improve search exposure, even if the
This is the third time you’ve posted pretty much the same question [1]. Folks have tried to help you on your other threads, but I wanna take a step back and look at the big picture here. It’s unlikely that other folks on the forums have access to the specific book you’re working from. Given that, quoting an exercise from that book doesn’t help because other folks can’t look that up. You have a couple of choices: Switch to a different tutorial, one that’s publicly available. This is what Claud31 suggested here. Provide more context, so that folks can understand your question without having access to that specific tutorial. This is what darkpaw suggested here. I’m going to add a third option: Look for a support channel for your specific tutorial. For example, it’s not uncommon for book authors to set up a Discord channel to encourage conversation between folks who are using the book as a tutorial. Good luck! Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskim
Topic:
UI Frameworks
SubTopic:
SwiftUI
Sometimes I download a set of photos I want to scroll through. This solution isn't working for me for folder of photos. Do I have to select each photo to open in Preview? This is a big PITA -- while features I could care less about (editing the photos in Files) is all that available. Finally, if I want to delete files I've viewed, now I have to delete in 2 places. Please bring old functionality back.
Topic:
Community
SubTopic:
Apple Developers
Tags:
same here, a big surprise from Apple. xD
Topic:
Community
SubTopic:
Apple Developers
I forgot to mention that this behaviour only happens when using the .fullSizeContentView window style mask. Without it, the sidebar extends almost to the top of the screen in fullscreen mode. It's still cut off shortly before reaching the top, but at least there's not such a big gap. When moving the mouse to the top of the screen to show the menu bar, the top of the sidebar and content view are hidden, but that's what I would also expect with a full screen content view.
Topic:
UI Frameworks
SubTopic:
AppKit
Tags:
As a very exclusive Apple only I want to share my thoughts on the new iOS 26 update, which I recently installed on my iPhone 16. While I genuinely appreciate Apple’s drive for innovation and personalization, this update introduces visual and stylistic changes that, in my opinion, compromise what has made iOS feel uniquely Apple for so long. Liquid Glass & Home Screen Aesthetics: When I first saw previews of the “Liquid Glass” design, I was excited. I assumed it would add more flexibility to things like the home screen customization — something like an optional effect that builds on the popular app tinting feature introduced in the previous iOS version. But instead, it appears that the Liquid Glass look is now the default and, more concerningly, unavoidable. The result is a visual experience that feels dramatically more bubbly and less refined. App icons appear more rounded and inflated in a way that — and I say this as constructively as I can — reminds me more of Android or Samsung’s One UI than of Apple’
Even the Apple website has this problem, it's a big mistake, all websites have this problem, it should be fixed as soon as possible
Topic:
Safari & Web
SubTopic:
General
Tags:
ASO is by far one of the most frustrating parts of being an indie iOS dev. Despite trying keywords, descriptions, screenshots, and icons, results are unpredictable and competing with big-budget apps feels impossible. Has anyone found a way to make it work?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect
Tags:
App Store
App Review
App Store Connect
Hi! I'm using PDFKits PdfView to display a PDF file and after several page changes, the background turns black, suddenly (like a big black rectangle). The error occurs in the Books App on the iPad as well and looks similiar to this issue: https://discussions.apple.com/thread/8627073?sortBy=rank Anyone got a solution for this?
Can you post a file listing of your app? Export the app from Xcode as an .ipa file for the App Store, and then run unzip -l /Path/To/YourApp.ipa, and post that output here. Make sure to use backticks to format as a code block, or if the listing is big, use the file attachment feature. Since your app is created with Flutter, a third-party tool, it's likely that you'll have to resolve this by working backwards from the build producing these errors into their tools, and you may need to talk to their support for help. My goal with the above is to at least point out more precisely why the app's bundle structure is wrong, to enable you to begin working backwards into their tools to correct for this. — Ed Ford, DTS Engineer
Topic:
App Store Distribution & Marketing
SubTopic:
TestFlight
Bug number: FB20072274 Title: (SMB Disconnect Causes macOS Disk I/O Call open () to Hang for 10 Minutes). You may have already gotten this through bug feedback, but this is actually a side effect of how the volume was mounted. The default when mounting through mount_smbfs is a hard mount which, among other things, ends up using the default response timeout (~10 min). However, you can also mount as a soft mount: mount_smbfs -o soft …at which point syscalls should fail after ~1 min. Soft mount is what the Finder uses (which is why this hadn't come up before), however, if you were mixing mount_smbfs and Finder mounts to the same server. I think the behavior here might actually come from the session itself (not necessarily the individual mount), in which case an existing mount_smbfs might alter the behavior of the Finder mount. Note that this could also be overridden using forcenewsession on the mount. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic:
App & System Services
SubTopic:
Core OS
Tags:
Getting back to this a bit late... I don't know if specialData needs to be placed in sendData or sendCommand. I have tried various data structures, but none of them work. Looking over your code, I see two things that concern me: First, I believe command type 2 is for command ack's, so I think that should be 1 instead. I don't think you're accounting for endian-ness. The ISO-15740 spec is written using big endian notation (sensible), but the actual endian format is transport defined (not sensible). In the case of USB, I believe that means everything is little endian. Lastly, we have an old sample project named PTPPassThrough in the documentation archive. I'm not sure how hard it would be to get it working*, but it does provide an example of how to build commands. *Shockingly, the only build error I got was that Xcode couldn't find the 10.6 SDK (yes, SnowLeopard!), but I don't have the hardware at hand to see if it actually works. __ Kevin Elliott DTS Engineer, CoreOS/Hardware
Topic:
App & System Services
SubTopic:
Hardware