HKUST-Aerial-Robotics / VINS-Mobile

Monocular Visual-Inertial State Estimator on Mobile Phones
GNU General Public License v3.0
1.27k stars 524 forks source link

VINS-Mobile in iPhone 6s #105

Closed zxp771 closed 6 years ago

zxp771 commented 6 years ago

can't finish compile.the issues is strange.I never see the same problem from others.

"Check dependencies

Code Signing Error: No account for team "59LPDRL4NH". Add a new account in the Accounts preference pane or verify that your accounts have valid credentials. Code Signing Error: No profiles for 'mobile.VINS-ios' were found: Xcode couldn't find any iOS App Development provisioning profiles matching 'mobile.VINS-ios'. Code Signing Error: Code signing is required for product type 'Application' in SDK 'iOS 11.2'

"

zxp771 commented 6 years ago

@PeiliangLi

YuehChuan commented 6 years ago

@zxp771 this about create a iOS developer user! signing and Bundle identifier need to create a user. check this

Second you may encounter opencv dependency error follow #95

Good luck!