Post not yet marked as solved
Click to stop watching this thread.
You have stopped watching this post. Click to start watching again.
Post marked as unsolved with 7 replies, 0 views
Replied In
WidgetEntryPointFactory' does not conform to `NonUIEntryPoint` when previewing watch widget
Thanks for the quick turnaround. I can confirm that worked, so you're definitely on the right track.
For others who need this in the interim, the command above only works once - mv fails if the target folder already exists, which happens if you run this command more than once. Here's a version of it that does some cleanup at the beginning, so you can just run the command whenever there's an issue:
rm -r ~/Library/Developer/CoreSimulator/Caches/dyld_old ; mv ~/Library/Developer/CoreSimulator/Caches/dyld{,_old} ; sudo killall -9 com.apple.CoreSimulator.CoreSimulatorService