Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Last active September 28, 2016 02:21
Show Gist options
  • Save kjunichi/baf325f7c7147790a85034cc8166480d to your computer and use it in GitHub Desktop.
Save kjunichi/baf325f7c7147790a85034cc8166480d to your computer and use it in GitHub Desktop.
2016/9/28

Cordova PluginをSwiftでの問題

OpenCVをmruby経由で使う場合、ダミーのC++をコールする処理を別ファイルで作成して、 これをプラグインに取り込まないとめんどくさそう。

iOS ImageMagic

if [ -e $IOSSDKROOT/usr/include/crt_externs.h ]; then
               :;
       else
               echo "[INFO] need to copy crt_externals.h for compilation, please enter sudo password"
               sudo ln -s "$SIMSDKROOT/usr/include/crt_externs.h" "$IOSSDKROOT/usr/include/crt_externs.h"
       fi

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment