是否可以更改 "pod install" 创建的 "Pods" 目录
Is it possible to change the "Pods" directory created by "pod install"
是否可以将 /Project/Pods
目录更改为 /Project/SomeFolder/MyPods
之类的目录
更改 podfile 中的路径如下:
workspace '../ejourna.xcworkspace'
target 'project' do
platform :ios, '13'
use_frameworks!
project '../ejournal.xcodeproj'
示例:
是否可以将 /Project/Pods
目录更改为 /Project/SomeFolder/MyPods
更改 podfile 中的路径如下:
workspace '../ejourna.xcworkspace'
target 'project' do
platform :ios, '13'
use_frameworks!
project '../ejournal.xcodeproj'
示例: