Hi,
How do you configure your project in Xcode 9.0 Beta to find the CoreNFC headers? The following files exist:
/Applications/Xcode-9-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/CoreNFC.framework/Headers/CoreNFC.h
But in my project, the following line fails:
#import <CoreNFC/CoreNFC.h> ! 'CoreNFC/CoreNFC.h' file not found
Brand new project, no special settings other than enabling NFC NDEF in info.plist.
I'm sure I'm doing something stupid. What could it be?
Thanks for any help,
Terry