Error building/running in simulator on Xcode

501 views Asked by At

Using Xcode 6.3.2, I can create a new (blank) project and run it in simulator and it works fine. However when trying to build/run my actual project I get:

Apple Mach-O linker error
clang: error: no such file or directory: '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/lib/CarrierBundleUtilities.dylib' clang: error: no such file or directory: '/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator8.3.sdk/usr/lib/gcrt1.o'

I'm new to Xcode, and was able to get past the previous problems I had so far, but now I'm stuck here.

0

There are 0 answers