HomePhabricator
Diffusion Comm 38328bf24858

[native] Fix bitcode issue with Xcode 14

Description

[native] Fix bitcode issue with Xcode 14

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

Reviewers: atul

Reviewed By: atul

Subscribers: tomek, abosh

Differential Revision: https://phab.comm.dev/D5277

Details

Provenance
ashoatAuthored on Oct 1 2022, 12:18 PM
Reviewer
atul
Differential Revision
D5277: [native] Fix bitcode issue with Xcode 14
Parents
rCOMM4bd573433b20: [native] Add Podfile hack to disable Signing Team requirement
Branches
Unknown
Tags
Unknown
Reverts
Restricted Differential Revision