New Three2020 Build Error

I just updated my project to the latest Three20 build. When compiling, I get the following errors:

Undefined symbols: "___restore_vfp_d8_d15_regs", referenced from: +[TTEntityTables(TTSingleton) sharedInstance] in libThree20Core.a(TTEntityTables.o) +[TTEntityTables(TTSingleton) releaseSharedInstance] in libThree20Core.a(TTEntityTables.o) +[TTEntityTables(TTSingleton) allocWithZone:] in libThree20Core.a(TTEntityTables.o) "___save_vfp_d8_d15_regs", referenced from: +[TTEntityTables(TTSingleton) sharedInstance] in libThree20Core.a(TTEntityTables.o) +[TTEntityTables(TTSingleton) releaseSharedInstance] in libThree20Core.a(TTEntityTables.o) +[TTEntityTables(TTSingleton) allocWithZone:] in libThree20Core.a(TTEntityTables.o) ld: symbol(s) not found collect2: ld returned 1 exit status 

Anyone with an idea what happened here?

Thanks in advance, Lukas

+4
source share

Source: https://habr.com/ru/post/1314465/


All Articles