Search results for

smb big sur

11,802 results found

Post

Replies

Boosts

Views

Activity

Reply to Shrink the world game
Hope you enjoy it and the Creator by the way Ryan this message and yes I am nine in fourth grade and this means that kids in all ages to make big changes and sometimes if you chase your dreams, it will always work out for you and the Lord will be following every step also never worship the devil he will give you internal pain instead worship God with him. He will love you and you will love him, and you’ll be happy in heaven. (&) Also, this means that I’m the creator (/)
Oct ’24
A phone keyboard layout for easy typing!
Last November 13 I came up with a phone keyboard layout (strategy) that can make key size bigger hence less mistyping. The typical phone keyboard looks like this: My proposed keyboard looks like this: Essentially, it's a split keyboard with the left-hand part stacked above/below the right-hand part. Key size/width/height and the vertical distance between the left-hand part and right-hand part may be adjustable to suit different phone widths and user hand sizes. You guys can show the proposed keyboard's image on your phone and fit this keyboard to your phone width so you can actually simulate typing on it to see how it feels. On my phone, the letter keys in it are a little too big for my thumbs to reach the farthest keys, but as I said, key size should be adjustable to suit different phone widths and user hand sizes.
0
0
671
Oct ’24
Family Activity Picker crashes (Connection to plugin invalidated while in use)
Even on iOS 18 (16-17 also repo) we are seeing a crash on the FamilyActivityPicker when users tap on Other or just at random times. We see the follow debug message but no other way of identifying the issue in code. [u 3C8AF272-DC4E-55C4-B8C6-34826D2BEB5B:m (null)] [com.apple.FamilyControls.ActivityPickerExtension(1150.1)] Connection to plugin invalidated while in use. Even with the most basic implementation of FamilyActivityPicker (example below) we can repro this crash consistently. Big applications (think Opal) see the same issue but it seems like they see it less, and are able to intercept the disconnect in order to show an error to the user. My two questions are How can we intercept this crash/disconnect in order to alert our user and restart the experience? Is this EVER gonna get fixed properly? Usage Example: var body: some View { NavigationView { ZStack { familyPickerErrorView .opacity(isHidden ? 0 : 1) .onAppear { DispatchQueue.main.asyncAfter(deadline: .now() + 2) { withAnimation { isHidden
1
0
639
Oct ’24
Safari and WkWebView Memory Limit Causing App Interruptions
I'm working on a rather complex web application that includes 3D terrain, 2D mapping, and SVG animations. Both Safari and the Swift app I've built using WkWebKit reload the page after some period of time. Safari pops up a small text block that says: This webpage was reloaded because it was using significant memory. Yes. That's true. It's also true that the M1 Max Mac was in now way experiencing issues, nor were any of the other web pages running in other tabs or windows. The memory limit is simply too low for modern web apps. So far I've not found any way to adjust the parameters in Safari or WkWebView. Apple, help a brother out. It's not 1997 anymore. Web apps are big. And resetting them at some arbitrary point causes more problems that is solves. Anyone have any suggestions? Quinn, any way (other than casting a stone into the one-way abyss of Radar) of getting help from the big A here?
2
0
860
Oct ’24
Reply to getattrlistbulk lists same files over and over on macOS 15 Sequoia
A customer of mine reported that since updating to macOS 15 they aren't able to use my app anymore, which performs a deep scan of selected folders by recursively calling getattrlistbulk. SO, my immediate question is why are you calling getattrlistbulk? There was some value in it when it was originally introduced, however, it's well enough integrated into our higher level APIs APIs that I can't really see any reason why you'd use it. The correct NSFileManager APIs are just as fast, far easier to use and, most important in this case, more likely to correctly handle weird edge cases that cause it to fail. I actually posted some performance testing on this issue, but the basic summary is that with a LOT of work, testing, and you MIGHT be able to get SLIGHTLY better performance out of fts (in my testing, 0.2s when iterating a set of 350,000 files)... but nothing that comes CLOSE to justifying all of the extra work. Note that I didn't specifically test gattrlistbulk because the three APIs I compare there are ALL wr
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’24
Reply to NSProcessInfo operatingSystemVersion generates warning CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary
Hello Quinn, Apple’s frameworks tend to use lazy initialisation, ... Thank you for that detail. That (and the rest of what you note in your answer) addresses my curiosity. Taking a big step back, the standard way to get the macOS version from the command line Noted. Although in the context of where this issue shows up, the command line way of determining the OS version isn't applicable for us. For context, this unexpected log message got reported as a bug against the JDK https://bugs.openjdk.org/browse/JDK-8340727. The JDK internally uses the NSProcessInfo's operationSystemProperty to determine the OS version, which then triggers the log. Well, you can report it as log noise if you like, but it’s definitely not a sign of an actual problem. Later today I will go ahead and report this, through feedback assistant, as a log noise. Thank you for your answers and the detailed technical explanations.
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’24
Reply to NSProcessInfo operatingSystemVersion generates warning CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary
Apple’s frameworks tend to use lazy initialisation, so that fact that you’re seeing this message indicates that someone called upon the user defaults subsystem. Fortunately there’s an easy way to see what that was: Set a breakpoint on _CFPropertyListMissingSemicolon, just like that log message says: % ./Test766100 - '{x=y}' 2024-10-15 08:29:52.210 Test766100[17986:1896989] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug. 2024-10-15 08:29:52.211 Test766100[17986:1896989] CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary on line 1. Parsing will be abandoned. Break on _CFPropertyListMissingSemicolon to debug. OS version: 14.7.0 % lldb Test766100 (lldb) target create Test766100 Current executable set to '/Users/quinn/Library/Developer/Xcode/DerivedData/Test766100-eqgrugnuouzcamctylmfxiicxmtz/Build/Products/Debug/Test766100' (arm64). (lldb) br s
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’24
Reasonable time for fix to easy-to-reproduce kernel panic?
Since I haven't heard so much as a peep from Apple on this, I thought I'd take a poll here on how long I could expect an easily reproducible (albeit possibly obscure) kernel panic to be fixed. I was under the impression that kernel panics were a big deal but it's been almost 2 months since I updated from macOS 14 to macOS 15.0 dev beta 7 / public beta 5 when I originally came across and reported a panic triggered while playing StarCraft II. I've been able to consistently trigger panics playing certain (maybe all) Co-op maps in SC2 and since my first report Aug 22, I've filed 8 additional bug reports, each automatically generated after hitting yet another panic. (I'm not sure exactly who is able to view these but for what it's worth, these are the reports I've filed so far: FB14886510, FB14905773, FB14960435, FB15304609, FB15391195, FB15467943, FB15468127, FB15491485, FB15491684.) A few other people have reported the issue to SC2's developer, Blizzard, and apparently Blizzard has acknowledged they're
1
0
711
Oct ’24
Reply to FinderSync extensions gone in macOS settings
Again @Kevin, I'd like to stress how much I appreciate your feedback here. If we disagree on something, it's not a reason to turn this into a heated discussion. ABOUT DOCUMENTATION I really apologize, but I have to touch the subject of documentation once again, I promise it will be for the last time… It may very well be that I didn't get it quite right because of not being a native English speaker. Or maybe even more so because I really liked the existence of old CMPlugin (macOS 10.6 Leopard or older) and hated when it was discontinued (but I admit, it was discontinued for good reasons) that I perhaps immediately saw Finder Sync as a sort of its revival. Those things might have influenced a lot my ideas of potential usage for Finder Sync. But I still maintain that the documentation wasn't clear about its ONLY INTENDED usage (remote content/data syncing). Yes, the very first sentence of the original document says: In OS X, the Finder Sync extension point lets you cleanly and safely modify the Finder’s user int
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’24
Reply to Is is possible to grant Local Network permissions for a process through a Configuration Profile?
I have a big revision of the LNP FAQ in the works, but it’s not done yet )-: In the meantime, I can confirm that there’s no mechanism to authorise local network access through a configuration profile. [quote='766178021, this_username_did_not_exist, /thread/766178, /profile/this_username_did_not_exist'] It seems a bit strange considering that this feature has been available on iOS for at least 3 years. [/quote] Right. That suggests that this isn’t an omission, but a deliberate design choice. If this feature is critical to your organisation, I encourage you to file an enhancement request that explains why it needs to to be able to force the user’s privacy settings. Please post your bug number, just for the record. Share and Enjoy — Quinn “The Eskimo!” @ Developer Technical Support @ Apple let myEmail = eskimo + 1 + @ + apple.com
Topic: Privacy & Security SubTopic: General Tags:
Oct ’24
Reply to Correctly using NSAppleScript for Mail.app plugin
Let’s tackle you big picture question first and then come back to the details: [quote='766021021, konradedgar, /thread/766021, /profile/konradedgar'] can I deploy the App on the App Store and use NSAppleScript as shown above? [/quote] Probably not. I don’t work for App Review, and they’re the only folks who can give you definitive answers about what is or isn’t allowed on the store. However: When you use NSAppleScript, the Apple events originate in your process. For a sandboxed process to send arbitrary Apple events, it must be signed with the com.apple.security.temporary-exception.apple-events temporary exception entitlement. My experience is that App Review only approves the use of such entitlement is exceptional circumstances, for example, to work around a sandbox bug on older systems where the bug is fixed on the latest system. If you want a more definitive answer, you’ll need to talk to App Review directly. [quote='766021021, konradedgar, /thread/766021, /profile/konradedgar'] will I need to sto
Oct ’24
Reply to NSProcessInfo operatingSystemVersion generates warning CFPropertyListCreateFromXMLData(): Old-style plist parser: missing semicolon in dictionary
[quote='766100021, jaikiran, /thread/766100, /profile/jaikiran'] Should this be reported as an issue through feedback assistant … ? [/quote] No. Well, you can report it as log noise if you like, but it’s definitely not a sign of an actual problem. Foundation was created as part of Apple’s (well, NeXT’s) app development story. For this reason it contains a component, UserDefaults, with some helpful, but non-obvious, behaviour: You can override specific user defaults by passing them on the command line. For example, consider this program: import Foundation func main() { print(UserDefaults.standard.string(forKey: QTest) ?? -) } main() If you run it with no arguments it gets nil back for this default: % ./Test766100 - But you can supply a default as an argument: % ./Test766100 -QTest 'Hello Cruel World!' Hello Cruel World! This mechanism supports all property list types. That’s super useful in some cases. For an example of that, check out this post. This log message is being triggered by the property list parser
Topic: App & System Services SubTopic: Core OS Tags:
Oct ’24
Can I fix this big difference between swiftui preview and actual watch widget layout?
Hi, working on customising my live activity Smart Stack layout for ios18. A thing that is very frustrating is that I consistently looks different for me in the Xcode preview and on the actual watch. See attached screenshots below. The sizes are different, and italic doesn't work on the watch, for example. It makes it time-consuming and unpredictable, so I was wondering if this is a known issue or if I'm doing something wrong, and also can I do anything? thanks edit: this is the layout: var body: some View { VStack(alignment: .center, spacing:4) { HStack(alignment: .center) { IconView(resource: n-compact-w, bgColor: Color.checkedIn, padding: 2, paddingRight: 6, paddingBottom: 6) .frame(maxWidth: 25, maxHeight: 25).aspectRatio(1, contentMode: .fit) Text(Checked Out) .font(.title3).bold() } Text(status.loc) .font(.headline) .multilineTextAlignment(.center) Text(FormatUtils.getFormattedDateTime(status.time)).font(.subheadline) .multilineTextAlignment(.center).italic() } }
4
0
583
Oct ’24
getattrlistbulk lists same files over and over on macOS 15 Sequoia
A customer of mine reported that since updating to macOS 15 they aren't able to use my app anymore, which performs a deep scan of selected folders by recursively calling getattrlistbulk. The problem is that the app apparently keeps scanning forever, with the number of scanned files linearly increasing to infinity. This happens for some folders on a SMB volume. The customer confirmed that they can reproduce the issue with a small sample app that I attach below. At first, I created a sample app that only scans the contents of the selected folder without recursively scanning the subcontents, but the issue didn't happen anymore, so it seems to be related to recursively calling getattrlistbulk. The output of the sample app on the customer's Mac is similar to this: start scan /Volumes/shares/Backup/Documents level 0 fileManagerCount 2847 continue scan /Volumes/shares/Backup/Documents new items 8, sum 8, errno 34 /Volumes/shares/Backup/Documents/A.doc /Volumes/shares/Backup/Documents/B.doc ... continue scan
18
0
1.1k
Oct ’24