CocoaPods / Rome

Makes it easy to build a list of frameworks.
MIT License
694 stars 64 forks source link

simulator build produces _CodeSignature directories #91

Open kambala-decapitator opened 3 years ago

kambala-decapitator commented 3 years ago

as a workaround I use:

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

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