jiulongw / swift-unity

Sample code that integrate Unity (2017.1+) scene into iOS (Swift 4.0, Xcode 9+) project.
390 stars 100 forks source link

Unity 2018.2.17 + Vuforia 7.5.26 = Error #121

Open ghus86 opened 5 years ago

ghus86 commented 5 years ago

Hi

I am trying to integrate a unity project with vuforia but when I run run the project I am getting an libVuforiaWrapper doenst contain bitcode =/

Does anyone knows to fix this ? Or if there is some extra step to use vuforia ? Disable it is not an option it says no arm 64 available

I have runned a basic unity project without vuforia and it works but when I try the one with vuforia this error appears.

Thanks in advance

ghus86 commented 5 years ago

@setoelkahfi @capnmidnight

any ideia ?

capnmidnight commented 5 years ago

I haven't touched this in a long time and don't remember what exactly we did. It was older versions. Maybe try to search the default Unity exported Xcode project and see what sort of library files it creates, see if any of those are missing from your modified Xcode project.

setoelkahfi commented 5 years ago

@setoelkahfi @capnmidnight

any ideia ?

I think that error is happened to me at the very first stage of trying to implement this method. I don't really remember what cause that, sorry.

ghus86 commented 5 years ago

Ok thanks for taking the time to reply @capnmidnight @setoelkahfi The only that seems to be missing is vuforia framework, I have seen issue 90 and included it but the error remains.