Problem with Unity 5.5.0p3 and Xcode

0

I'm making a game with 'Unity version: 5.5.0p3 (64 bit)' for iOS platform, I build it and open it with 'Xcode version: 8.2.1 (8C1002)' of the Warnings does not appear, but when running in a device appear 329 Warnings (many Warnings are repeated), these are summarized in the following:

  • Unused function 'InitCrash' - > CrashReporter.mm
  • Unused function 'InitObjCUEHandler' - > CrashReporter.mm
  • Unused variable 'iBound' - > mscorlib_ArrayTypes.h
  • Undeclared selector 'onUnityUpdateViewLayout' - > UnityView.mm
  • Undeclared selector 'createUnityViewImpl' - > UnityAppcontroller.mm
  • Undeclared selector 'createViewHierarchyImpl' - > UnityAppcontroller.mm
  • Code will never be executed:
    • Bulk_Generics_0.cpp
    • Bulk_Generics_1.cpp
    • Bulk_Generics_2.cpp
    • Bulk_Generics_3.cpp
    • GenericMethods0.cpp 'extern' variable has an initializer - > Il2CppCompilerCalculateTypeValues.cpp

Please help me because with these Warnings they will not accept me in 'App Store'.

    
asked by SiERRA eStudio 28.12.2016 в 12:58
source

0 answers