Hi, Apple just released the new Xcode 12.5 that brings new Swift and so on but the new Xcode also brings the new requirement for libs that must be built with the APPLICATION_EXTENSION_API_ONLY set to true. So, when I try to build the app that consumes a KMP lib I get the following error:
Application extensions and any libraries they link to must be built with the APPLICATION_EXTENSION_API_ONLY build setting set to YES