-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Today I used patch-package to patch apptentive-react-native@6.8.0 for the project I'm working on.
MacOS builds using xcodetools example local eas builds will come across this problem.
NOTE: this also happens in Bitrise Builds
Here is the diff that solved my problem:
diff --git a/node_modules/apptentive-react-native/apptentive-react-native.podspec b/node_modules/apptentive-react-native/apptentive-react-native.podspec
index 9c35484..cbc0f86 100644
--- a/node_modules/apptentive-react-native/apptentive-react-native.podspec
+++ b/node_modules/apptentive-react-native/apptentive-react-native.podspec
@@ -15,6 +15,6 @@ Pod::Spec.new do |s|
s.source_files = "ios/**/*.{h,m,mm,swift}"
- s.dependency 'ApptentiveKit', '~> 6.8.1'
+ s.dependency 'ApptentiveKit', '~> 6.9.2'
s.dependency "React-Core"
endThis issue body was partially generated by patch-package.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels