Page MenuHomePhabricator

[native] Fix bitcode issue with Xcode 14
ClosedPublic

Authored by ashoat on Oct 1 2022, 5:27 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, Dec 17, 8:17 AM
Unknown Object (File)
Tue, Dec 17, 8:17 AM
Unknown Object (File)
Tue, Dec 17, 8:17 AM
Unknown Object (File)
Tue, Dec 17, 8:13 AM
Unknown Object (File)
Dec 1 2024, 7:43 PM
Unknown Object (File)
Dec 1 2024, 7:43 PM
Unknown Object (File)
Dec 1 2024, 7:43 PM
Unknown Object (File)
Nov 26 2024, 5:31 PM
Subscribers

Details

Summary

Addresses ENG-1938. Learned more about this issue here.

This diff effectively reverts D30. Back then, the default was ENABLE_BITCODE = YES, and that diff had the effect of disabling bitcode for debug builds. Now that ENABLE_BITCODE = NO is the default, that diff has the effect of enabling bitcode for release builds.

Deleting these lines puts us back to "default" behavior, which is now to have bitcode disabled.

Test Plan

Issue no longer occurs after yarn workspace native clean-all && yarn cleaninstall

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable