We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
before_build
1 parent bd2a738 commit 3d3d125Copy full SHA for 3d3d125
plugin.xml
@@ -19,8 +19,9 @@
19
</engines>
20
21
<platform name="ios">
22
-
23
- <hook type="after_prepare" src="extra/hooks/iosrtc-swift-support.js" />
+ <!-- Using `before_build` instead of `after_prepare` hook because in some environments the hook could get triggered
+ before the npm dependencies would be installed, which would then break the build process. -->
24
+ <hook type="before_build" src="extra/hooks/iosrtc-swift-support.js" />
25
26
<config-file target="config.xml" parent="/*">
27
<feature name="iosrtcPlugin">
0 commit comments