MacOSへのBLE Pluginの導入が問題ありそう
WanhuiLI opened this issue · 0 comments
WanhuiLI commented
環境
MacOS: 13.1
Chip: Apple M1
Unity: 2021.3.14f1
Xcode: 14.2
上記の環境にBLE Plugin導入をしてみましたが、二つ方法とも問題ありそうです。ご確認いただければ幸いです。
①ビルド済みのbundleファイルをダウンロードする方法
MacOS13.xはまだ明記しなかったけど、一応手順通り「bleplugin_11.bundle.zip」をダウンロードしてUnityに移動しました。
下記のようなワーニングメッセージを出てきました。
Cannot set deprecated build target 'OSXIntel' for Assets/ble-plugin-unity/Plugins/bleplugin.bundle
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
[Sample_ConnectType]で確認し、リアルキューブが動きませんでした。
②自分のPCでbundleファイルをビルドする方法
手順通り「bleplugin.xcodeproj」というファイルがXcodeプロジェクトで開いて、下記のエラーメッセージが出てきました。
「macOS Deployment Target」を変更して再生ボタンをクリックし、同じエラーでビルド失敗しまいました。