black screen ios and clang error xcode

0 votes
asked Feb 4, 2019 by pixelprofundo (200 points)
Ok, after 3 weeks suffering with those issues I can say that:

Don´t use xcode 10.1 (or 10.0), use xcode Version 9.4.1.

Use unity 2017.4.16f1 (not 2018 in any version, I tryed all until February 2019)

Use easyar 2.3.0

You have until march 2019 to upload with those tips, and now (inmediatly) move everything you made on easyAR to vuforia. Simple.

1 Answer

0 votes
answered Feb 13, 2019 by zhnagjian (11,130 points)

Hello,

I'm sorry that I don't reply to you in time because of the Spring Festival.

You can do as followes and can refer to the link https://www.easyar.com/doc/EasyAR%20SDK/Getting%20Started/2.0/Setting-up-EasyAR-iOS-SDK.html

1:Enable Bitcode = NO;

2:Architectures= armv7  arm64 (Build Settings guide);

3:Add Privacy-Camera Usage Description ( Info guide);

4:For EasyAR SDK Pro, you need these additional frameworks :                                 

  • Acclerate.framework                                         
  • CoreMotion.framework

Welcome to EasyAR SDK Q&A, where you can ask questions and receive answers from other members of the community.
...