objective c - How can frameworks used by a static library be automatically imported on iOS? -
My company creates a stable library for iOS apps, an annoying step for developers is that they use all of the libraries It has to be linked manually to the necessary frameworks, and failing to do so conflicts errors.
I had first thought that it was not possible, but the company claims to be like a chartbost advert and storekit. Based on my trial based on my sample app (available from the linked page), this seems like a case so far (whenever there is a link between static library in the "Enabled Modules" and "Automatically Link Framework" app it happens). / P>
Is there any way to enable this feature while creating a stable library? I have tried to enable the module in Xcode and the "Link Framework Automatically" LLVM option but have not been able to work it yet.
My original answer was not correct. But the thing is that it is not a simple project move that works normally. It contains internal code. CBDynamicallyLoadedDependencies
is a piece of code that calls Call the appropriate system library before making the dlopen () function or method.
Duplication () The call is only in the x86 code, on the device, it's something different, but my ARM assembly is not strong enough to understand it. I can only say that there is a piece of code working for Trumpoline for the desired work and this system refers to library files (such as / system / library / frames / ads / framework / ads).
Comments
Post a Comment