Windows version: Windows 10
Builder version: 3.64
iOS SDK version: 17.2
I have created a Notification Service Extension Target in Xcode, connected it to my main project, and it's working well during development. However, I'm unsure how to properly include this target in the IPA when building the main project. What steps do I need to follow to ensure that the extension target is added to the IPA, so it functions correctly after deployment, just like it does in Xcode?