Closed HungYaTsai closed 7 years ago
Actually, I have tested VINS-Mobile with Xcode 9.0 beta and iOS 11, but didn't meet the compile problem. It should be ViewController.mm, have you changed the suffix?
Thanks for the quick response, yeah its ViewController.mm, I didn
t change anything.
But since I already have boost, I didn`t do the following step:
$ ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" $ brew install boost
do you think it might be the problem?
It works now, thanks again for your help
Got an error in ViewController.m
if (!feature_tracker) feature_tracker = new FeatureTracker();
error message: no viable overloaded '='
Build on Xcode 9.0 Beta and ios 11
Do you think it might be the compatible problem?