Has anyone noticed any problems with iTunes? Ever since the OS update the text rendering is completely screwy. (Which I will of course report to Apple)
You liked Internet Explorer?Windows 10 is running flawless for me on another partition.
I actually like the changes but I'm sticking with OS X as my main OS. Unfortunately I have to test my sites with windows, and that new browser is my only complaint about Win10
This sounds more like you are not using the API as intended. This may happen if it is a huge and complex application like Photoshop or Transmit but not for common applications. I have a dozend of apps and had to enhance precisely one line of code since Snow Leopard because of a deprecated function and two more lines because of UI changes. Taking some more time when developing can safe ten times maintenance.one serious problem with apple being so secretive is it makes it very hard for developers to make sure their code works leading up to a OS upgrade like this. sure they have these betas to work off of but the feedback loop is a tough one with apple.
How about iOS 8.4.1, Apple?
Same problem here, no update.
I had the same after PB1 and ended up doing a fresh install, then PB2 became available, but nothing now...
I also tried the plist deletion exercise to no avail...
+1 same problem ..I'm also not seeing an update in the MAS, still stuck on PB 2. Have you had any luck yet with this issue?
Removed and added the Exchange account and now it works as expected. That is a positive improvement![]()
Same problem here, no update.
I had the same after PB1 and ended up doing a fresh install, then PB2 became available, but nothing now...
I also tried the plist deletion exercise to no avail...
+1 same problem ..
can anyone confirm that this direct link is for the PB3 ?
http://swcdn.apple.com/content/down...fd1npissrp0khptmtptsl155nqbhn/OSXUpd10.11.pkg
sudo softwareupdate --set-catalog https://swscan.apple.com/content/catalogs/others/index-10.11beta-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz
I have the same issue with one of the machines I'm using. On another the update went fine. I made the mistake of redownloading and reinstalling the public beta version from the MAS but this is pb1. After that it didn't see pb2 nor pb3 but I managed to fix it. I checked the com.apple.SoftwareUpdate.plist on both machines and on 1 it had more info. Simply copying over the plist doesn't work but what does work is set the catalog URL. I ended up using this on the commandline:
Code:sudo softwareupdate --set-catalog https://swscan.apple.com/content/catalogs/others/index-10.11beta-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz
After that I reran the software update tool (sudo softwareupdate -ia) and it is now installing pb2 (and hopefully after that pb3).
TL;DR: you need to set the catalog url for software updates. After you've done that you should be able to check for updates and see pb3.
I have the same issue with one of the machines I'm using. On another the update went fine. I made the mistake of redownloading and reinstalling the public beta version from the MAS but this is pb1. After that it didn't see pb2 nor pb3 but I managed to fix it. I checked the com.apple.SoftwareUpdate.plist on both machines and on 1 it had more info. Simply copying over the plist doesn't work but what does work is set the catalog URL. I ended up using this on the commandline:
Code:sudo softwareupdate --set-catalog https://swscan.apple.com/content/catalogs/others/index-10.11beta-10.11-10.10-10.9-mountainlion-lion-snowleopard-leopard.merged-1.sucatalog.gz
After that I reran the software update tool (sudo softwareupdate -ia) and it is now installing pb2 (and hopefully after that pb3).
TL;DR: you need to set the catalog url for software updates. After you've done that you should be able to check for updates and see pb3.
Neither here. It did find PB2 though so I checked out what it was doing. It downloads a catalog file which is just an XML file listing what is available, since when and where to get the various parts. In that list I did find PB2 (it is listed by productkey which I find in my case was 031-25227) but everything after that didn't go beyond 2015-07-28 and are minor updates (Apple Directory, Incompatible App list for 10.11 and a Chinese Word list update).
Now there have been some issues with iTunes Connect and the Dutch language (it was unavailable, similar issue with Flemish) which could be the culprit. Other causes could be that PB3 has been pulled or that not every update server (country) has been updated yet. Try again tomorrow? I think so...
@samiqa: I looked at the part for PB2 in the catalog file and found that it requires numerous parts. It isn't 1 simple pkg file you download and run.
Thanks for showing this screenshot!
You can no longer repair permissions in El Cap as far as i know.
No, the keyword is still 'beta'. The fact that it's available to the public doesn't alter that.
Does anyone have any idea what I could do to get around this issue??
Thanks for showing this screenshot!
I am learning a lot today. Not only is Exposé (or Mission Control) in El Capitan back to the glorious layout from Leopard and I will probably again start to use it, since it ever had been crippled to uselessness, but I also found out using your screenshot that Launchpad actually has a search field! No joke, I simply did not know and I never did see the search field, hence rendering the Launchpad to a bubbling mess of icons which is why I never used it. They should have shown this in 2010! Oh wait, I am just watching the keynote. There was no search field back then. Well, that's bad advertisment. Now with Spotlight being so distracting nowadays, the Launcher suddenly seems to be the better option to quickly launch applications.
Overall, pretty pleased with El Cap. Might become my new default system for both private use and development.