I've just updated Xcode to 8.1 and now when I build to iOS I get errors that I never had before.
I'm using Unity and Xcode.
The error is ..
/Users/kevingriffiths/Downloads/TestBuild/Test_Build/Classes/Native/Bulk_iRobi_0.cpp:738:10: No viable conversion from returned value of type 'il2cpp_array_size_t' (aka 'int') to function return type 'UIntPtr_t'
Does anyone know how to correct these errors?
The other question, that might sound stupid, is how do I find out what script it is in?
Thanks.
// System.UIntPtr A.c261a7f71248768b38135662c031c134e::c0391ad82eff6bb3ddbcf9387a251d971(System.Byte[])
extern "C" UIntPtr_t c261a7f71248768b38135662c031c134e_c0391ad82eff6bb3ddbcf9387a251d971_m520468831 (Il2CppObject * __this /* static, unused */, ByteU5BU5D_t3397334013* ___c141a7a894befeb4e4b8ed0b015f6ff8d0, const MethodInfo* method)
{
{
ByteU5BU5D_t3397334013* L_0 = ___c141a7a894befeb4e4b8ed0b015f6ff8d0;
NullCheck(L_0);
return (((Il2CppArray *)L_0)->max_length);
}
}
// System.UIntPtr A.c286339c5633b1fe28f69221566f726cb::c0391ad82eff6bb3ddbcf9387a251d971(System.String[])
extern "C" UIntPtr_t c286339c5633b1fe28f69221566f726cb_c0391ad82eff6bb3ddbcf9387a251d971_m262308811 (Il2CppObject * __this /* static, unused */, StringU5BU5D_t1642385972* ___c141a7a894befeb4e4b8ed0b015f6ff8d0, const MethodInfo* method)
{
{
StringU5BU5D_t1642385972* L_0 = ___c141a7a894befeb4e4b8ed0b015f6ff8d0;
NullCheck(L_0);
return (((Il2CppArray *)L_0)->max_length);
}
}
![alt text][1]
[1]: /storage/temp/81196-screen-shot-2016-10-30-at-125914.png
↧