I am level 0 in CocoaPods. When I am using the pod install
there is an error says:
The 'Pods-App' target has transitive dependencies that include static frameworks
I try to search around and see the solution in the FIRST answer.
Pranav Gupta said that I need to add s.static_framework = true
to my podspec. However, I don't know exactly where.
Please guide me if you know how I can put the s.static_framework = true
in my Podfile.
Thank you in advance!