I've been trying to submit an app which has a user-configurable widget for iOS 14. The app has 3 targets:
The main app
The widget extension
The intents extension
Everything runs well on test devices, but when I try to submit via Xcode, I get the error: ERROR ITMS-90674: "Intents Extension Issue. The intent "SelectWidgetEventIntent" is in multiple intents extensions, but it can only be in one."
I actually don't see any other examples online around this. There is only ONE intents extension in the app. What am I missing?