You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I am unable to build the sample app. I have cloned the repo with git-lfs installed on my machine. I am getting the error.
I am using xcode 10.1/10.3 and build it on simulator. Deployment target is 9.0
Undefined symbols for architecture x86_64:
"_OBJC_CLASS_$_OOOoyalaPlayerStateConverter", referenced from:
objc-class-ref in BasicSimplePlayerViewController.o
"_OBJC_CLASS_$_OOPlayerDomain", referenced from:
objc-class-ref in BasicSimplePlayerViewController.o
"_OBJC_CLASS_$_OODefaultAudioOnlyPlayerInfo", referenced from:
objc-class-ref in BasicSimplePlayerViewController.o
"_OBJC_CLASS_$_OOOptions", referenced from:
objc-class-ref in BasicSimplePlayerViewController.o
"_OBJC_CLASS_$_OODefaultPlayerInfo", referenced from:
objc-class-ref in BasicSimplePlayerViewController.o
"_OBJC_CLASS_$_OODebugMode", referenced from:
objc-class-ref in BasicSimplePlayerViewController.o
"_OBJC_CLASS_$_OOOoyalaPlayerViewController", referenced from:
objc-class-ref in BasicSimplePlayerViewController.o
"_OBJC_CLASS_$_OOStreamPlayer", referenced from:
objc-class-ref in BasicSimplePlayerViewController.o
"_OBJC_CLASS_$_OOOoyalaPlayer", referenced from:
objc-class-ref in BasicSimplePlayerViewController.o
"_OOOoyalaPlayerTimeChangedNotification", referenced from:
-[BasicSimplePlayerViewController notificationHandler:] in BasicSimplePlayerViewController.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
The text was updated successfully, but these errors were encountered:
Hi, I am unable to build the sample app. I have cloned the repo with
git-lfs
installed on my machine. I am getting the error.I am using xcode 10.1/10.3 and build it on simulator. Deployment target is 9.0
The text was updated successfully, but these errors were encountered: