nrobi
09/09/2020, 7:42 AMPhaseScriptExecution Run\ Script ...
is failing on the Gitlab CI, while it’s working locally. Anyone with some experience regarding this type of issue?louiscad
09/09/2020, 9:31 AMnrobi
09/09/2020, 9:34 AMlouiscad
09/09/2020, 9:37 AMnrobi
09/09/2020, 9:41 AMdesc "Build"
lane :build do |options|
xcodebuild(
workspace: "#{scheme}.xcworkspace",
scheme: scheme,
build: true,
build_settings: {
"CODE_SIGN_IDENTITY" => "",
"CODE_SIGNING_REQUIRED" => "NO",
"CODE_SIGN_ENTITLEMENTS" => "",
"CODE_SIGNING_ALLOWED" => "NO"
}
)
end
louiscad
09/09/2020, 10:04 AMDerivedData
content in the bin? It might help reproduce the issue and analyze the error. Also, might be related to signing config differences?nrobi
09/10/2020, 5:58 AMlouiscad
09/10/2020, 7:28 AMDerivedData
directory in the Finder whose path is shown in the logs (use cmd + shift + G to navigate to hidden ~/Library
folder, autocomplete works with tab, like in terminal. And you drag this directory to the bin/trash in the dock (or use cmd + delete).