channel-io / react-native-channel-io

Other
13 stars 15 forks source link

pod install 실행시 오류 #68

Closed KoreanThinker closed 3 years ago

KoreanThinker commented 3 years ago
[!] Unable to find a specification for `ChannelIOSDK` depended upon by `RNChannelIO`

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.
version
rn 0.66.1
rn-channel-plugin 0.6.5

pod repo update 실행후에 pod install해도 똑같은 오류. Likning이 필요없어보이지만 Linking을 해도 똑같음

zoyi-jin commented 3 years ago

RN의 경우 pod에 ChannelIOSDK를 추가하셔서 진행해주셔야합니다.

자세한 가이드는 링크를 확인해주세요.

KoreanThinker commented 3 years ago

RN의 경우 pod에 ChannelIOSDK를 추가하셔서 진행해주셔야합니다.

자세한 가이드는 링크를 확인해주세요.

@zoyi-jin 그렇게 해도 똑같이 나옵니다;; 아마 cocoapod에 sdk가 업로드 안됬거나 sdk이름에 오타가 난것같습니다

KoreanThinker commented 3 years ago

ChannelIOSDK를 수동으로 추가해야하는 거군요;; @zoyi-jin 님 감사합니다 :)