Quantcast
Channel: iOS and tvOS
Viewing all articles
Browse latest Browse all 10823

Unity 5.3.1: Undefined symbol IL2CPP_NO_INLINE

$
0
0
After update from 5.3.0f4 to 5.3.1f1 I get unknown type IL2CPP_NO_INLINE errors in mscorelib sources (Xcode project):

mscorlib_System_ConsoleDriver871311556MethodDeclarations.h:29:12: Unknown type name 'IL2CPP_NO_INLINE'

How to reproduce? Just create empty iOS project (with IL2CPP) and try build it.

After adding small workaround (#define IL2CPP_NO_INLINE) in few places I get error on application start:

2015-12-21 11:50:03.199 test[229:12528] -> registered mono modules 0x971380
->...​

Unity 5.3.1: Undefined symbol IL2CPP_NO_INLINE

Viewing all articles
Browse latest Browse all 10823

Trending Articles