I am trying to create an archive for a XCODE 9 app using NFC core and getting errors that I cant figure out having tried many settings. We are using the new NFC Core framework in the app and all works perfectly when running on devices etc - just wont create a archive so we can add to TestFight.. for external testing. Erros we are getting:
This is just a warning, but maybe it is why it goes horribly wrong later - what should be used for IOS 11 Archive builds if not armv7 or armv7s?
Showing All Messages
Warning: iOS 11.0.0 does not support armv7
ld: warning: Auto-Linking supplied '/Users/chrishumphries/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks//CoreNFC.framework/CoreNFC.tbd', bitcode bundle could not be generated because '/Users/chrishumphries/Downloads/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS11.0.sdk/System/Library/Frameworks//CoreNFC.framework/CoreNFC.tbd' was built without full bitcode. All frameworks and dylibs for bitcode must be generated from Xcode Archive or Install build
Undefined symbols for architecture armv7:
"_OBJC_CLASS_$_NFCNDEFPayload", referenced from:
objc-class-ref in NFCScanView.o
"_OBJC_CLASS_$_NFCNDEFReaderSession", referenced from:
objc-class-ref in NFCScanView.o
"_NFCErrorDomain", referenced from:
__T0SC14NFCReaderErrorV10Foundation16__BridgedNSError7CoreNFCAcDP03_nsB6DomainSSfgZTW in NFCScanView.o
"_OBJC_CLASS_$_NFCNDEFMessage", referenced from:
objc-class-ref in NFCScanView.o
ld: symbol(s) not found for architecture armv7
clang: error: linker command failed with exit code 1 (use -v to see invocation)
Any help or suggestions would be helpful - just confirmation that you are able to create archives for IOS 11 Beta in its current state.