yixia / Vitamio-iOS

Vitamio for iOS
http://www.vitamio.org/en/
451 stars 176 forks source link

Unable to build for ARM64 (64bit) Architecture #26

Open geekwhatelse opened 9 years ago

geekwhatelse commented 9 years ago

Hi guys,

I ve been using Xcode6.3.2 and have settings under Build Settings as :- Architecture : Standard Architecture[armv7 arm64] Build Active Architecture Only : NO Valid Architecture : armv7, armv7s arm64

When I build the project, I get the below errors:- Undefined symbols for architecture arm64: "_OBJCCLASS$_VMediaPlayer", referenced from: objc-class-ref in PlayerViewController.o ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

Please provide me some insights.

Thank you.