0xFEE1DE4D
(Andrey Gluhih)
1
Hi,
I have iOS Project - PJ, Package which is dependency for PJ - PKG, and Wrapper Package with static XCFramework which is dependency for PKG - XCPKG.
And the issue is XCPKG must be compiled with -ObjC flag, so in PKG im specifying that with linkerSettings: unsafeFlags. But when im trying to connect that PKG to my PJ, there are error about that unsafe flag.
My question is it possible to connect package with unsafeFlag to a project? All my packages are local, and I've seen it is possible to connect local and branch packages to another packages, but what about connection of them to the project?