- Home /
Unity and Xcode ERROR asdf
Hey guys, hope you can help me.
In Unity I'm getting this weird error:
Failed to find:xboxSpeechDB UnityEditor.PlayerSettingsEditor:OnEnable()
However, the game runs fine inspite of the error.
But when I build it for IOS, open xcode and try to run it in my iPad, I get an EX BAD ACCESS error....
Can someone help me? Am I doing something wrong?
Thanks in advance!
Answer by DaveA · Mar 19, 2012 at 10:33 PM
Sounds like you have something that's trying to work with an XBox and that's never gonna happen on iOS. Check your Plugins folder and build settings and such, and make sure you don't have anything included in the scene that needs XBOX speech.
Answer by aorata · Mar 19, 2012 at 11:40 PM
I´ve been looking for hours if there is anything of the sort, no luck....
Nothing called xbox is being referenced or anything. And in build settings all i did was choose IOS and Build.
This is wrecking my mind, any help will be appreciated
Answer by yuriythebest · Apr 13, 2012 at 12:23 PM
Figured it out!! it was due to, in my case, having outdated Prime31 plugins after updating to Unity3.5- after I deleted them all and put in the new versions everything works now.