-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Type Pick RequestPick requests to include commits inside a React Native releasePick requests to include commits inside a React Native release
Description
Target Branch
0.81
Link to commit or PR to be picked
Description
When building the xcframeworks on iOS we're including the file jsi/jsi.cpp in the Swift Package. This file is also included in Hermes and React Native should use the hermes version of these symbols. This is even described (but overlooked) in the React-jsi podspec file.
This causes the error seen in the bug addressed by this commit.
The fix is to exclude the jsi/jsi.cpp file from the jsi target in our swift package.
Metadata
Metadata
Assignees
Labels
Type Pick RequestPick requests to include commits inside a React Native releasePick requests to include commits inside a React Native release