ios - switch between multiple version of cocoapods -
i have xcode 7.3.1 , xcode 8 , using both of them 2 different projects. each project needs different version of cocoapods. have have 2 cocoapods versions installed. how can switch between 2 versions ? in other words when use xcode 7 need version , when use xcode 8 need other version of cocoapods.
thanks
pod --version
lists version of coco pods in system
pod _1.0.1_ install #uses 1.0.1 version
Comments
Post a Comment