Undefined symbols for architecture arm64:
"__ios110orNewer", referenced from:
-[SplashScreenController create:] in SplashScreen.o
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
I use Unity 2017.4.33f1 ver. when xcode is building,the error appeared.
I try to find SplashScreen.o but nothing can be found.
so what should i do to solve this problem?
↧