Search found 20 matches

by srbarlow3
Thu Mar 12, 2015 1:19 pm
Forum: iOS Deployment
Topic: XCODE 6.2 ( 6C131e) broke my iOS Sim?
Replies: 9
Views: 8353

Re: XCODE 6.2 ( 6C131e) broke my iOS Sim?

Don't worry, it wasn't anything you did! Any time there is a major Xcode update, Livecode must be updated as well to reflect the fundamental changes. The guys at LC are probably working furiously on an updated release for us, as we speak. In the meantime, simply revert back to Xcode 6.1.1 and you s...
by srbarlow3
Wed Mar 11, 2015 9:53 pm
Forum: iOS Deployment
Topic: XCODE 6.2 ( 6C131e) broke my iOS Sim?
Replies: 9
Views: 8353

XCODE 6.2 ( 6C131e) broke my iOS Sim?

My mac downloaded and upgraded Xcode a couple days ago and after the upgrade my iOS SDK is broken. The "Development" menu has "Test Target" and "Test" options grayed out. The SDK available square has become red on the mobile support "preferences page". Okay, I know it isn't smart to just let the OS ...
by srbarlow3
Sat Apr 26, 2014 6:09 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: adequately configured physical device
Replies: 2
Views: 2789

Re: adequately configured physical device

I am somewhat new to Mobile Livecode development too but setting up the emulator is somewhat difficult. There is a tutorial at http://livecode.com/developers/guides/mobile/android/ and http://lessons.runrev.com/s/3527/m/4069/l/27385-how-do-i-become-an-android-developer-on-a-pc . I remember strugglin...
by srbarlow3
Sat Apr 26, 2014 5:51 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting color from it
Replies: 5
Views: 4286

Re: Setting color from it

As dunbarx said, it is a good idea to store the returned "it" in another container(variable) right after it's returned to remove any doubt

Good Luck

Russ
by srbarlow3
Sat Apr 26, 2014 4:20 am
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Setting color from it
Replies: 5
Views: 4286

Re: Setting color from it

answer color with "blue" answer it set the textcolor of field "text" to it Here's what's happening. the first line opens the color dialog with blue selected as default (blue just happens to be 0,0,255 in RGB values) When you click "OK" it assigned the blue value (assuming you didn't select another ...
by srbarlow3
Fri Apr 25, 2014 7:25 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Crazy Stack File Saving System?
Replies: 6
Views: 5521

Crazy Stack File Saving System?

I have lost hours of work through an ignorance of the way live code stack files are saved. I think what happened is that I opened an older live=code file (that had been renamed to archive it) that containing the same stack name as the other open stack. I copied the desired items from the older stack...
by srbarlow3
Sun Mar 09, 2014 12:59 am
Forum: Android Deployment
Topic: Code signing an android app
Replies: 7
Views: 7376

Re: Code signing an android app

An answer to my own question which I will document here for future searchers. I generated the key and built the file both ways, in the standalone using the standalone builder with reference to the keystone file and by building the apt without a mean and adding it with jar signer. Afterward I used ja...
by srbarlow3
Sat Mar 08, 2014 1:49 pm
Forum: Android Deployment
Topic: Code signing an android app
Replies: 7
Views: 7376

Code signing an android app

I'm getting ready to deploy my app to the Google play store and am trying to build a signed standalone. I chose the option of building a signed standalone by adding the reference to the keystore file in the standalone settings. I created a keystore file using the keytool application in Terminal on m...
by srbarlow3
Fri Mar 07, 2014 11:40 pm
Forum: Android Deployment
Topic: Unicode and the Android Euro Symbol
Replies: 3
Views: 4708

Re: Unicode and the Android Euro Symbol

Simon

I got there too, but I couldn't get the character into an email from the android device. The end up as question marks in the email...I didn't see a way to send unicode formatted email from the android email program.

Thanks

Russ
by srbarlow3
Thu Mar 06, 2014 4:53 pm
Forum: iOS Deployment
Topic: Can't upload to Apple App Store
Replies: 13
Views: 11114

Re: Can't upload to Apple App Store

VICTORY! I took the LC6.6RC1 upgrade route and the upload sailed through. I was avoiding the upgrade since it was so close and I didn't want to introduce any potential new bugs... but after the frustration of the last couple days I rebuilt and tested my rather simple app for an hour on my devices a...
by srbarlow3
Thu Mar 06, 2014 3:07 pm
Forum: iOS Deployment
Topic: Can't upload to Apple App Store
Replies: 13
Views: 11114

Re: Can't upload to Apple App Store

An update. First thanks to Simon for that great video I somehow missed. I was indeed not signing the app correctly. Revoked my certificates and provisioning profiles and started from scratch following the video step by step. The only thing in the video I didn't see was in the xCode organizer window,...
by srbarlow3
Thu Mar 06, 2014 2:15 am
Forum: iOS Deployment
Topic: Can't upload to Apple App Store
Replies: 13
Views: 11114

Re: Can't upload to Apple App Store

Thanks for clarifying Simon. Hopefully someone from RunRev headquarters knows. I hate to keep trying to figure why my app is not uploading until I am sure it is not some Apple policy change that is my problem.

Russ(Gus)
by srbarlow3
Thu Mar 06, 2014 12:07 am
Forum: iOS Deployment
Topic: Can't upload to Apple App Store
Replies: 13
Views: 11114

Re: Can't upload to Apple App Store

Simon

Are you saying that my App Store upload rejection was NOT due to Livecode? I am confused as I have LC 6.5.2, a brand new Mac with OSX 10.9.2 , Xcode 5.0.2, iOS SDK 7.0.3.. what am I missing?

Russ (Gus)
by srbarlow3
Wed Mar 05, 2014 11:25 pm
Forum: iOS Deployment
Topic: Can't upload to Apple App Store
Replies: 13
Views: 11114

Re: Can't upload to Apple App Store-

Let me take a stab at answering my own question with an answer I hope is wrong. I spent the best part of today trying to figure out why my app was rejected from the Apple App Store. This is my first foray into mobile development since I recently retired from a career as an airline pilot and have a l...
by srbarlow3
Wed Mar 05, 2014 8:19 pm
Forum: iOS Deployment
Topic: Can't upload to Apple App Store
Replies: 13
Views: 11114

Can't upload to Apple App Store

I created a new store provisioning certificate using the distribution Certificate I had. I changed the stand alone settings to reflect the new certificate. I changed the version to 1.0 and built a new standalone....comptessed it to a zip file. I used the Application Loader to find my newly created a...