Welcome! › Forums › Unity Plugins › Mobile Speech Recognizer › [iOS] Unity 2019.3.0b11 – PBXProject.GetUnityTargetName() is deprecated. › Reply To: [iOS] Unity 2019.3.0b11 – PBXProject.GetUnityTargetName() is deprecated.
November 20, 2019 at 9:57 am
#1865
Piotr
Keymaster
I am not sure why Unity broke this API, but as a workaround you can simply go to KKAddSpeechFrameworkOniOS.cs
and set shouldRun
to false
.
Then add Speech
framework manually as I described above.