CharlieSuP1
CharlieSuP1
Simple implementation for cli support e.g. ./bin/BuildSettingExtractorCli -x MyAwsomeProj.xcodeproj -o XCConfig supported args: ``` ./bin/BuildSettingExtractorCli -h Extract build settings from xcodeproj to xconfig Args: -x, --xcodeproj: Path to xcodeproj -o,...
我也遇到过,用memory map并没有发现可疑的地方
Updates: I think we can mimic xcodebuild's behavior: when using "split derived files" feature,pass `-emit-dependencies` alongside `-emit-module`. then use the swiftdeps result from `-emit-dependencies`, to trim input files for actual...