iOS Question B4I v10.0 Build command failure

davemorris

Active Member
Licensed User
Longtime User
Hi, Guys

I am have a strange problem when I compile some old code with B4I v10.
I have only done minor changes to the orginal code.
Looking at my records and this was last compiled 1st Sept 2025 - therefore I assumed I used B4I v8.90
I did update the #MinVersion to 16 and have run "clean project" but the problem remains.

Looking thro compiler output list it also throws an error

/Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/main.o
/Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/main.m:3:9: error: 'iCore.h' file not found (in target 'B4iProject' from project 'B4iProject')

But the report and the end does not mention it (below) - so I am not sure it is important.

Error: ** BUILD FAILED **


The following build commands failed:
ScanDependencies /Users/administrator/Documents/UploadedProjects/<user id>/build/B4iProject.build/Release-iphoneos/B4iProject.build/Objects-normal/arm64/main.o /Users/administrator/Documents/UploadedProjects/<user id>/B4iProject/main.m normal arm64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (in target 'B4iProject' from project 'B4iProject')
(1 failure)



Any help would be appreciated.

Kind regards
Dave

The complete compile output is in an attached file.
 

davemorris

Active Member
Licensed User
Longtime User
Hi Erel
Thanks for going back so quickly - answers to your questions
1. I am using the hosted builder.
2. I am sure I attached the file but here it is again. (CompilerOutput.txt)

Kind regards
Dave
 

Attachments

  • CompilerOutput.txt
    101.5 KB · Views: 5
Upvote 0
Top