Steps to Reproduce
Running a mobile app project on simulator is throwing an error that I cannot resolve.
Actual Result
[TRACE] : fatal error: error in backend: Unexpected end of file
[TRACE] : clang: error: clang frontend command failed with exit code 70 (use -v to see invocation)
[TRACE] : Apple clang version 11.0.0 (clang-1100.0.33.8)
[TRACE] : Target: x86_64-apple-ios9.0-simulator
[TRACE] : Thread model: posix
[TRACE] : InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
[TRACE] : clang: note: diagnostic msg: PLEASE submit a bug report to
http://developer.apple.com/bugreporter/ and include the crash backtrace, preprocessed source, and associated run script.
[TRACE] : clang: note: diagnostic msg:
[TRACE] : ********************
[TRACE] : PLEASE ATTACH THE FOLLOWING FILES TO THE BUG REPORT:
[TRACE] : Preprocessed source(s) and associated run script(s) are located at:
[TRACE] : clang:
[TRACE] : note: diagnostic msg: /var/folders/fx/5rryr82x093ckjp13rvds9wm0000gn/T/TiDynamicItemBehavior-5e6397.m
[TRACE] : clang: note: diagnostic msg: /var/folders/fx/5rryr82x093ckjp13rvds9wm0000gn/T/TiDynamicItemBehavior-5e6397.cache
[TRACE] : clang: note: diagnostic msg: /var/folders/fx/5rryr82x093ckjp13rvds9wm0000gn/T/TiDynamicItemBehavior-5e6397.sh
[TRACE] : clang: note: diagnostic msg: Crash backtrace is located in
[TRACE] : clang: note
[TRACE] : : diagnostic msg: /Users/joe.corriere/Library/Logs/DiagnosticReports/clang_
_.crash
[TRACE] : clang:
[TRACE] : note: diagnostic msg: (choose the .crash file that corresponds to your crash)
[TRACE] : clang: note: diagnostic msg:
[TRACE] : ********************
Expected Result
Project should build without issues
I was prompted to install 8.2.0GA although I already have it installed. Now Studio is showing this error: -
Close this ticket. I restarted Mac. Created and ran a Classic mobile app using SDK 8.2 successfully. Switched over to the classic app that had the error and was able to build and run in the simulator successfully.