I have done everything google developer website told,but the problem is Xcode still has some problems when compiling the demo project.
The problem is:ld:
/Users/Day1/Desktop/temp files/New Unity Project 3/cardboarddeomsave2/Libraries/Plugins/iOS/libvrunity.a(unity-6C9520564923BB79.o) does not contain bitcode. You must rebuild it with bitcode enabled (Xcode setting ENABLE_BITCODE), obtain an updated library from the vendor, or disable bitcode for this target. for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
Another thing I have realize is that, before I compile the project, the right side of the Xcode scene has one area which is red. (libiconv.2.dylib is red) Is there any correlations here?
(By the way I have upgraded my OS X to OS X EI Captian beta and my Xcode is Xcode 7.0 beta)