Rome icon indicating copy to clipboard operation
Rome copied to clipboard

simulator build produces _CodeSignature directories

Open kambala-decapitator opened this issue 3 years ago • 1 comments

as a workaround I use:

:post_compile => Proc.new { |installer|
  system('find Rome -type d -iname _CodeSignature -exec rm -rf {} +')
}

kambala-decapitator avatar Mar 23 '21 11:03 kambala-decapitator

turns out it's xcodebuild's fault, a better solution is to use CODE_SIGNING_ALLOWED=NO build setting

kambala-decapitator avatar Mar 24 '21 11:03 kambala-decapitator