I have an app that builds successfully but when creating a different app it fails. Not sure where I'm going wrong but it shows two failures.
What can I do to resolve this issue?
B4X:
The following build commands failed:
CompileC build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/armv7/b4i_asyncstreamstext.o B4iProject/b4i_asyncstreamstext.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_main.o B4iProject/b4i_main.m normal armv7 objective-c com.apple.compilers.llvm.clang.1_0.compiler
(2 failures)
What can I do to resolve this issue?