Accelerator
Accelerator copied to clipboard
Accelerator with non source Frameworks
Hi!
-
I have a bunch of dynamic Frameworks(+30), all of them distributed as binaries(no source). Is it possible to use Accelerator in an app that pulls all of them through cocoapods? Should it still work and make them static even tho they were already compiled?
-
If I manually add the run script in my app without using the Accelerator pod, should it work(I haven't managed to make it work).
Thank you,
Marc
Hi, I don’t think this is possible. You can’t relink a framework as far as I know.
Thank you so much for your quick response, I appreciate it.