Skip to content

MacOS 26 Build issue聽#271

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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