Only upgrading to next Xcode version. Also in the last days Apple has changed something and now only in CI, the main thread is unable to perform tasks in UITests ...
If it doesn't work, could be that you are pointing to a fixed Base SDK version on your build settings.
You can find what sdks you have, running xcodebuild -sdk -version
I won't mark your response as accepted, because maybe someone will discover another way. But yes, this solution could work. I think it is something very complex to make it works.
Thanks
So, which is the purpose of ExtensionFoundation and ExtensionKit? I'm asking because the target templates have their own implementation and it's not needed to use these frameworks. Also I can read in the documentation attached. Use ExtensionFoundation by itself to create extensions and extension points that don’t present a user interface.
Only upgrading to next Xcode version. Also in the last days Apple has changed something and now only in CI, the main thread is unable to perform tasks in UITests ...
If it doesn't work, could be that you are pointing to a fixed Base SDK version on your build settings.
You can find what sdks you have, running xcodebuild -sdk -version
I won't mark your response as accepted, because maybe someone will discover another way. But yes, this solution could work. I think it is something very complex to make it works.
Thanks
So, which is the purpose of ExtensionFoundation and ExtensionKit? I'm asking because the target templates have their own implementation and it's not needed to use these frameworks. Also I can read in the documentation attached. Use ExtensionFoundation by itself to create extensions and extension points that don’t present a user interface.