iOS Question B4i xSD_OpenMaps.h' file not found error

Davisbc

Member
Licensed User
i created a new b4i project to test this libr.

The only thing in the file is ready message

While loading to app to the Mac, the following error message started a series of issues. The initial problem message is xSD_OpenMaps.h file not found.

I have attached to error text.

Thanks in advance,
B
 

Attachments

  • b4i error.txt
    49.9 KB · Views: 6

Star-Dust

Expert
Licensed User
Longtime User
From the library thread download the zip file containing the iOS version and inside you will find the .h file

 
Upvote 0

Davisbc

Member
Licensed User
Ok, i see it, but how do i install it. I added the two files to the b4i library, and that allowed me to compile my demo program.

Do i need to move the framework files to the host Mac or is there a special process,

Thanks in advance,
B
 
Upvote 0

Davisbc

Member
Licensed User
ok.
moved the xcframework to the Libs folder. Didn't work.
reloaded the zip, un-ziped it, and loaded the .h file to the Libs folder, because your instruction said with and not in. Didn't work.
restarted the mac and the restarted the buildserver.jar file. Didn't work.

created a dummy app and built it, loaded and worked fine.

i am completely at a loss.

B
 
Upvote 0

Davisbc

Member
Licensed User
Erel,

Trace file is attached.

Reviewing it, I saw: 'iCore/iCore.h' file not found (in target 'B4iProject' from project 'B4iProject')

The initial .h file error is gone.

i am using b4i v8.9. i assume that upgrading everything to v10 should resolve this.

Thanks in advance,
B
 

Attachments

  • b4i error2.txt
    51.2 KB · Views: 1
Upvote 0
Top