I'm trying to distribute an app with a watchOS independent app target but it keeps failing with the error:
Invalid Info.plist key. The key 'NSAccentColorName' in bundle My/WatchOS/App.app is invalid.
I can't see any key with that name and the only way I found to fix it is to remove the accentColor from the Asset folder but doing that I lose the color that I want to use in the watch app
Invalid Info.plist key. The key 'NSAccentColorName' in bundle My/WatchOS/App.app is invalid.
I can't see any key with that name and the only way I found to fix it is to remove the accentColor from the Asset folder but doing that I lose the color that I want to use in the watch app