iOS Question The specified path, file name, or both are too long?

thughesimsuk

Member
Licensed User
Longtime User
I have recently upgraded to b4i ver 3.6 and I suddenly can't seem to build my project I get the following error...

B4X:
B4i version: 3.60
Parsing code.    (0.08s)
Compiling code.    (12.18s)
Compiling layouts code.    (0.00s)
Compiling debugger engine code.    (1.50s)
Building Xcode project    Error
The specified path, file name, or both are too long. The fully qualified file name must be less than 260 characters, and the directory name must be less than 248 characters.

My files are structured as,

E:\b4i\Keys
E:\b4i\Libraries
E:\b4i\Project

I'm not sure what is happening because my projects did build pre-latest software update. I think I had version 2.x before making the move to 3.6.

Kind regards,

Tom
 
Top