問題タブ [watchos]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
ios - CocoaPods で動作する watchOS 2
CocoaPods を watchOS 2 で動作させた人はいますか? 「use_framework!」を使ってみた 'platform :watchos, '2.0' と表示されますが、「[!] 無効なPodfile
ファイル: サポートされていないプラットフォームですwatchos2
。プラットフォームは、:ios
または:osx
.. CocoaPods を更新すると問題が解決する可能性があります。」と表示されます。</p>
CocoaPods の最新バージョンを使用しています。
ios - 非公開ライブラリ SockPuppetGizmo
iOS/Watch OS アプリ用に Apple に提出した最新のバイナリが次の理由で無効であるというメールを受け取りました。
このアプリは、PlugIns/iPrayed.appex/iPrayed WatchKit App.app/_WatchKitStub/WK の非公開ライブラリにリンクしています: /System/Library/PrivateFrameworks/SockPuppetGizmo.framework/SockPuppetGizmo
私は以前にこのビルドを問題なく提出しましたが、何も追加せずに数行のコードにいくつかの変更を加えただけです。これが何であるかについての手がかりはありますか?
debugging - 実際の Apple Watch デバイスで WatchKit アプリを実行することは可能ですか?
私は Xcode 6.4 で WatchKit アプリを開発しており、実際の Apple Watch にアクセスできます。その上で WatchKit アプリをデバッグすることは可能ですか?
ありがとうございました
ios - Apple Watch string is getting truncated
In my app there is a big string of about 40 lines and I'm trying to put it on the Apple Watch. When I open it only 10 lines are being displayed and rest of the sting is getting truncated with dots. How can I show the entire string on the Apple Watch so that users can keep scrolling down.