Last active
December 24, 2015 20:09
-
-
Save Sixeight/6855391 to your computer and use it in GitHub Desktop.
Xcode5にするとUnityのプラグインのコンパイル時に警告が出る問題
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/Info.plist b/Info.plist | |
index 30cb05c..d856ed8 100644 | |
--- a/Info.plist | |
+++ b/Info.plist | |
@@ -42,6 +42,10 @@ | |
<true/> | |
<key>XCPluginHasUI</key> | |
<false/> | |
+ <key>DVTPlugInCompatibilityUUIDs</key> | |
+ <array> | |
+ <string>37B30044-3B14-46BA-ABAA-F01000C27B63</string> | |
+ </array> | |
</dict> | |
</plist> |
今回は警告文に書いてあったのでコピペしたが、DVTPlugInCompatibilityUUIDs は Xcode の Info.plist に書いてあるので確認できる。
open /Applications/Xcode.app/Contents/Info.plist
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/Applications/Unity/Unity.app/Contents/BuildTargetTools/iPhonePlayer/Unity4XC.xcplugin/Contents/Info.plist
以下の警告がでてる。