iPhoneアプリでHttpリクエストを使う場合には必須なライブラリ、ASIHTTPRequestの必須frameworkがオフィシャルのサイトに書いてあるのだけでは動かないのでメモメモ。
もう毎回忘れちゃうんですが、
How to use ASIHTTPRequest in your projects – All-Seeing Interactive
に書かれている、
Repeat the last two steps to add the following: SystemConfiguration.framework, MobileCoreServices.framework, CoreGraphics.framework and libz.dylib.
via: How to use ASIHTTPRequest in your projects – All-Seeing Interactive
これだけでは実際には動かないです。
- SystemConfiguration.framework
- MobileCoreServices.framework
- CoreGraphics.framework
- libz.dylib
- CFNetwork.framework
最後のCFNetwork.frameworkがないと動かないのです!
売り上げランキング: 22