Search found 57 matches

by jnmediaGAd195
Sun Jan 04, 2015 3:54 pm
Forum: iOS Deployment
Topic: iphonePick Font Problem
Replies: 2
Views: 2538

Re: iphonePick Font Problem

Thanks. This is my code:

put " Picture Counting" & cr & " Picture Arithmetic" & cr & " Arithmetic" & cr & " Times Tables" into optionList
iphonePick optionlist, tSelect
by jnmediaGAd195
Sun Jan 04, 2015 12:18 am
Forum: iOS Deployment
Topic: iphonePick Font Problem
Replies: 2
Views: 2538

iphonePick Font Problem

I am testing my app on an iPad 2 and an iPad mini 3. I am using iphonePick for picklists. It looks fine on the iPad 2 but is cut off on the iPad mini. Is there a way to set the picklist width or adjust the font? Any help is appreciated.
Judy
by jnmediaGAd195
Thu Jan 01, 2015 8:12 pm
Forum: iOS Deployment
Topic: iOS Simulator Device
Replies: 1
Views: 2970

iOS Simulator Device

The iOS Simulator defaults to iPad 2 and I can't change it to anything else. If I change it, the home screen comes up but my app isn't on it. I close iOS Simulator and reopen it and it is back to iPad 2. Using Terminal, I was able to get it to open in Resizable iPad but, again, I couldn't run my app...
by jnmediaGAd195
Thu Jan 01, 2015 4:15 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Building Standalone Application
Replies: 10
Views: 8970

Re: Building Standalone Application

OMG. I found an old post that suggested looking for my name in Keychain. It displayed an entry that wasn't displayed before and it worked!!!!

:D :D :D :D :D :D :D :D :D :D :D :D :D
by jnmediaGAd195
Thu Jan 01, 2015 4:08 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Building Standalone Application
Replies: 10
Views: 8970

Re: Building Standalone Application

I revoked my certificate and requested a new one. I got rid of the missing identity error back am back to: "'codesigning failed with Warning: ---resource-rules have been deprecated in Mac OS X >= 10.10! iPhone Developer: Judy Novotny (7HVHP9W3KJ): ambiguous (matches "iPhone Developer: Judy Novotny (...
by jnmediaGAd195
Thu Jan 01, 2015 2:03 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Building Standalone Application
Replies: 10
Views: 8970

Re: Building Standalone Application

I restored my keychain and was able to get rid of "'codesigning failed with Warning: ---resource-rules have been deprecated in Mac OS X >= 10.10! iPhone Developer: Judy Novotny (7HVHP9W3KJ): ambiguous (matches "iPhone Developer: Judy Novotny (7HVHP9W3KJ)" and "iPhone Developer: Judy Novotny (7HVHP9W...
by jnmediaGAd195
Thu Jan 01, 2015 4:15 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Building Standalone Application
Replies: 10
Views: 8970

Re: Building Standalone Application

I don't know what I did but I am getting 'codesigning failed with Warning: ---resource-rules have been deprecated in Mac OS X >= 10.10! iPhone Developer: Judy Novotny (7HVHP9W3KJ): ambiguous (matches "iPhone Developer: Judy Novotny (7HVHP9W3KJ)" and "iPhone Developer: Judy Novotny (7HVHP9W3KJ)" in /...
by jnmediaGAd195
Thu Jan 01, 2015 3:59 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Building Standalone Application
Replies: 10
Views: 8970

Re: Building Standalone Application

Thanks (again), Paul. This definitely fixed my problem. I still can't do a build though. Now I get 'could not find a valid identity to use for the selected profile.' I made sure that my provisioning profile is valid. My certificate expired so I created a new one (in case that mattered). I also added...
by jnmediaGAd195
Thu Jan 01, 2015 2:18 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Building Standalone Application
Replies: 10
Views: 8970

Re: Building Standalone Application

I get nothing returned when I run this in Terminal:
ls /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs
by jnmediaGAd195
Thu Jan 01, 2015 2:00 am
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Building Standalone Application
Replies: 10
Views: 8970

Re: Building Standalone Application

Paul, Thanks for the help. This was helpful. I had a directory listed already but I do have the dreaded red square. I deleted the entry and tried to add a new one. My Xcode is in judy -- library -- developer -- Xcode. I previously had \developer as the entry. When I try to add a new one, I keep gett...
by jnmediaGAd195
Wed Dec 31, 2014 6:10 pm
Forum: Getting Started with LiveCode - Experienced Developers
Topic: Building Standalone Application
Replies: 10
Views: 8970

Building Standalone Application

I'm not new to Livecode, just kind of rusty. :) I am trying to do a save as a standalone application but I get a message that this requires the iOS 8.1 SDK platform to be installed. I have Xcode 6.1.1 and LiveCode 7.0.1 installed. I have an app (Number Wizard) in the App Store that doesn't run under...
by jnmediaGAd195
Sat Sep 20, 2014 12:24 am
Forum: iOS Deployment
Topic: App crashes in iOS 8
Replies: 5
Views: 4904

Re: App crashes in iOS 8

No. No push notifications or in app purchases. Just a very simple app.
by jnmediaGAd195
Fri Sep 19, 2014 9:36 pm
Forum: iOS Deployment
Topic: App crashes in iOS 8
Replies: 5
Views: 4904

App crashes in iOS 8

My app, Number Wizard, has been in the App Store for over two years. For each new version of iOS, I've never had any issues. Now, with iOS 8, my app crashes. The 'welcome screen' appears and then it crashes. Any help is greatly appreciated. I haven't had to touch my code since I initially put it in ...
by jnmediaGAd195
Tue Sep 03, 2013 12:18 am
Forum: iOS Deployment
Topic: iOS 7
Replies: 2
Views: 3211

Re: iOS 7

Gerry,
Thanks so much for the reply. I don't think my issue is related to iOS 7, either. I guess I had two questions and posted them both under iOS 7. Thanks again for your help.
Judy
by jnmediaGAd195
Mon Sep 02, 2013 3:44 pm
Forum: iOS Deployment
Topic: iOS 7
Replies: 2
Views: 3211

iOS 7

I am trying to determine what, if anything, I need to do to get ready for iOS 7 (code-wise, icon-wise, etc.) When I tried to do a standalone application build, I got "performing iOS arvm v6 (or universal) device builds requires the iOS 5.1 SDK platform to be installed (available with XCode 4.4)". I ...