Coder Social home page Coder Social logo

Comments (5)

DmitriyKirakosyan avatar DmitriyKirakosyan commented on May 23, 2024 1

@justinkx , the fix is not released yet. Please follow the #979 thread.

from appcenter-sdk-react-native.

DmitriyKirakosyan avatar DmitriyKirakosyan commented on May 23, 2024

Hi @shariqahmed525 , thank you for reaching out and for your support!
Please use the original issue thread #979 for posting a workaround, so everyone following the issue could see it.

I'm closing this as not a real issue.

from appcenter-sdk-react-native.

justinkx avatar justinkx commented on May 23, 2024

Hi! 👋

Firstly, thanks for your work on this project! 🙂

Today I used patch-package to patch [email protected] for the project I'm working on.

Here is the diff that solved my problem:

diff --git a/node_modules/appcenter/react-native.config.js b/node_modules/appcenter/react-native.config.js
index 9d40c82..8fb1810 100644
--- a/node_modules/appcenter/react-native.config.js
+++ b/node_modules/appcenter/react-native.config.js
@@ -3,9 +3,7 @@ const path = require('path');
 module.exports = {
   dependency: {
     platforms: {
-      ios: {
-        podspecPath: path.join(__dirname, 'ios', 'appcenter-core.podspec')
-      },
+      ios: null,
       android: {
         packageInstance: 'new AppCenterReactNativePackage(getApplication())'
       }

This issue body was partially generated by patch-package.

Still Getting the error 'AppCenterReactNative.h' file not found in react native v0.69.2

from appcenter-sdk-react-native.

DmitriyKirakosyan avatar DmitriyKirakosyan commented on May 23, 2024

@justinkx , just to clarify. Is it working for you in RN v0.69.0 and not working in RN v0.69.2?

from appcenter-sdk-react-native.

justinkx avatar justinkx commented on May 23, 2024

@justinkx , just to clarify. Is it working for you in RN v0.69.0 and not working in RN v0.69.2?

Its not working on both react native versions

from appcenter-sdk-react-native.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.