Search results for

smb big sur

11,742 results found

Post

Replies

Boosts

Views

Activity

BIG SUR'S ISSUES-PROBLEMS-ANNOYING
When are Big Sur's problems going to be solved? I just updated on Monday and it's a disaster ... my touch ID doesn't work, neither any of my 2 internet networks can be connected after the update, it has drop me out of Zoom several times. Before updating the screen of my MacBook Pro had been freezing as I hadn't updated yet, however the update stopped and displayed an error (this happened appx 5 times) so had to keep trying several times. People are doing homeoffice. These problems have been going on for MONTHS from what I'm reading. It's amazing that you can't check and bug-test before uploading updates that don't work. In addition to this, we users have to follow different processes to try to make the system work? How many times are we going to update your products so that their functionality decreases? The products are expensive enough to fool users with updates that render their devices useless. I thought that this was an internet connection issue but it is your operating system that is u
0
0
381
Jan ’21
Big Sur Download Wont Show Up
After downloading/installing the Beta Access Utility, the Big Sur update won't show up in the software update panel. Instead of saying that my computer is up to date, the software update panel says Unable to check for updates. Make sure you are connected to the internet. However I am connected. The update has not shown up after restarting my computer either, like the installation notes suggest. I have a Macbook Pro A1502 (Early 2015). Thanks for your help!
2
0
2.8k
Jun ’20
Big Sur Update Now Printing Issues
Hello- my MacBook did the Big Sur update this evening and now it has reset my settings to where I cannot print my shipping labels from pirate ship. All of the settings have changed and when I go to print it gives me a printing error. It’s only giving me a US letter size to choose from and he used to give me different options and the one I need is no longer there. Please help where is this is affecting my business to ship out my packages to customers. Thank you! Gary K
0
0
445
Nov ’20
onTapGesture unreliable in Big Sur Catalyst apps?
onTapGesture seems like it's incredibly unreliable (eg clicks/taps don't always trigger the onTapGesture closures -- best case is that they're intermittent) in Big Sur for Catalyst apps. The same code runs without problem on iOS 14 and Catalina (again, with Catalyst). Consider the following basic example: struct ContentView: View { @State private var greenOn = false @State private var blueOn = false var body: some View { HStack { Rectangle() .fill(Color.green) .opacity(greenOn ? 1.0 : 0.5) .frame(width: 100, height: 100) .contentShape(Rectangle()) .onTapGesture(count: 1, perform: { greenOn.toggle() print(Tapped) }) Rectangle() .fill(Color.blue) .opacity(blueOn ? 1.0 : 0.5) .frame(width: 100, height: 100) .onTapGesture(count: 1, perform: { blueOn.toggle() print(Tapped 2) }) } } } Try to tap the green and blue squares. Best case for me (Big Sur, 11.0.1) is that sometimes onTapGesture will get called. The easy solution is to convert them to Buttons instead -- but, there are pl
3
0
1.6k
Nov ’20
NSPrintInfo paperSize cannot be customized under Big Sur anymore
Hi there, I have a question about printing under Big Sur. We are offering support for a bunch of custom paper formats, updating the NSPrintInfo by creating a custom PMPaper, creating a PMPageFormat, setting it to the printInfo and then calling updateFromPMPageFormat. This worked perfectly fine over the years, but has stopped working under Big Sur. The print preview in the NSPrintPanel is still displaying the resulting file correctly and saving it as PDF also gives us a file with correctly sized pages. But since Big Sur, printers we've tried fail to print on custom sized paper from our app. The error seems to indicate that the printer thinks the file is in A4. Interestingly, the printSettings of NSPrintInfo now holds has a value of A4 for the key com_apple_print_PageToPaperMappingMediaName. There is no documentation around that key though and I can't seem to figure out where its coming from in the first place. Also can't see any API changes we would need to
Topic: UI Frameworks SubTopic: AppKit Tags:
0
0
686
Dec ’20
Unable to upgrade to Big Sur 11.1
After completing the download and about 10 minutes in the prepare stage, the installer fails saying something went wrong with the download. (Which means it unnecessarily restarts the download when I try again, but okay.) From the system console I got this which looks like a hint: [UpdateAttemptFailed] SUCoreUpdate update attempt failed with error: Error Domain=MobileSoftwareUpdateErrorDomain Code=44 bridgeOS personalization failed UserInfo={target_update=20C69, NSLocalizedDescription=bridgeOS personalization failed, NSUnderlyingError=0x7fc127df7630 {Error Domain=OSPErrorDomain Code=201 An error occurred during personalization. UserInfo={NSLocalizedDescription=An error occurred during personalization., NSUnderlyingError=0x7fc127d14080 {Error Domain=AuthInstallErrorDomain Code=11 (null)}}}} I hope you're not breaking your own firmware here. My device: 2019 MBP 16, 2.6 GHz 6-core i7 with Radeon 5300M. Running Big Sur 11.0.1.
1
0
514
Dec ’20
Big Sur install failed, here is the log
I'm getting the following error: An error occurred installing macOS. You can try again to complete the installation. I'm running Catalina 10.15.6 (19G73) I tried multiple times but it always fails, here is the log: 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant_springboard[3829]: Springboarding to: /Applications/Install macOS Big Sur Beta.app/Contents/MacOS/InstallAssistant 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant_springboard[3829]: argv[0]: InstallAssistant 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: InstallAssistant build: 532 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: No compatibility bundle on this version of macOS. Will assume compatible. 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Hardware: MacBookPro16,1 @ 2.30 GHz (x 16), 65536 MB RAM 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Running OS Build: Mac OS X 10.15.6 (19G73) 2020-08-10 19:02:43-04 MacBook-Pro InstallAssistant[3829]: Env: USER=arturo 2020-08-10 19
0
0
2.2k
Aug ’20
Safari in Big Sur
Hi, practically Safari 14 on my MacBook Pro 2020 is unusable. I also tried to delete the plists and open it by holding down the shift key. Nothing, very slow. Ideas? Thank you
Topic: Safari & Web SubTopic: General Tags:
1
0
776
Jun ’20
Big Sur is a mess!!!
MacBook Pro (15-inch, 2018) 2,9 GHz 6-Core Intel Core i9 16 GB 2400 MHz DDR4 Radeon Pro 560X 4 GB Was working great with Catalina. After upgrading it's a 90s laptop now. Is apple looking into it or we are all alone?
0
0
278
May ’21