UnityIonicIntegration icon indicating copy to clipboard operation
UnityIonicIntegration copied to clipboard

"ProjectName" was compiled with optimization - stepping may behave oddly; variables may not be available.

Open theakalord opened this issue 7 years ago • 2 comments

2018-10-26 01:36:59.799248+1000 PurposeUniversity[752:156426] showUnityWindow -> applicationDidFinishLaunching() PurposeUniversity was compiled with optimization - stepping may behave oddly; variables may not be available.

I followed all instructions and xcode projects runs without any issues. But when I click a button to show unity player it shows above error and stops working.

Original project is using Vuforia and faced same error. So I created new empty unity project but got same error.

Unity version : 2018.2.1f1

How can I solve this issue? Thanks.

theakalord avatar Oct 25 '18 15:10 theakalord

screen shot 2018-10-26 at 2 00 07 am

theakalord avatar Oct 25 '18 16:10 theakalord

Can you post the error stacktrace?

yasirkula avatar Oct 25 '18 16:10 yasirkula

2018-10-26 01:57:15.553918+1000 PurposeUniversity[761:160107] [DYMTLInitPlatform] platform initialization successful 2018-10-26 01:57:15.596550+1000 PurposeUniversity[761:159960] Built from '2018.2/release' branch, Version '2018.2.1f1 (1a9968d9f99c)', Build type 'Release', Scripting Backend 'il2cpp' 2018-10-26 01:57:15.600177+1000 PurposeUniversity[761:159960] -> registered mono modules 0x103797c1c 2018-10-26 01:57:15.612350+1000 PurposeUniversity[761:159960] DiskCookieStorage changing policy from 2 to 0, cookie file: file:///private/var/mobile/Containers/Data/Application/866C9E23-29D4-4CF5-9754-53A6B4EDF18E/Library/Cookies/Cookies.binarycookies 2018-10-26 01:57:15.674530+1000 PurposeUniversity[761:159960] Apache Cordova native platform version 4.5.5 is starting. 2018-10-26 01:57:15.675431+1000 PurposeUniversity[761:159960] Multi-tasking -> Device: YES, App: YES 2018-10-26 01:57:15.685293+1000 PurposeUniversity[761:159960] CDVWKWebViewEngine: trying to inject XHR polyfill 2018-10-26 01:57:15.742725+1000 PurposeUniversity[761:159960] CDVWKWebViewEngine will reload WKWebView if required on resume 2018-10-26 01:57:15.742841+1000 PurposeUniversity[761:159960] Using Ionic WKWebView 2018-10-26 01:57:15.743684+1000 PurposeUniversity[761:159960] [CDVTimer][console] 0.090957ms 2018-10-26 01:57:15.743972+1000 PurposeUniversity[761:159960] [CDVTimer][handleopenurl] 0.136971ms 2018-10-26 01:57:15.746093+1000 PurposeUniversity[761:159960] [CDVTimer][intentandnavigationfilter] 2.074003ms 2018-10-26 01:57:15.746224+1000 PurposeUniversity[761:159960] [CDVTimer][gesturehandler] 0.080943ms 2018-10-26 01:57:15.746291+1000 PurposeUniversity[761:159960] CDVIonicKeyboard: resize mode 1 2018-10-26 01:57:15.747114+1000 PurposeUniversity[761:159960] [CDVTimer][keyboard] 0.715017ms 2018-10-26 01:57:15.752990+1000 PurposeUniversity[761:159960] [CDVTimer][splashscreen] 5.783081ms 2018-10-26 01:57:15.758963+1000 PurposeUniversity[761:159960] [CDVTimer][statusbar] 5.887032ms 2018-10-26 01:57:15.759022+1000 PurposeUniversity[761:159960] [CDVTimer][TotalPluginStartup] 15.540004ms 2018-10-26 01:57:17.251195+1000 PurposeUniversity[761:159960] Ionic Native: deviceready event fired after 977 ms 2018-10-26 01:57:22.415370+1000 PurposeUniversity[761:159960] ionViewDidLoad UnityPage 2018-10-26 01:59:35.445026+1000 PurposeUniversity[761:159960] showUnityWindow -> applicationDidFinishLaunching() PurposeUniversity was compiled with optimization - stepping may behave oddly; variables may not be available. (lldb)

theakalord avatar Oct 25 '18 17:10 theakalord

screen shot 2018-10-26 at 3 08 22 am

theakalord avatar Oct 25 '18 17:10 theakalord

screen shot 2018-10-26 at 3 10 34 am screen shot 2018-10-26 at 3 10 45 am

theakalord avatar Oct 25 '18 17:10 theakalord

hi, do you have a solution? I am facing the same issue.

keta2xxii avatar Mar 28 '23 07:03 keta2xxii