simonbs / SBSAnimoji

🐵 Animoji app using Apples AvatarKit
1k stars 103 forks source link

dont complile on macbook pro #23

Closed AnGen closed 6 years ago

AnGen commented 6 years ago

high sierra xcode last ver

very good project dont use xcode earlier and have some problems

screen: https://yadi.sk/i/miFlt_wT3Q3AoK

do you have video how I could compile?

DrJapan commented 6 years ago

The problem here is that you're trying to run the project in the iPhone X simulator. As the simulator doesn't have the necessary hardware, you're going to get that error. (no sensors) You need to plugin your iPhone X, wait for Xcode to prepare your device for development, and then build/run on the device.