Not yet, I`ll get back to you if I figure it out.Did you find a solution to the maxed out cars (12) I am having the same issue
Not yet, I`ll get back to you if I figure it out.Did you find a solution to the maxed out cars (12) I am having the same issue
Not yet, I`ll get back to you if I figure it out.
Speaking of Bridge OS...
Has anyone having this Apple Pay problem also noticed another problem I *think* might be related? (Or could just be a T2/Bridge OS issue).
Twice in the last 2 weeks while I've been trying to fix Apple Pay I've also had problems with
In every case, I've noticed in the same log messages referring to nfrestore_service (see below). It times out after a minute.
- Safari hanging opening preferences (especially the privacy pane)
- Web sites that use ApplePay causing Safari to freeze
- Messages being slow to open
Aug 1 16:48:42 nfrestore_service[2236]: DEPRECATED USE in libdispatch client: Setting timer interval to 0 requests a 1ns timer, did you mean FOREVER (a one-shot timer)?
Aug 1 16:49:42 com.apple.xpc.launchd[1] (com.apple.nfrestore_service[2236]): Service exited with abnormal code: 255
The only way I've been able to fix it (at least temporarily) is to do an SMC reset.
It's done this 3 or 4 times in the last 2 weeks.
I'm having this exact same problem on my 2018 15" MBP, particularly with the Messages app taking a minute to load. Also getting the same error messages in system.log for nfrestore_service. Have you found any fixes yet?
Have you installed today's High Sierra "Supplemental Update 2" yet? I wonder if that will fix it...
If not, an SMC reset fixes it temporarily, but I don't have a permanent fix yet. I have an open issue I raised with Apple support (they've sent details to engineers, don't have a response yet). I'll update this thread if I get any more info:
https://discussions.apple.com/message/33777066#message33777066
For ease of reading the problem can be identified by opening the Terminal app and pasting in the following command:
Code:defaults read .GlobalPreferences PKSecureElementAvailableFlags
If Terminal responds with:
rather than the correct value of:Code:1
Code:3
Then the fault is with this flag value and the following command should be pasted into Terminal:
Code:defaults write .GlobalPreferences PKSecureElementAvailableFlags -int 3
You can check this value again by repeating:
Code:defaults read .GlobalPreferences PKSecureElementAvailableFlags
The Wallet appeared in the System Preferences pane immediately after this command but it took me a restart to get it to accept a new card (a log out/in may have also worked).
Full credit to Einkoro, mjrit and a few others.