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

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

commit 35612fd9930fa5140f40a8f1e79af624996ba15e
Author: jcesarmobile <[email protected]>
AuthorDate: Wed Feb 4 18:45:10 2026 +0100

    chore!: Remove compileBitcode from export options
---
 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