Hi All,
I am doing a NFC Demo App with iPhone7 in iOS11 beta and Xcode9 beta
The project can successfully 'RUN' in my iPhone7
but when I want to 'Archive' in Xcode and put to testflight.It FAIL and come out below Error message
//----------------------------------------------
Undefined symbols for architecture arm64:
"_OBJC_CLASS_$_NFCNDEFMessage", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_NFCNDEFPayload", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_NFCNDEFReaderSession", referenced from:
objc-class-ref in ViewController.o
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
"_OBJC_CLASS_$_NFCNDEFMessage", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_NFCNDEFPayload", referenced from:
objc-class-ref in AppDelegate.o
"_OBJC_CLASS_$_NFCNDEFReaderSession", referenced from:
objc-class-ref in ViewController.o
objc-class-ref in AppDelegate.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
//-----------------------------------------
Is Xcode9 beta issues or something I do wrong ?
thanks in adv,
sam