So maybe you also ran into the problem that suddenly with Unity 2017.4.0f1 (or any version below the not yet released Unity 2018.1.0f1) version in combination with XCode 9.3 you get a black screen with Vuforia. You get the following error…
Tag: XCode
Ran out of Trampolines
If Xcode tells you that you ran out of trampolines and your app crashes, don't worry your application still can jump on your IOS device 😉 If you heavily use recursive Generics (type 1) or like in my case interfaces (type 2)…