LoginSignup
7
7

More than 5 years have passed since last update.

j2objc(0.9.3)とXcode

Last updated at Posted at 2014-07-29

zipやHttpURLConnectionへの対応が進んでいてますます地味に便利になっていますが、version0.9.3でのXCodeへの統合で若干手間取ったのでメモ。

基本的には下記ページの通りだが、このままではzip関連でリンクエラーが出る。

j2objcをXcodeに統合する方法
http://lab.sonicmoov.com/development/j2objc-xcode-integration/

対処法はここに。
https://code.google.com/p/j2objc/wiki/XcodeBuildRule#Update_the_Build_Settings

つまり、上記の「j2objcをXcodeに統合する方法」ページの手順に加え、以下が必要。

[Build Phases]-[Link Binary With Libraries]の[+]を押して、以下の2つを追加する。

  • libz.dylib
  • Security.framework
7
7
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
7