Link error for ARMv7 architectures
amedmund opened this issue · 2 comments
I build the app with tvOSAVPlayerTouch.framework on iPad mini and will get the error as below.
: "_AVOptionNameHttpHeader", referenced from:
: -[MediaViewController viewDidAppear:] in MediaViewController.o
: -[MediaViewController auth:finishedRefreshWithFetcher:error:] in MediaViewController.o
: "OBJC_CLASS$_NativeAVPlayerController", referenced from:
: Objc-class-ref in MediaViewController.o
: "OBJC_CLASS$_FFAVPlayerController", referenced from:
: Objc-class-ref in MediaViewController.o
: "OBJC_CLASS$_AVPLicense", referenced from:
: Objc-class-ref in AppDelegate.o
: Symbol(s) not found for architecture armv7
: Linker command failed with exit code 1 (use -v to see invocation)
Can you compile and run the demo project on your device?
The demo project is failed too.