Unity6でアッSign In With Apple SDKが使用できません。
解決したいこと
Unity 6000.0.023f1バージョンをインストールしました。
Sign In With Apple SDKをインストールした後、ビルドを試みましたが、以下のようなエラーメッセージが出ました。
発生している問題・エラー
Exception: Can't Add Sign In With Apple programatically in this Unity version
AppleAuth.Editor.ProjectCapabilityManagerExtension.AddSignInWithAppleWithCompatibility (UnityEditor.iOS.Xcode.ProjectCapabilityManager manager, System.String unityFrameworkTargetGuid) (at Assets/AppleAuth/Editor/ProjectCapabilityManagerExtension.cs:65)
AppleAuthSample.Editor.SignInWithApplePostprocessor.OnPostProcessBuild (UnityEditor.BuildTarget target, System.String path) (at Assets/AppleAuthSample/Editor/SignInWithApplePostprocessor.cs:29)
System.Reflection.RuntimeMethodInfo.Invoke (System.Object obj, System.Reflection.BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at <a6d715f5ce8c4754a140b50ff638878a>:0)
UnityEditor.BuildPipeline:BuildPlayer(BuildPlayerOptions)
今のバージョンでは使えないとエラーが出ますが、現在Sign In With Apple SDKはUnity6では使えないのですか?
0