Livecode extension Builder: manifest file disappear

LiveCode Builder is a language for extending LiveCode's capabilities, creating new object types as Widgets, and libraries that access lower-level APIs in OSes, applications, and DLLs.

Moderators: LCMark, LCfraser

Post Reply
trevix
Posts: 1079
Joined: Sat Feb 24, 2007 11:25 pm
Contact:

Livecode extension Builder: manifest file disappear

Post by trevix » Fri Aug 08, 2025 11:14 am

Hellooooo!

On one LCB extension, but not on others, when in Livecode, with no stack loaded, I open the Livecode Extension Builder (LEB for short), I can clearly see in the Finder that the manifest.xml file gets deleted from inside one iOS extension directory.

If I place back the manifest file in the directory, after having opened the LEB, when loading the lcb file, the manifest gets deleted.
Beside this absurde behaviour (even though I may understand that LEB doesn't like something in my extension) there clearly a cache problem since even restarting LC, no stack loaded, opening the LEB delete the manifest from that directory, even before loading any lcb file.
Solved only restarting the Mac but, in this case, the Manifest disappear when loading the lcb file.

Meanwhile, other extension lcb files load and compile nicely without touching any Manifest.

I am in OSX Sequoia.
Some suggestions? I tried to remove most anything form inside the extension folder, to no result.
So, something happens when opening the LEB (I believe the UI "revExtensionBuild" stack), but I don't have any tool to follow the stack loading (no trace debug) and understand what happens.
Trevix
OSX 14.6.1 xCode 15 LC 10 RC1 iOS 15> Android 7>

Post Reply