Search results for

“smb big sur”

12,119 results found

Post

Replies

Boosts

Views

Activity

Big Problem to install Big Sur on my Mac Book Pro 15 Touch Bar 2016
I've tried to install Big Sur, in a separate volume APFS, but the Mac go in boot loop for entire night. I've tried many times, but it's impossible to solve. Then I've create a bootable usb with Big Sur, by terminal, and the problem to install the OS is, permission denied. In the last, I've installed a new copy of Catalina in a new Volume, and I've tried to update to Big Sir by beta profile procedure. And the Mac go in boot loop again . Please help !!! 😭
6
0
4.1k
Jul ’20
When is it ok to mention M1 and Big Sur in App Descriptions?
I just released an app update for Mac that is optimized for the new M1 Macs and Big Sur. App Review rejected the app because I mentioned pre-release Apple products, so I had to remove references to Big Sur and M1. I assumed since they were on the Apple site they weren’t a secret anymore. Does anyone know how long we have to wait to be able to mention our apps are designed for new technologies? Right now I have a nebulous “designed for future Macs and macOS systems” which is far from ideal for customer recognition.
0
0
258
Nov ’20
NSImageInterpolationNone no longer works in Big Sur
As the developer of Seashore, using [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationNone]; no longer works as expected in Big Sur on a Retina display. The exact build works fine in Catalina. Small images seem to be first scaled using Medium or High interpolation to 2x, then scaled use 'None' to the desired size - causing blurriness. This the code to display and scale the image: [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationNone]; [image drawInRect:alignedRect fromRect:copy operation:NSCompositeSourceOver fraction:1.0 respectFlipped:TRUE hints:NULL]; Any ideas for a fix?
Topic: UI Frameworks SubTopic: AppKit Tags:
2
0
868
Feb ’21
Cannot log into Mac after updating to Big Sur 11.0
I have just updated my MBP from Big Sur Beta 2 to Big Sur Beta 3 (11.0), but when I try to log in, the screen goes black a couple of seconds, and I am presented with another login screen, where I have to type in my username and password. When I do that, the screen goes black again for a couple of seconds, and the log in screen reappears. I have tried to run in recovery mode, but that just gives a black screen after login, and never gets any further. I have tried to reinstall Big Sur Beta 3, but with the same result. I have reset NVRAM with same result. I have run out of things to try and really need some help
1
0
894
Jul ’20
Big sur taking more than an hour to install
I have mac pro that was working on High Seirra OS, today I started installing Big Sur on it, the installation process was smooth until I reached this loading circle, this took much time the way that the total installation time is more than an hour and didn't finish until now, it keeps loading. Should I wait for more time or this means there is an issue? And if there is an issue how can I fix it?
1
0
1.5k
Jun ’21
Kindle Crash Big Sur Beta 10
Hi all. I recently upgraded to Big Sur Beta 10. Since then, my Kindle Reading App crashes. It opens but as soon as I open a book it crash and brings up a crash report. I deregistered, removed and reinstalled it but it behaves the same. It will download a book but as soon as it tries to open it, it will crash. Is this behaviour know under beta 10? Is there any work around? Thank you.
5
0
722
Oct ’20
After upgrade to Big Sur, external HD issues...
I've got a WD My Passport 1TB SSD external drive. I also have 2 MacBook Airs, one mid 2013 and one less than a month old. I used the hard drive to transition from the old one to the new one. Both worked great. I had the old one enrolled in the beta program so of course after moving to the new one it was too. They both upgraded to Big Sur one night. Long story short one of the programs I use regularly wasn't ready for Big Sur so I attempted to go back to Catalina. I plugged in the hard drive and it just sat there steadily flashing the light. No access in Finder. I opened DiskUtility and there it was, greyed out with no access.. No mount, no first aid, nothing. So I opened Safari and did some looking. Meanwhile, I cleared out the old MacBook and loaded a new version of Catalina. Turns out, when I force quit fsckhfs, the drive is accessible and I can access it. While it passes all tests on WD's utility app, when I try to run first aid it fails after about 4 hours. Though I can
11
0
4.9k
Aug ’20
System preferences Error when updated to Mac Big Sur
I recently updated to Mac Big Sur on my MacBook pro 2015, and since then the System preferences has given me error in most of the windows I try to open. Can anyone help please?
Replies
1
Boosts
0
Views
200
Activity
Dec ’20
Printers not working after downloading Big Sur
I have a Lexmark E260 laser printer. It is not working now and a friend Epson SpR340 not working after downloading of Big Sur. My new Brother Laser is. Please when will there be a fix? thank you
Replies
3
Boosts
0
Views
1.8k
Activity
Nov ’20
Big Problem to install Big Sur on my Mac Book Pro 15 Touch Bar 2016
I've tried to install Big Sur, in a separate volume APFS, but the Mac go in boot loop for entire night. I've tried many times, but it's impossible to solve. Then I've create a bootable usb with Big Sur, by terminal, and the problem to install the OS is, permission denied. In the last, I've installed a new copy of Catalina in a new Volume, and I've tried to update to Big Sir by beta profile procedure. And the Mac go in boot loop again . Please help !!! 😭
Replies
6
Boosts
0
Views
4.1k
Activity
Jul ’20
When is it ok to mention M1 and Big Sur in App Descriptions?
I just released an app update for Mac that is optimized for the new M1 Macs and Big Sur. App Review rejected the app because I mentioned pre-release Apple products, so I had to remove references to Big Sur and M1. I assumed since they were on the Apple site they weren’t a secret anymore. Does anyone know how long we have to wait to be able to mention our apps are designed for new technologies? Right now I have a nebulous “designed for future Macs and macOS systems” which is far from ideal for customer recognition.
Replies
0
Boosts
0
Views
258
Activity
Nov ’20
Getting error while trying to update on macOS Big Sur.
I tried to update my MacBook Air to Big Sur Beta version. I downloaded the software two times but every time I finished download it gives me error configuration file #* is missing. which quits installation. Please help.
Replies
0
Boosts
0
Views
199
Activity
Aug ’20
Unable to Download Logisim to Mac OS Big Sur
Hi, Im having a issue downloading Logisim to Mac OS Big Sur the system tells me to move it to the bin as the file is corrupted and not supported. I need this software for for my university exams please help me out with this issue. Thank you.
Replies
0
Boosts
0
Views
1.1k
Activity
Mar ’21
NSImageInterpolationNone no longer works in Big Sur
As the developer of Seashore, using [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationNone]; no longer works as expected in Big Sur on a Retina display. The exact build works fine in Catalina. Small images seem to be first scaled using Medium or High interpolation to 2x, then scaled use 'None' to the desired size - causing blurriness. This the code to display and scale the image: [[NSGraphicsContext currentContext] setImageInterpolation:NSImageInterpolationNone]; [image drawInRect:alignedRect fromRect:copy operation:NSCompositeSourceOver fraction:1.0 respectFlipped:TRUE hints:NULL]; Any ideas for a fix?
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
2
Boosts
0
Views
868
Activity
Feb ’21
Cannot log into Mac after updating to Big Sur 11.0
I have just updated my MBP from Big Sur Beta 2 to Big Sur Beta 3 (11.0), but when I try to log in, the screen goes black a couple of seconds, and I am presented with another login screen, where I have to type in my username and password. When I do that, the screen goes black again for a couple of seconds, and the log in screen reappears. I have tried to run in recovery mode, but that just gives a black screen after login, and never gets any further. I have tried to reinstall Big Sur Beta 3, but with the same result. I have reset NVRAM with same result. I have run out of things to try and really need some help
Replies
1
Boosts
0
Views
894
Activity
Jul ’20
Big sur taking more than an hour to install
I have mac pro that was working on High Seirra OS, today I started installing Big Sur on it, the installation process was smooth until I reached this loading circle, this took much time the way that the total installation time is more than an hour and didn't finish until now, it keeps loading. Should I wait for more time or this means there is an issue? And if there is an issue how can I fix it?
Replies
1
Boosts
0
Views
1.5k
Activity
Jun ’21
Kindle Crash Big Sur Beta 10
Hi all. I recently upgraded to Big Sur Beta 10. Since then, my Kindle Reading App crashes. It opens but as soon as I open a book it crash and brings up a crash report. I deregistered, removed and reinstalled it but it behaves the same. It will download a book but as soon as it tries to open it, it will crash. Is this behaviour know under beta 10? Is there any work around? Thank you.
Replies
5
Boosts
0
Views
722
Activity
Oct ’20
OS11 Big Sur "Updated System Extensions Blocked"
OS11 Big Sur Updated System Extensions Blocked. I click allow and check the items (have tried individually and all at once) it then ask to restart but all of them show back up as needed to allow in system security preferences.
Replies
6
Boosts
0
Views
4.0k
Activity
Jun ’20
Printers not accessible after Big Sur update
Everything was fine till Apple dumped this half baked Big Sur on me. Now I cannot Print! Apple is playing Ostrich here by pretending not to see this problem even though users have been complaining. Do something Apple!
Replies
0
Boosts
0
Views
209
Activity
Dec ’20
Brightness Slider not working || Big Sur 11.3
Hi! I just updated my Macbook Pro 2017(with Touchbar) to Big Sur 11.3 and I cannot adjust the brightness of my screen. The slider in the touchbar moves but does nothing, and the slider in the control panel is grayed out. Please help!
Replies
5
Boosts
0
Views
4.5k
Activity
Apr ’21
What is the correct @available test for Big Sur, 11.0 or 10.16?
I had been using @available( macOS 11.0, * ) to test for Big Sur, but as of the Xcode 12 GM, that doesn't seem to work any more. Whereas @available( macOS 10.16, * ) does work. Is that the right thing to use, or is it a bug?
Replies
3
Boosts
0
Views
2k
Activity
Sep ’20
After upgrade to Big Sur, external HD issues...
I've got a WD My Passport 1TB SSD external drive. I also have 2 MacBook Airs, one mid 2013 and one less than a month old. I used the hard drive to transition from the old one to the new one. Both worked great. I had the old one enrolled in the beta program so of course after moving to the new one it was too. They both upgraded to Big Sur one night. Long story short one of the programs I use regularly wasn't ready for Big Sur so I attempted to go back to Catalina. I plugged in the hard drive and it just sat there steadily flashing the light. No access in Finder. I opened DiskUtility and there it was, greyed out with no access.. No mount, no first aid, nothing. So I opened Safari and did some looking. Meanwhile, I cleared out the old MacBook and loaded a new version of Catalina. Turns out, when I force quit fsckhfs, the drive is accessible and I can access it. While it passes all tests on WD's utility app, when I try to run first aid it fails after about 4 hours. Though I can
Replies
11
Boosts
0
Views
4.9k
Activity
Aug ’20