Skip to content

MacOS 26 Build issue #271

@dannyyy-jimenez

Description

@dannyyy-jimenez

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"
 end

This issue body was partially generated by patch-package.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions