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