Code Monkey home page Code Monkey logo

Comments (5)

bensmiley avatar bensmiley commented on June 6, 2024 1

Can you check the latest version and tell me if this is still a problem?

from chat-sdk-ios.

ronaldo-triibo avatar ronaldo-triibo commented on June 6, 2024 1

Hi, thanks for your reply!
I've tried with version 5.2.1 (which is the latest I found using pod search) and the issue still happens.

from chat-sdk-ios.

mahesh-ivy avatar mahesh-ivy commented on June 6, 2024

I have installed latest version of this and same issue happening to me in iOS simulator and device. Any solution would be helpful.

from chat-sdk-ios.

ronaldo-triibo avatar ronaldo-triibo commented on June 6, 2024

This week I came back to my project and actually managed to get it working by doing the following:

  1. Upgraded my React Native version to 0.70.15 (using https://react-native-community.github.io/upgrade-helper)
  2. Setting hermes_enabled to false in my Podfile.
  3. Since my project uses static frameworks in its Podfile (use_frameworks! :linkage => :static), I've created a new define for dynamic ones as follows:
def dynamic_pods
    use_frameworks! :linkage => :dynamic
    pod 'AFNetworking'
    pod 'ChatSDK', '5.1.5'
    ...
end

And called it in my target:

target 'MyProject' do
    static_pods
    dynamic_pods
end

Hope it helps!

from chat-sdk-ios.

mahesh-ivy avatar mahesh-ivy commented on June 6, 2024

That was great help brother. Many many thank you. Will try this now.

from chat-sdk-ios.

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.