Search found 4 matches
- Wed Sep 28, 2016 6:15 pm
- Forum: iOS Deployment
- Topic: SDK Not Found
- Replies: 0
- Views: 1851
SDK Not Found
I was using Livecode 7.1.3 before and it was able to find the SDK root for IOS, but it is now not able to locate it. What do I need to do to find it? I have Livecode 8.0.1 also on my mac and it finds that one, but it cannot find it in 7.1.3.
- Sun Apr 10, 2016 7:39 pm
- Forum: iOS Deployment
- Topic: Saving as Standalone Problems
- Replies: 1
- Views: 2747
Saving as Standalone Problems
I am using Livecode 7.1.3 and trying to save as a standalone using a provisioning profile developed in Xcode 7.2.1. Every time I try saving as a standalone it gives me the error of "Cannot find a valid identity to use for the selected profile". Does anyone know a way to solve this problem? I am able...
- Thu Mar 24, 2016 6:49 pm
- Forum: Databases
- Topic: Problems with sqlite database
- Replies: 1
- Views: 3122
Problems with sqlite database
After updating to Livecode 7.1.3 my app will no longer connect to the database. Is there a change in syntax that I need to do? This is what I'm currently using: global gConnectionID if gConnectionID is not a number then answer error "Please connect to the database first." exit to top end if put "INS...
- Tue Feb 23, 2016 7:17 pm
- Forum: Getting Started with LiveCode - Complete Beginners
- Topic: Using revMail
- Replies: 1
- Views: 1763
Using revMail
I need to be able to attach a card saved as a PDF to the revMail on the device. Right now I am able to save the card PDF to my desktop, then put a table into the email, but I want to be able to attach the PDF to the email through live code rather than saving it to the desktop. This is what I have ri...