I've been following these instructions and managed to get a development flow running: https://developer.apple.com/forums/thread/725805
However, my extension changes are only applied as follows:
- Change the code
- Remove the extension using
OSSystemExtensionRequest.deactivationRequest
- Restart Mac
If I don't do that, it seems that the old version of my extension keeps running. I confirmed this based on OSLogs that I added.
In other words: how can I ensure during development my latest code gets executed?