use_frameworks! platform :ios, '9.0' target 'rustlib_Example' do pod 'rustlib', :path => '../' target 'rustlib_Tests' do inherit! :search_paths end end