Missing files.... Apparently.

I'm trying to build my app, It was all working fine until i built and archived a version to send to Apple (Which built fine but then Apple couldn't launch it) Since then i keep getting errors such as: clang: error: no such file or directory: 'CoreTelephony'

Or:

clang: error: no such file or directory: '__entitlements'

I've searched through my project and cannot find any mention of CoreTelephony or __entitlements. I currently cannot build my app or test it. I've spent hours searching through my project but just cannot find anything to do with these files. Can anyone advise me on what i can do to get rid of these errors?

Many thanks. Andrew

Is it an IOS (I assume so) app ?


Is your entitlements are linked to capabilities of the App.

Have you defined some ?

Select the App in object navigator (blue icon), then targets then Capabilites : have you some ON ?

Hi,

It is an iOS app - Sorry i should have mentioned that.


I do have background fetch turned on, and have done for some time and it's never been a problem.


I've been tinkering and currently it's not throwing up the message above, it's now saying:

ld: framework not found -lstdc++
clang: error: linker command failed with exit code 1 (use -v to see invocation)


It says use -v to see invocation, How do i do that? - Sorry for asking what is probably very basic questions!!


Many thanks,

Andrew

Missing files.... Apparently.
 
 
Q