Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Not able to open Xcode 8.3.2 on macOS 10.14 beta

I recently upgraded to new beta version of macOS 10.14 but after installing it when I tried to open my older version of Xcode 8.3.2, every time it gets crashed. Below is its details.

Symbol not found: _OBJC_IVAR_$_NSTextViewIvars.sharedData

Xcode 8.3.2 crash log

like image 429
Rahul Bansal Avatar asked Jun 06 '18 16:06

Rahul Bansal


2 Answers

Xcode 8.X.X is doesn't support on macos 10.12 later version.

Cause of issue: "DYLD, [0x4] Symbol missing"

and also doesn't meet the swift version. so you need to upgrade your Xcode version or downgrade your os version below 10.12

like image 99
Tech Devils Avatar answered Nov 18 '22 21:11

Tech Devils


As discussed in a few places like here and here, Xcode 8 does not run on Mojave. The best approach at this point is to either migrate your application to run with the latest Xcode, or run a VM with High Sierra or earlier that still supports your required version of Xcode.

like image 34
fiidim Avatar answered Nov 18 '22 23:11

fiidim