Hi,
I have integrated Adobe Launch XCFrameworks in Application target in XCode. Imported Adobe classes in Bridging Header, I am able to call the Adobe Launch APIs from swift code successfully. However, if I create a Framework target and add and link xcframeworks in build phases of the framework target and import the Adobe classes in universal header file, I am getting an error :
Include of non-modular header inside framework module.
Let me know how can I use Adobe Launch XCFrameworks in framework targets ?