iOS Question ** BUILD FAILED **

h725

Active Member
Licensed User
Longtime User
Hello Community !

After a few months I decided to continue a B4I project. The exsisting file is compiling
fine but with the changes I made over the day I get the following error:

CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_dbrequestmanager.o B4iProject/b4i_dbrequestmanager.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_httpjob.o B4iProject/b4i_httpjob.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_httputils2service.o B4iProject/b4i_httputils2service.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(3 failures)


CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_dbrequestmanager.o B4iProject/b4i_dbrequestmanager.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_httpjob.o B4iProject/b4i_httpjob.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_indexedtable.o B4iProject/b4i_indexedtable.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(3 failures)

Sometimes I get the first few errors. Sometimes I get the second few errors. Sometimes one of them etc.
I added the Reflection Library V2.4 to my project during the changes.

Any idea ?
Thank you very much in advance.

Regards
h725
 

h725

Active Member
Licensed User
Longtime User
Yes, that was the mistake. Thank you very much for the information.

Library reference deleted and debugging was succesful.
Excellent service !
 
Upvote 0
Top