Coder Social home page Coder Social logo

Comments (5)

zoyi-jin avatar zoyi-jin commented on August 19, 2024 3

안녕하세요.
제품팀 Jin 입니다.

불편을 드려 죄송합니다.

해당 문제는 최근 iOS SDK가 메이저 업데이트가 진행되어 발생한 문제로, 아래와 같이 해결이 가능합니다.

프로젝트 내 node_modules/react-native-channel-plugin/RNChannelIO.podspec 파일의 dependency 항목을 변경해주세요.

  s.dependency "React"
  s.dependency "ChannelIOSDK", '~> 11.2'

위 내용을 아래와 같이 변경해주시면 됩니다.

  s.dependency "React"
  s.dependency "ChannelIOSDK"

위 방법은 임시 방법으로, 이번주 중으로 업데이트되는 react-native-channel-plugin 업데이트를 반드시 적용해주세요.

from react-native-channel-io.

channeltalk avatar channeltalk commented on August 19, 2024

https://desk.channel.io/#/channels/1/team_chats/groups/16839/66a37bfb7564f45f93a8

from react-native-channel-io.

ph8nt0m avatar ph8nt0m commented on August 19, 2024

안녕하세요. 제안해주신 방법들을 시도해봤지만 아직 문제가 해결되지 않았습니다. 현재 다음과 같은 새로운 오류가 발생하고 있습니다.

.../node_modules/react-native-channel-plugin/ios/RNChannelIO.m:213:14 No known class method for selector 'openSupportBotWith:message:'
.../node_modules/react-native-channel-plugin/ios/RNChannelIO.m:380:14 No known class method for selector 'setPage:'

아마도 Channel IO SDK의 최근 업데이트로 인해 일부 메서드 이름이 변경되었거나 제거되었을 가능성이 있어 보입니다.
혹시 이 문제에 대해 알고 계신게 있나요? 또는 이를 해결할 수 있는 추가적인 방법이 있을까요?
현재 사용 중인 라이브러리 버전:

react-native-channel-plugin:0.8.3
react-native:0.71.19

도움 주셔서 감사합니다.

from react-native-channel-io.

zoyi-jin avatar zoyi-jin commented on August 19, 2024

해당 문제 수정 및 최신버전이 반영된 0.9.0 버전이 릴리즈되었습니다.
혹시 업데이트 후 다시 시도해보시겠어요?

from react-native-channel-io.

fazomo avatar fazomo commented on August 19, 2024

@zoyi-jin 감사합니다. 해결됐습니다.

from react-native-channel-io.

Related Issues (11)

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.