Pod install failed when enabling react-native-macos

Please provide the following:

  1. SDK Version: 43
  2. Platforms(Android/iOS/web/all): macos
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Replace this section with as much relevant information as possible and any relevant code along with your question.

I already ran expo eject, i am adding macos support with npx react-native-macos-init;
After this, the pod install command failed due to this problem:

For anyone who got this problem:
By default, react-native-macos contains an iOS target, and it’s minimum deployment target is 12, as we already have an iOS project, we can comment iOS setup in the macos/Podfile

1 Like

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.