Automatically select proper path to local CocoaPods framework
问题 I have a local framework. Since I work from different computers - I have different local paths to this framework. So, whenever I build it on another machine - I need to change the path. That is how I change it: target 'SomeTarget' do # pod 'SomeFramework', :path => 'some/other/local/path' pod 'SomeFramework', :path => 'some/local/path' end Is there some way to write both paths and the proper path will be selected automatically? Or any other solution which will help to forget about manual