Mihir Oza
Mihir Oza

Reputation: 2806

An error occur when using a mkmapview control clang:error: no such file or directory

Actually I am using MKMapView control but its not working. When I run my application, I get kind of error which is mentioned below. In my application,PCH file name is: MAPVIEW-Prefix.pch.

I also referred this link: Apple LLVM Compiler Error 4.1 but it didn't help me.

Error Log shows the following:

clang:error: no such file or directory:'set'Command/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang failed with exit code 1

Upvotes: 0

Views: 135

Answers (1)

Johnykutty
Johnykutty

Reputation: 12859

Link Mapkit.Faramework with your target

Upvotes: 1

Related Questions