Search found 1030 matches
- Mon Aug 11, 2025 7:05 pm
- Forum: LiveCode Builder
- Topic: How to get a custom framework to end up in the standalone package?
- Replies: 1
- Views: 1168
Re: How to get a custom framework to end up in the standalone package?
I forgot to say: Monte created for me a LCB extension that actually load a custom framework on the standalone. So this should be possible...
- Mon Aug 11, 2025 4:53 pm
- Forum: LiveCode Builder
- Topic: How to get a custom framework to end up in the standalone package?
- Replies: 1
- Views: 1168
How to get a custom framework to end up in the standalone package?
Hello. I am not vacationing (sigh) and it would be nice if I could receive some answer :D A custom framework must be placed in the "Frameworks" folder on the package of a standalone, during the build process, in order to not disrupt the app signature in iOS (no standalone settings copy pane). How, u...
- Fri Aug 08, 2025 11:14 am
- Forum: LiveCode Builder
- Topic: Livecode extension Builder: manifest file disappear
- Replies: 0
- Views: 1234
Livecode extension Builder: manifest file disappear
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...
- Fri Aug 08, 2025 9:06 am
- Forum: LiveCode Builder
- Topic: Parsing error on last line of LCB file
- Replies: 2
- Views: 1079
Re: Parsing error on last line of LCB file
Good catch!
I was missing "end library".
Thanks
I was missing "end library".
Thanks
- Thu Aug 07, 2025 3:47 pm
- Forum: LiveCode Builder
- Topic: Parsing error on last line of LCB file
- Replies: 2
- Views: 1079
Parsing error on last line of LCB file
Hello. I keep getting the following error, no matter what: 16:33: Compiling module /Users/trevix/Desktop/MyTestB10/_TESTmieiClaude/ClaudeAppContents/extensionNew_12/com.trevix.minewbten/minewbten.lcb 16:33: Error: on line 636 (): 16:33: Error: /Users/trevix/Desktop/MyTestB10/_TESTmieiClaude/ClaudeAp...
- Mon Aug 04, 2025 5:52 pm
- Forum: Getting Started with LiveCode - Experienced Developers
- Topic: Beacons - Eddystone, iBeacon Bluetooth and MergeBLE
- Replies: 9
- Views: 11294
Re: Beacons - Eddystone, iBeacon Bluetooth and MergeBLE
Hello. iBeacon are apparently not dead.
I was able to create an Android extension for it, but not for iOS.
If you can help, please read this: viewtopic.php?f=93&t=39807
I was able to create an Android extension for it, but not for iOS.
If you can help, please read this: viewtopic.php?f=93&t=39807
- Mon Aug 04, 2025 5:40 pm
- Forum: LiveCode Builder
- Topic: Reading iBeacon on iOS
- Replies: 0
- Views: 1712
Reading iBeacon on iOS
Hello (anybody there?) I was tempted, with my limited knowledge, to create a LCB extension using Claude Code, in order to get iBeacon messages (proximity and triggers) on iOS. While I had a good results with Android, the iOS version proved to be really though. Lately I am running cicles with CC, to ...
- Sat Aug 02, 2025 6:06 pm
- Forum: iOS Deployment
- Topic: Where are now the provisioning profiles?
- Replies: 5
- Views: 3260
Re: Where are now the provisioning profiles?
When I double-click o a new profile it installs in the new directory (OSX Sequoia, LC10.0.2 RC4
- Sat Aug 02, 2025 9:43 am
- Forum: iOS Deployment
- Topic: Where are now the provisioning profiles?
- Replies: 5
- Views: 3260
Re: Where are now the provisioning profiles?
Thanks. I could not find the directory (and I really searched for it...)
Just to know: in order to work I did
Just to know: in order to work I did
Code: Select all
ln -s ~/Library/Developer/Xcode/UserData/Provisioning\ Profiles ~/Library/MobileDevice/Provisioning\ Profiles
- Thu Jul 31, 2025 5:30 pm
- Forum: iOS Deployment
- Topic: Where are now the provisioning profiles?
- Replies: 5
- Views: 3260
Where are now the provisioning profiles?
Running trough the maze of certificates, identifiers and profiles, I have got myself in this confusing situation. I would like to remove from the standalone settings some double provisioning profiles, but the "library/MobileDevice/Provisioning profiles/" now hold only some of them. See all these scr...
- Wed Jul 30, 2025 6:05 pm
- Forum: LiveCode Builder
- Topic: Building NFC extension for iOS
- Replies: 1
- Views: 2315
Re: Building NFC extension for iOS
Forgot the lcb code: public handler nfcIsAvailable() returns Boolean IOSLog("DEBUGLCB: === COMPREHENSIVE NFC DIAGNOSTICS ===") IOSLog("DEBUGLCB: Architecture: " & the architecture) IOSLog("DEBUGLCB: Operating system: " & the operating system) -- Diagnostic 1: Get runtime app info unsafe variable tDe...
- Wed Jul 30, 2025 6:02 pm
- Forum: LiveCode Builder
- Topic: Building NFC extension for iOS
- Replies: 1
- Views: 2315
Building NFC extension for iOS
I am building a LCB extension that should enable LC standalone to read text from NFC tags. I am doing this using Claude Code (couldn't do without...) and direct CoreNFC system framework binding. Apple Developer setup should be correct: Bundle ID, provisioning profile, and entitlements properly confi...
- Mon Jul 28, 2025 8:37 am
- Forum: LiveCode Builder
- Topic: Log LCB to Console.app or OSX terminal
- Replies: 3
- Views: 2990
Re: Log LCB to Console.app or OSX terminal
I used "log" while debugging LCB scripts with the built in display of LC when debugging and it displays the values in the debugger window of LC. I am not sure to understand. For "the debugger window of LC" you mean the msg window or the Livecode Extenion Builder Window? What I found: - the command ...
- Sat Jul 26, 2025 11:28 pm
- Forum: LiveCode Builder
- Topic: Log LCB to Console.app or OSX terminal
- Replies: 3
- Views: 2990
Log LCB to Console.app or OSX terminal
The subject tells it all. In order to do a minimum debug of a LCB extension running on iOS hardware, I need to be able, in the .lcb file, to log some debug messages to the Console app or the Terminal, where I can filter and read them. In the Console now I can already see a lot of messages from the i...
- Mon Jul 21, 2025 7:05 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Script only Stacks
- Replies: 24
- Views: 29041
Re: Script only Stacks
Hello. I got my test version of the script only stack (see the attachment). It works. What I don't understand is why every time I try to save the "TestSOStack" stack or the "TestScript", be it in the project browser or directly in the stack, the Openstack of the TestScript starts running. It runs al...