Post

Replies

Boosts

Views

Activity

Reply to iOS 15 Simulator's Spotlight process consistently uses ~100% of CPU. Any ideas for mitigation?
Thanks! It worked, steps as below: 1/ disabled Siri related settings 2/ replace setting cd ~/Library/Developer/CoreSimulator/Devices find . -name com.apple.suggestions.plist -exec plutil -replace SuggestionsAppLibraryEnabled -bool NO {} ";" 3/ kill Spotlight Process in Activity Monitor 4/ restart simulator -> not all cores on my M1 are used now! temperature drops from 6x to 4x! I thought Xcode is optimised but i guess we'll have to monitor any release from A. Team then! :)
Nov ’21