This is an automated email from the ASF dual-hosted git repository.

dpogue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-ios.git


The following commit(s) were added to refs/heads/master by this push:
     new ee4eb9e7 chore: Remove compileBitcode from export options (#1601)
ee4eb9e7 is described below

commit ee4eb9e7ddc245bbd9d2f2f5b4b751261e764204
Author: jcesarmobile <[email protected]>
AuthorDate: Wed Feb 25 02:27:46 2026 +0100

    chore: Remove compileBitcode from export options (#1601)
---
 lib/build.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/build.js b/lib/build.js
index 180889d3..6cccc70b 100644
--- a/lib/build.js
+++ b/lib/build.js
@@ -263,7 +263,7 @@ module.exports.run = function (buildOpts) {
 
             const project = createProjectObject(projectPath);
             const bundleIdentifier = project.getPackageName();
-            const exportOptions = { ...buildOpts.exportOptions, 
compileBitcode: false, method: 'development' };
+            const exportOptions = { ...buildOpts.exportOptions, method: 
'development' };
 
             if (buildOpts.packageType) {
                 exportOptions.method = buildOpts.packageType;


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to