- ウィジェット作成時に出た問題の解決法をまとめました。
- Developer Forumsの内容を表示するにはAppleのDeveloperアカウントが必要です。
- XCode6 beta4での変更点を追記しました (2014/07/29)
ウィジェット関連のエラー
ウィジェットが表示されない
解決法
- Developer Forums: Today Widget - Cannot get Hello World
https://devforums.apple.com/message/973985#973985
ウィジェットのサイズ変更ができない、デリゲートが受け取れない
解決法
- Developer Forums: Swift Today Extensions (Widgets) Not Working
https://devforums.apple.com/message/973066#973066
ブレイクポイントで止まらない? 【→解決!】
状況の詳細
-
Developer Forums: How to debug Widgets?
https://devforums.apple.com/message/973797#973797 -
XCode6 beta4からウィジェットでもブレイクポイントが止まるようになりました
GPSは取得できない?【→解決!】
状況の詳細
-
Developer Forums: App Extension using CoreLocation
https://devforums.apple.com/message/980967#980967 -
ウィジェットでもGPS取得できました。以下Gitにあった簡単なサンプルです。
-
HeEAaD/LocationWidget
https://github.com/HeEAaD/LocationWidget
(動かすにはSwiftの記述がbeta3で変更された部分を若干修正する必要あり)
ウィジェットに関係ないエラー
「swift」って名前のプロジェクト作成したらやたらエラーが出る
解決法
- Xcode - SourceKitService Terminated Editor functionality temporarily limited. - Qiita
http://qiita.com/Sam/items/f2410f3c247d17e79b5f
リンク先サイトの皆様、どうもありがとうございました!