hi
i had developed a unity turn based game on ios platform now i want to give 64 bit support on that game. when i build the unity gives me following error regarding dll files:
1----
IL2CPP error for method 'System.String com.shephertz.app42.paas.sdk.csharp.connection.RESTConnectorAsync::ExecutePost(System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>,System.String,System.Collections.Generic.Dictionary`2<System.String,System.String>)' in assembly '/Users/mac/Desktop/WordMaster(unity4.6.2)/WordMaster/Temp/StagingArea/Data/Managed/App42_Unity3D_SDK_2.9.dll'
Additional information: Build a development build for more information. An instruction cannot end both a catch and a finally block!
can you help me for these?