LoginSignup
0
0

More than 5 years have passed since last update.

[MAC]CLIP STUDIO PAINT EXフィルタープラグインSDKのビルドが通らない場合の対処法

Posted at

フィルタープラグインSDKの公開年月が経ち、Xcode7でサンプルソースのビルドが通らない場合の対処法を記載します。

エラーは大きく分けて2件発生すると思われます。

  1. The run destination My Mac is not valid for Running the scheme 'HSV'.
  2. Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'x86_64'

実行環境


1-1.The run destination My Mac is not valid for Running the scheme 'HSV'.

スクリーンショット 2015-12-14 22.10.44.png

1-2.対策

[MacOSX10.5.sdk]を追加します。

古いSDKの入手方法は下記URLがとても参考になります。
Xcode6にOS X 10.8SDKを追加する

DLしたSDKを下記のパスに追加します。
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs
スクリーンショット 2015-12-14 23.05.30.png

XCodeのBuild Settingsに戻り、Base SDKを[Latest OS X]に変更します。
スクリーンショット 2015-12-14 22.24.10.png


2-1.Unsupported compiler 'com.apple.compilers.llvmgcc42' selected for architecture 'x86_64'

2-2.対策

使用するコンパイラを変更します。

[HSV]列のプルダウンより[Default Compiler]を選択
スクリーンショット 2015-12-14 22.06.53.png


上記2件の対策後にビルドが通れば成功です。
サンプルプラグインのbundleファイルが作成されました。
スクリーンショット 2015-12-14 22.54.33.png


参考URL(ありがとうございました)

0
0
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
0
0