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

4.6.3p1 main.mm Semantic issue: Use of undeclared identifier 'UnityParseCommandLine'

$
0
0
When building my project I'm now getting the error (but the build succeeds and runs):

/Users/xxx/yyy/zzz-xcode-4.6.3p1/Classes/main.mm:28:6: Use of undeclared identifier 'UnityParseCommandLine'

In this code snippet from main.mm:

Code (csharp):
  1.  
  2. int main(int argc, char* argv[])
  3. {
  4.     NSAutoreleasePool* pool = [NSAutoreleasePool new];
  5.  
  6.     UnityInitTrampoline();
  7.     if(!UnityParseCommandLine(argc, argv))
  8.         return -1;
  9. .
  10. .
  11. .
  12. }
  13.  
Any ideas?

Viewing all articles
Browse latest Browse all 10823

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>