You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I have an issue with codesign when building project. When I use bundle exec pod binary prebuild command, it generates frameworks which are precompiled, but when I open Xcode and build the error Command CodeSign failed with a nonzero exit code comes to me. I also try build without precompiling all pods and I have successful building result, without the error above. I don't know why with compiled pods Xcode throws error about codesign but without them Xcode doesn't.
I don't know if this is a bug or just my mistake so I create a blank issue here.
The text was updated successfully, but these errors were encountered:
Hi, I have an issue with codesign when building project. When I use
bundle exec pod binary prebuild
command, it generates frameworks which are precompiled, but when I open Xcode and build the errorCommand CodeSign failed with a nonzero exit code
comes to me. I also try build without precompiling all pods and I have successful building result, without the error above. I don't know why with compiled pods Xcode throws error about codesign but without them Xcode doesn't.I don't know if this is a bug or just my mistake so I create a blank issue here.
The text was updated successfully, but these errors were encountered: