bndkt / react-native-widget-extension

Add widgets and live activities to a React Native app
https://bndkt.com/blog/2023/ios-live-activities
437 stars 33 forks source link

Build error when use_frameworks is enabled #8

Closed julian-gargicevich closed 1 year ago

julian-gargicevich commented 1 year ago

Building the app with expo-build-properties/use_frameworks enabled throws the following error:

 [!] Unable to integrate the following embedded targets with their respective host targets (a host target is a "parent" target which embeds a "child" target like a framework or extension):
- App (true) and AppWidgets (false) do not both set use_frameworks!.
pod exited with non-zero code: 1

Is there any ways to enable it in the modoule?

bndkt commented 1 year ago

@julian-gargicevich this should be fixed with v0.0.2, can you please verify?