simonbs / SBSAnimoji

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

iOs Beta Versions #21

Closed StoneyP closed 6 years ago

StoneyP commented 6 years ago

Hello and thank you for such an amazing and necessary compliment to a sweet new feature :-)

I am trying to load the app from xcode Beta version 9.2 while running iOs 11.2 Beta 4 on my iPhone X. . . I am receiving this message: iOS Deployment Target '11.2' is newer than SDK 'iOS 11.1' in target SBSAnimoji / Code will load on this and later versions of iOS. Framework APIs that are unavailable in earlier versions will be weak-linked; your code should check for null function pointers or specific system versions before calling newer APIs

Please advise with any and all help you are able to provide with this issue. Thank you.

DrJapan commented 6 years ago

There are two things you need change to make this work with the new iOS betas:

  1. Under the project settings, Deployment Target, you need to update it to 11.2
  2. Under the Targets, SBSAnimoji, Deployment Target, update that one to 11.2

Re-run/build on your device, and you'll be back to working.

screen shot 2017-11-20 at 12 43 21 am

AnGen commented 6 years ago

Is it possible compile and run on iphone 8?

simonbs commented 6 years ago

@AnGen No.