It sounds like you're experiencing issues with your PowerPoint add-in on macOS after an Office update. Here are some steps you can take to troubleshoot the problem:
- Check for Updates: Ensure that you have the latest version of Office installed. Sometimes, subsequent updates can fix issues introduced in earlier versions.
- Debugging with Safari Web Inspector: Since you're developing an Office.js add-in, you can use the Safari Web Inspector to debug the add-in. If the task pane is blank, try reducing the size of the dialog and using the Inspect Element option to see if any errors are being logged.
- Runtime Logging: You can enable runtime logging for PowerPoint to gather more information about what might be going wrong. Use the Terminal command to set the logging preference and check the log file for any errors related to your add-in.
- Clear Cache Again: Although you mentioned clearing the Office cache, ensure that you are clearing it completely and not just individual files. This can sometimes resolve loading issues.
- Validate Manifest: Since you have already validated the manifest, double-check that all references and settings are correct, especially for shared runtime and the APIs you are using.
If the problem persists after trying these steps, consider reporting the issue to the Office extensibility team for further assistance.
References: