Xcode 10.0 with project in Objective-C. Each and every time Xcode crash at time of #import ""
statement.
Asked
Active
Viewed 63 times
-1

Cœur
- 37,241
- 25
- 195
- 267

Pratik Sodha
- 3,679
- 2
- 19
- 38
-
Please give reason for downvote. – Pratik Sodha Feb 14 '19 at 07:29
-
Note that you didn't copy-paste the crash log and you didn't provide a real case scenario, as nobody ever write `#import ""`. Maybe sharing a GitHub project with a [MCVE] inside could help us understand your issue. – Cœur Feb 15 '19 at 02:13
1 Answers
0
Finally Found Solution.
Go to the path Xcode -> File -> Workspace Settings...
In Pre-User Workspace setting
Change Build Setting option as Legacy Build System.

Pratik Sodha
- 3,679
- 2
- 19
- 38