<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>barromodのゆるゆるブログ</title>
<link>https://ameblo.jp/barromod/</link>
<atom:link href="https://rssblog.ameba.jp/barromod/rss20.xml" rel="self" type="application/rss+xml" />
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
<description>iPhoneアプリ製作の日記とか、ゆるりゆるりと書いております。</description>
<language>ja</language>
<item>
<title>UIWebViewの代わりにWKWebViewを使用することで豊富な機能、問題の解決を</title>
<description>
<![CDATA[ <p>iPhoneアプリにウェブブラウジングの機能をつけたい！というときにWebViewを設置しますが、クラスをUIWebViewではなくWKWebViewにすると機能がより増えるらしい・・・？</p><p>&nbsp;</p><p>詳しいことはよく分かりませんが原因不明の問題がUIからWKに変更することで解決したケースも。</p><p>&nbsp;</p><p>ちなみに私もUIWebViewだとブラウズできないバグが発生し、WKWebViewにしたら治りました。その後UIWebViewに戻したら普通にブラウズできました。謎ですねー・・・。</p><p>&nbsp;</p><p>とりあえずWKWebViewのリファレンスを。</p><p>&nbsp;</p><p><a target="_blank" href="https://developer.apple.com/reference/webkit/wkwebview">https://developer.apple.com/reference/webkit/wkwebview</a></p><p>&nbsp;</p><p>import WebKit するだけで使えるのでとっても便利そう。いつか機会があれば使うかも。</p>
]]>
</description>
<link>https://ameblo.jp/barromod/entry-12238119334.html</link>
<pubDate>Sat, 14 Jan 2017 21:50:42 +0900</pubDate>
</item>
<item>
<title>xcodeでのiPhoneアプリ製作でSIGABRTエラーが出たときの対処法</title>
<description>
<![CDATA[ <p><span style="font-size:1em;">swift3、Alamofireを使用したアプリを実機テストする際、下記のようなエラーが出たときの対処法備忘録です。</span></p><pre><span style="font-size:1em;"><code>dyld: Library not loaded: @rpath/Alamofire.framework/AlamofireReferenced from: xxxReason: image not found</code></span></pre><p><span style="font-size:1em;">下図のところにAlamofire frameworkをぶち込む。 </span></p><p><span style="font-size:1em;">2つ入っちゃってるのはたぶん気にしなくても大丈夫かな・・・？ </span></p><p>&nbsp;</p><p><span style="font-size:1em;">以下のgithubの問題報告ページ参考にしました！ </span></p><p><span style="font-size:1em;"><a target="_blank" href="https://github.com/Alamofire/Alamofire/issues/101">https://github.com/Alamofire/Alamofire/issues/101</a> </span></p><p>&nbsp;</p><p>Build Phases:</p><p><span style="font-size:1em;"><a href="http://stat.ameba.jp/user_images/20170113/23/barromod/47/45/p/o0698029913844900355.png"><img width="420" height="180" alt="" src="https://stat.ameba.jp/user_images/20170113/23/barromod/47/45/p/o0698029913844900355.png"></a></span></p><p>&nbsp;</p><p>General(下のほう):</p><p><a href="http://stat.ameba.jp/user_images/20170113/23/barromod/13/49/p/o0698033713844900283.png"><img width="420" height="203" alt="" src="https://stat.ameba.jp/user_images/20170113/23/barromod/13/49/p/o0698033713844900283.png"></a></p><p>&nbsp;</p><p>&nbsp;</p><p>SIGABRTエラーは原因を特定することが難しい(面倒である)そう。</p><p>実機テストのみでエラーが出る場合は、多くはiPhoneの再起動で治ることが多いみたいです。</p>
]]>
</description>
<link>https://ameblo.jp/barromod/entry-12237851437.html</link>
<pubDate>Fri, 13 Jan 2017 23:38:00 +0900</pubDate>
</item>
</channel>
</rss>
