(iOS) Parse existing post_install block in Podfile #783
Labels
build issue
An issue related to build process
ios
relates to iOS platform
plugin conflict
An issue caused by a conflict with another Cordova plugin
As highlighted in this comment, if another plugin (e.g.
cordova-plugin-ble-central
) is present in the Cordova project (alongside this one) which injects apost_install
block into thePodfile
, this plugin will currently skip the step to inject its ownpost_install
block, potentially causing the build to fail on Xcode 14+ because the steps in that block are necessary for a successful build.Multiple
post_install
blocks in a Podfile are not supported, so this plugin would need to detect and parse the hierarchy of an existingpost_install
block in order to inject its own steps into the existing hierarchy.The text was updated successfully, but these errors were encountered: