I know use_framework! is used for swift libraries but what to do if want to use Obj-C and Swift libraries in one project
Is there any method to use
use_framework!
for seperate pods
I know use_framework! is used for swift libraries but what to do if want to use Obj-C and Swift libraries in one project
Is there any method to use
use_framework!
for seperate pods
Copyright © 2021 Jogjafile Inc.
With cocoa pods 1.1.1 you can now have use_frameworks! inside one or more targets in your Podfile. This allows you to use frameworks for some targets and not for others!