Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix MacCatalyst archiving for stand-alone pod (#1585)
Summary: When used alone, yoga has no visibility over the USE_FRAMEWORKS variable set by React Native. In this case, there is no other way to know whether the current target that will install the spec is using use_framewors or not. As a failsafe, condition, let's always add the `"$(PODS_TARGET_SRCROOT)"` to the search paths to make sure that archiving won't fail. Whe used in other context, that should not be a problem: search paths are just directory Xcode uses to find headers that are needed. Reviewed By: NickGerleman Differential Revision: D54417386
- Loading branch information