- Home /
Xcode Exc_Bad_Access Error, Help please:
After successfully building my unity project in Xcode i encounter the following error as soon as the game starts to run on the iOS simulator. The error appears in GetBuffer[inlined], and is highlighted as EXC_Bad_Access. Does anyone have any idea why i am getting this error and how i can solve it?
Answer by devravenio · Apr 13, 2015 at 04:16 AM
disable dynamic batching.
not solution
2.Do not use Mobile/Transparent/Vertex Color.
it works fine!
Well, unfortunately that's not really a solution, but rather a hack. It would be nice to maintain Dynamic Batching features in iOS. Come on, Unity! It is a workaround for the time being, so thank you kindly.
Your answer
Follow this Question
Related Questions
Unity 5.2 to Xcode7.1.1 build fail 4 Answers
xCode Errors 1 Answer
Xcode warnings: Potential leak of an object and Dead store 0 Answers
Unity iOS build error 0 Answers