objective c - Importing Cocoapod which specifies "use_frameworks" -
i have 2 objective-c projects cocoapods. we'll call them , b.
a's podfile specifies "use_frameworks!". able include framework header files pods pulls in , build project. pod (it has .podspec)
b's podfile pulls in pod. b's podfile specifies "use_frameworks!". when build b, none of files can find imported header files.
i'm specifying use_frameworks because i'm pulling in pods swift code.
Comments
Post a Comment