i'm building private pod , provided class prefix when ran pod lib create mypod. looks example app included in workspace has class prefix set, development pod doesn't. because of that, have manually add class prefix each new file create in pod. (i realize that's not lot of work.)
i have field set on pods project cleared during pod install or pod update. that's not place put imho because that's technically entire pods project, including other pods mine dependent on.
you can add project settings podspecs , podfiles, believe adds entire pods project i'm not convinced best solution.
is there way keep class prefix development pod?
i'm using xcode 6.4 , cocoapods v0.37.2 on osx 10.10.4
Comments
Post a Comment