Search results for

“smb big sur”

12,118 results found

Post

Replies

Boosts

Views

Activity

Beta Big Sur kindle problems.
I just updated my Mac book Pro to the beta MacOS Big Sur. I pulled up my kindle app and none of my books will pull up. I can't read a single thing the whole screen is blank. I unregistered my device and reregistered. I logged out and logged back in. I deleted the App and re dowloaded it. Nothing I did worked. Anyone else having this problem?
28
0
5.7k
Aug ’20
Big Sur spacebar does not work
Spacebar does not work in Big Sur but CMD-Space works and if I press the fn button and space it creates space. Spacebar works in 10.15. This also affects external keyboards. I do not have karabiner or any such app installed. There are no 3rd party kexts either. Logging in as another user works. My Account was migrated from my internal disk. No errors, works as expected otherwise.
0
0
653
Aug ’20
Reply to Xcode 12.5 very slow launch time for app in simulator
The problem seems to be related to Big Sur 11.3 and Big Sur 11.4. Not to specific Xcode version (Xcode 12.4 got about the same results that 12.5). I do some measures for 2 applications in debug on Big Sur 11.1 and Big Sur 11.4. Here the launch time results: App1 - Big Sur 11.1 = 0m21s - Big Sur 11.4 = 1m20s App2 - Big Sur 11.1 = 0m31s - Big Sur 11.4 = 5m08s Conclusion: Debugging Application on 11.4 is between 4 to 10 time slower than 11.1. Note App2 have nearly 100 dylib to load while App1 have only 30.
May ’21
UIDocumentBrowserViewController shown repeatedly on Big Sur
I have a Mac catalyst app that has a root view controller of a UIDocumentBrowserViewController. When a document is selected, the editor view controller is presented modally (in fullscreen mode). This worked fine on iOS 14, and macOS Catalina, but when I run it on Big Sur, the editor VC will appear for a second, and then disappear, and the UIDocumentBrowserViewController gets shown again. (Not sure if the editor is being dismissed, or if another UIDocumentBrowserViewController is being shown on top.)
3
0
1.4k
Nov ’20
Finder crashes in macOS Big Sur!
Hi, macOS Big Sur works for me perfectly until I upgraded iCloud to 2TB. While syncing, Finder crashes and cannot be reopened again. Open Finder will result in -1 error. Trying safe mode, closed WiFi (to prevent syncing) and the result is the same. Since I cannot access Finder, I can't redownload the beta (downloading to a folder will hung). What shall I do?
6
0
4.7k
Jul ’20
Location of Big Sur Update files
I'm running the Big Sur beta on a small partition, and after downloading the beta 2 update today, my laptop suffered a kernel panic and restarted. After restarting I tried continuing with the update, but I didn't have enough free space in the partition because of the existing download of the beta. Does anyone know how I can delete that and redownload it, or point the updater to those existing files? Thanks!
7
0
12k
Jul ’20
Big Sur: Transporter.app failed to decompress the app
Big Sur 11.2 I recently upgraded my Mac from Catalina to Big Sur. Since then Transporter.app fails to process the signed .pkg when I try to upload to the App Store: Could not create a temporary .itmsp package for the app “TakinSigned.pkg”. Failed to decompress the app. There is no log file, no explanation. The signed package is produced as for Catalina through the commands: productbuild --component Takin.app /Applications Takin.pkg productsign --sign <3rd Party Mac Developer Installer certificat> --keychain ~/Library/Keychains/login.keychain Takin.pkg “TakinSigned.pkg” Any suggestion ?
2
0
1.9k
Feb ’21
Installing MacOS Catalina from Big Sur
I wanted to try out the beta for Big Sur, but now I'm stuck. When I download Catalina, I am unable to install it. I get a message that says 'This copy of the macOS Catalina installer application is too old to be opened on this version of macOS.' Is there another way to install Catalina without wiping the computer?
3
0
3.5k
Jun ’20
We are on Beta 7 of Mac Big Sur
We are on Beta 7 now of Mac Big Sur and still no FireWire added as part of the driver kit.. We really need this back.. I have two Apple adaptors that cost rather a lot to simply make them no longer do anything. I have loads of pro gear that works via FireWire as do many others still. I did post about this on the last beta but no reply.
1
0
636
Sep ’20
Apple Diagnostics with Big Sur version 11.1
Running Big Sur 11.1 cannot go into the Recovery Mode. Anyone tried it? It stops at the very beginning with a warning sign and error 5101D
Replies
0
Boosts
0
Views
531
Activity
Dec ’20
Safari not opening on macOS big sur
Safari not opening on macOS big sur I'm using macbook pro 16
Replies
6
Boosts
0
Views
4.2k
Activity
Jul ’20
Beta Big Sur kindle problems.
I just updated my Mac book Pro to the beta MacOS Big Sur. I pulled up my kindle app and none of my books will pull up. I can't read a single thing the whole screen is blank. I unregistered my device and reregistered. I logged out and logged back in. I deleted the App and re dowloaded it. Nothing I did worked. Anyone else having this problem?
Replies
28
Boosts
0
Views
5.7k
Activity
Aug ’20
iMessage lagging after Big Sur update
I just upgraded to the Big Sur update and now my iMessage is extremely laggy. Everything else works fine. What can I do to fix this problem?
Replies
0
Boosts
0
Views
427
Activity
Feb ’21
Big Sur Sidecar and Ipad Pro Pencil
When I use sidercar with Big Sur, the apple pencil is out of alignment with where it is pointing on the ipad. I am using the latest iPad Pro on iPadOS 13.6.1
Replies
1
Boosts
0
Views
1.5k
Activity
Aug ’20
Big Sur spacebar does not work
Spacebar does not work in Big Sur but CMD-Space works and if I press the fn button and space it creates space. Spacebar works in 10.15. This also affects external keyboards. I do not have karabiner or any such app installed. There are no 3rd party kexts either. Logging in as another user works. My Account was migrated from my internal disk. No errors, works as expected otherwise.
Replies
0
Boosts
0
Views
653
Activity
Aug ’20
Reply to Xcode 12.5 very slow launch time for app in simulator
The problem seems to be related to Big Sur 11.3 and Big Sur 11.4. Not to specific Xcode version (Xcode 12.4 got about the same results that 12.5). I do some measures for 2 applications in debug on Big Sur 11.1 and Big Sur 11.4. Here the launch time results: App1 - Big Sur 11.1 = 0m21s - Big Sur 11.4 = 1m20s App2 - Big Sur 11.1 = 0m31s - Big Sur 11.4 = 5m08s Conclusion: Debugging Application on 11.4 is between 4 to 10 time slower than 11.1. Note App2 have nearly 100 dylib to load while App1 have only 30.
Replies
Boosts
Views
Activity
May ’21
UIDocumentBrowserViewController shown repeatedly on Big Sur
I have a Mac catalyst app that has a root view controller of a UIDocumentBrowserViewController. When a document is selected, the editor view controller is presented modally (in fullscreen mode). This worked fine on iOS 14, and macOS Catalina, but when I run it on Big Sur, the editor VC will appear for a second, and then disappear, and the UIDocumentBrowserViewController gets shown again. (Not sure if the editor is being dismissed, or if another UIDocumentBrowserViewController is being shown on top.)
Replies
3
Boosts
0
Views
1.4k
Activity
Nov ’20
Finder crashes in macOS Big Sur!
Hi, macOS Big Sur works for me perfectly until I upgraded iCloud to 2TB. While syncing, Finder crashes and cannot be reopened again. Open Finder will result in -1 error. Trying safe mode, closed WiFi (to prevent syncing) and the result is the same. Since I cannot access Finder, I can't redownload the beta (downloading to a folder will hung). What shall I do?
Replies
6
Boosts
0
Views
4.7k
Activity
Jul ’20
Location of Big Sur Update files
I'm running the Big Sur beta on a small partition, and after downloading the beta 2 update today, my laptop suffered a kernel panic and restarted. After restarting I tried continuing with the update, but I didn't have enough free space in the partition because of the existing download of the beta. Does anyone know how I can delete that and redownload it, or point the updater to those existing files? Thanks!
Replies
7
Boosts
0
Views
12k
Activity
Jul ’20
Big Sur: Transporter.app failed to decompress the app
Big Sur 11.2 I recently upgraded my Mac from Catalina to Big Sur. Since then Transporter.app fails to process the signed .pkg when I try to upload to the App Store: Could not create a temporary .itmsp package for the app “TakinSigned.pkg”. Failed to decompress the app. There is no log file, no explanation. The signed package is produced as for Catalina through the commands: productbuild --component Takin.app /Applications Takin.pkg productsign --sign <3rd Party Mac Developer Installer certificat> --keychain ~/Library/Keychains/login.keychain Takin.pkg “TakinSigned.pkg” Any suggestion ?
Replies
2
Boosts
0
Views
1.9k
Activity
Feb ’21
Installing MacOS Catalina from Big Sur
I wanted to try out the beta for Big Sur, but now I'm stuck. When I download Catalina, I am unable to install it. I get a message that says 'This copy of the macOS Catalina installer application is too old to be opened on this version of macOS.' Is there another way to install Catalina without wiping the computer?
Replies
3
Boosts
0
Views
3.5k
Activity
Jun ’20
We are on Beta 7 of Mac Big Sur
We are on Beta 7 now of Mac Big Sur and still no FireWire added as part of the driver kit.. We really need this back.. I have two Apple adaptors that cost rather a lot to simply make them no longer do anything. I have loads of pro gear that works via FireWire as do many others still. I did post about this on the last beta but no reply.
Replies
1
Boosts
0
Views
636
Activity
Sep ’20
Unable to mount system drive on Big Sur
Since sudo mount -uw / no longer works on Big Sur, I am no longer able to modify the charging sound on my MacBook Pro. Does anyone know how else I could do this?
Replies
0
Boosts
0
Views
255
Activity
Aug ’20
Big Sur too little disk space
I would like to install Big Sur on my development machine. But I get the message that I need at least 30 GB of free disk space. But there are 50 GB free. Does anyone else have this problem?
Replies
2
Boosts
0
Views
779
Activity
Jun ’20