I fixed the problem with the following changes: Target project -> Basic Apple LLVM 8.1 C ++ language
//:configuration = Debug CLANG_ENABLE_OBJC_ARC = NO //:configuration = Release CLANG_ENABLE_OBJC_ARC = NO //:completeSettings = some CLANG_ENABLE_OBJC_ARC
The reason for this is the project => automatic reference counting: change to No.. You need to skip these dealloc, release, autorelease iOS sdk 5.0. or less.
NovusMobile
source share