alexkendall / react-native-bluetooth-cross-platform

Cross-Platform Bluetooth & WiFi React Native Module. Powered by underdark http://underdark.io/.
179 stars 35 forks source link

Code Signing Issues using fastlane (ProtocolBuffers.framework IOS) #57

Open TylerIlunga opened 4 years ago

TylerIlunga commented 4 years ago

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