본문 바로가기
IT/Dev

Ran out of trampolines of type 2 - iOS

by sundancekidd 2014. 10. 10.

Unity3D에서 iOS 빌드시 발생하는 에러


원인 : 

-> iOS를 이용하는 MONO 프로젝트의 가상머신 호환성 문제로 생겨나는 에러. 

-> 너무 많은 재귀호출이 될때 발생되는 문제.

-> 이해를 위한 링크 : http://www.unitystudy.net/bbs/board.php?bo_table=dustin&wr_id=365

-> Unity3D Forum에서도 확인 가능 : http://unity3d.com/search?refinement=answers&gq=Ran%20out%20of%20trampolines%20of%20type%202


해결법 : 

Build Settings -> Player Settings -> Optimizatoin -> AOT Compilation Options -> nimt-trampolines=512