Closed MarchewkaMatthew closed 1 year ago
Isn't that error related to this issue? https://github.com/allboatsrise/expo-marketingcloudsdk/issues/6
Hi @andrejpavlovic, I'm not sure. in the eas build steps expo prebuild
seems to work just fine. I also have expo-notifications
added to my plugins list. I will try to add s.dependency 'EXNotifications'
and let you know about the result.
It indeed fixed the issue 👍 I've updated my PR to this repository: #9
Published fix in 48.0.1
Hi @andrejpavlovic !
Thank you for maintaining this module. I have a question regarding building this plugin with
useFrameworks: "static"
set for iOS devices (added with theexpo-build-properties
). I need to add it in order to enableReact Native Firebase
in my project. I'm not really sure what that would require from the package to support building from the "framework" instead of the static library.app.config.ts
:Error message during
run fastlane
step in the eas build:Thank you in advance for your help!