Anyone look into speeding up builds in Xcode by apply input/output files in the build phase when exe...
d
Anyone look into speeding up builds in Xcode by apply input/output files in the build phase when executing embedAndSignAppleFrameworkForXcode https://developer.apple.com/documentation/xcode/improving-the-speed-of-incremental-builds#Declare-inputs-and-outputs-[…]stom-scripts-and-build-rules which input/output files would be good indicator that the build phase doesn't have to be executed? seems @Lukáš Kúšik asked this question als in June but no one seemed to answer it.