1
IOS에 한 신호 푸시 알림을 통합 할 수 없습니다 적절한 방법을 통합 ??? 아이폰 OS 엑스 코드 (8)자신의 사이트에서 문서를 제공하지만 난 podfile을 통해 framwork를 설치할 때,이 시간에 내가</p> <p>어떻게 0%의 의존성을 가지고에 따라 내가 한 신호를 통합하기 위해 노력했다
에 나는이 단계를 시도했다 : 나는 cocoaPods이 아이폰 OS와 함께 실패 것으로 나타났습니다
Option A: Use CocoaPods (Recommended)
Setting up CocoaPods on your system if you don't have it already.
Make sure you have the latest 1.1.0 version by running pod --version from the terminal.
Run the following to upgrade sudo gem install cocoapods
1.1 Make sure your current Xcode project is closed.
1.2 Run pod init
1.3 Run echo "pod 'OneSignal'" >> Podfile
NOTE (React Native only) : Run echo "pod 'OneSignal', '~> 1.13.3'" >> Podfile instead.
1.3 Run pod install
1.4 Open the newly created .xcworkspace file.
https://documentation.onesignal.com/docs/ios-sdk-setup
그래, 여기에서 동일. 어떤 해결책? – Mark
예 해결책을 얻었고 문제는 꼬투리 파일을 만들었습니다 –
고맙습니다 ...... – Mark