-
-
Notifications
You must be signed in to change notification settings - Fork 12
Manual Setup for iOS
yasirkula edited this page Dec 9, 2023
·
2 revisions
- set the value of Automated Setup to false at Project Settings/yasirkula/Speech to Text
- build your project
- enter Camera Usage Description and Speech Recognition Usage Description in Xcode
- insert
-weak_framework Speech -weak_framework Accelerate
to the Other Linker Flags of Unity-iPhone Target (and UnityFramework Target on Unity 2019.3 or newer) - lastly, remove Speech .framework and Accelerate.framework from Link Binary With Libraries of Unity-iPhone Target (and UnityFramework Target on Unity 2019.3 or newer) in Build Phases, if exists