@dpogue The beta issue was something different. In one of my environments that builds for iOS with CocoaPods, I had also seen the CocoaPods issue. In that environment, I had also completely removed the the `xcconfig` flag. Apps continued to build successfully for iOS with CocoaPods after this change.
Since the `xcconfig` is applied for entire project's workspace, during code signing step, it tries to signing the libraries that were imported by CocoaPods. This caused the build to error. [ Full content available at: https://github.com/apache/cordova-ios/issues/394 ] This message was relayed via gitbox.apache.org for [email protected]
