Using fastlane to submit a new build (such as running "fastlane ios beta" if you are using the default Fastfile), you run into a code signing issue when attempting to sign the "ProtocolBuffers.framework".
For those who ran into the same issue, this solution is a workaround. Hope this helps anyone who faces a similar issue in the future :D
Using fastlane to submit a new build (such as running "fastlane ios beta" if you are using the default Fastfile), you run into a code signing issue when attempting to sign the "ProtocolBuffers.framework".
For those who ran into the same issue, this solution is a workaround. Hope this helps anyone who faces a similar issue in the future :D