Code Monkey home page Code Monkey logo

Comments (17)

MatkovIvan avatar MatkovIvan commented on June 9, 2024 7

Hi there, thanks for reporting this.
I'm marking it as feature request, we'll let you know when the SDK will be ready for usage with RN 0.69. Thanks

from appcenter-sdk-react-native.

santiagofm avatar santiagofm commented on June 9, 2024 3

This is because when upgrading to 0.69, a new version of the cli is also used and now react-native-community/cli#1537 gets enforced.

All of appcenter, apacentar-analytics & appcenter-crashes should now conform to https://github.com/react-native-community/cli/blob/master/docs/autolinking.md, basically removing the platforms.ios.podspecPath config.

from appcenter-sdk-react-native.

DmitriyKirakosyan avatar DmitriyKirakosyan commented on June 9, 2024 3

Hi folks, as a temporary workaround until the release is out, you can use these packages: https://github.com/microsoft/appcenter-sampleapp-react-native/tree/master/appcenter-sdk-packages.

Please note, that it is not an official release, so use it only if the current issue is blocker for you and you need a quick solution.

from appcenter-sdk-react-native.

JoannaMassassi avatar JoannaMassassi commented on June 9, 2024 2

Hello there! Is this updated or is something else needed? As I'm trying to run my project with RN 0.69 but I'm still getting AppCenterReactNative.h' file not found that crashes the app. I need to do some extra step to make AppCenter runs fine with the new version? Thank youu

from appcenter-sdk-react-native.

sunchanras avatar sunchanras commented on June 9, 2024 2

Hello @AnatolyPristensky . May be we can release the fix ?

from appcenter-sdk-react-native.

AnatolyPristensky avatar AnatolyPristensky commented on June 9, 2024 2

Hello,
Release with the fix is available - 4.4.5

from appcenter-sdk-react-native.

jbrodriguez avatar jbrodriguez commented on June 9, 2024 1

hi, alternate solution i used, patch-packageed changes from this PR #981

from appcenter-sdk-react-native.

omarDtp avatar omarDtp commented on June 9, 2024 1

Hello,
is there an estimation to when this problem will be solved ?

from appcenter-sdk-react-native.

Alt-er avatar Alt-er commented on June 9, 2024 1

When will the new version be released 😭

from appcenter-sdk-react-native.

sunchanras avatar sunchanras commented on June 9, 2024

I also ran into this problem today.

from appcenter-sdk-react-native.

sunchanras avatar sunchanras commented on June 9, 2024

@AnatolyPristensky Any update on this issue ?

from appcenter-sdk-react-native.

Zestpond avatar Zestpond commented on June 9, 2024

I have same issue!!!

from appcenter-sdk-react-native.

sunchanras avatar sunchanras commented on June 9, 2024

@MatkovIvan Nice. thank you.

from appcenter-sdk-react-native.

Chicooz avatar Chicooz commented on June 9, 2024

waiting for new version !!

from appcenter-sdk-react-native.

AnatolyPristensky avatar AnatolyPristensky commented on June 9, 2024

Hello @omarDtp, release with the fix is planned for this month.

from appcenter-sdk-react-native.

omars94 avatar omars94 commented on June 9, 2024

Hello there,

until releasing the new version you can use this workaround
add it before the target of your project

install! 'cocoapods', :deterministic_uuids => false

from appcenter-sdk-react-native.

prakashbokati avatar prakashbokati commented on June 9, 2024

Hello there,

until releasing the new version you can use this workaround add it before the target of your project

install! 'cocoapods', :deterministic_uuids => false

this does not help

require_relative '../node_modules/react-native/scripts/react_native_pods'
require_relative '../node_modules/@react-native-community/cli-platform-ios/native_modules'

platform :ios, '13.0'
use_frameworks! :linkage => :static

install! 'cocoapods', :deterministic_uuids => false

target 'TheHub' do
  pod 'GoogleMaps'
  pod 'Google-Maps-iOS-Utils'

  config = use_native_modules!

  # Convert all permission pods into static libraries
pre_install do |installer|
  Pod::Installer::Xcode::TargetValidator.send(:define_method, :verify_no_static_framework_transitive_dependencies) {}

  installer.pod_targets.each do |pod|
    if pod.name.eql?('RNPermissions') || pod.name.start_with?('Permission-')
      def pod.build_type;
        # Uncomment the line corresponding to your CocoaPods version
        Pod::BuildType.static_library # >= 1.9
        # Pod::Target::BuildType.static_library # < 1.9
      end
    end
  end
end


  # Flags change depending on the env values.
  flags = get_default_flags()
  
  use_react_native!(
    :path => config[:reactNativePath],
    # to enable hermes on iOS, change `false` to `true` and then install pods
    :hermes_enabled => flags[:hermes_enabled],
    :fabric_enabled => flags[:fabric_enabled],
    # An absolute path to your application root.
    :app_path => "#{Pod::Config.instance.installation_root}/.."
  )
  
  
  permissions_path = '../node_modules/react-native-permissions/ios'
  pod 'Permission-LocationWhenInUse', :path => "#{permissions_path}/LocationWhenInUse"
  pod 'Permission-Contacts', :path => "#{permissions_path}/Contacts"


  # use_flipper!()

  post_install do |installer|
    react_native_post_install(installer)
    __apply_Xcode_12_5_M1_post_install_workaround(installer)
  end
end

here is my podfile.

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.