Re: iOS8 Encrpytion working?

2015-03-03 Thread Mark Talluto
On Mar 2, 2015, at 11:55 AM, Chipp Walters wrote: > I keep getting this error when I BUILD for iOS on 7.0.3 > Any idea why? Runs fine in simulator. Encryption is checked but it's acting > like it's not checked. Chipp and I have already communicated about this. There is a problem with encryptio

iOS8 Encrpytion working?

2015-03-02 Thread Chipp Walters
I keep getting this error when I BUILD for iOS on 7.0.3 Any idea why? Runs fine in simulator. Encryption is checked but it's acting like it's not checked. ___ use-livecode mailing list use-livecode@lists.runrev.com Please visit this url to subscribe, unsu

Re: Problems with externals when building for iOS8

2014-11-06 Thread Monte Goulding
On 6 Nov 2014, at 10:40 pm, Andrew Henshaw wrote: > You were spot on with the including a folder rather than a file. Ah good. I'm glad you're sorted ;-) Cheers Monte -- M E R Goulding Software development services Bespoke application development for vertical markets mergExt - There's an ex

Re: Problems with externals when building for iOS8

2014-11-06 Thread Andrew Henshaw
Hi Monte, You were spot on with the including a folder rather than a file. Selecting each external file individually to include seems to work, it was selecting a folder that caused the problem. ___ use-livecode mailing list use-livecode@lists.runrev.c

Re: Problems with externals when building for iOS8

2014-11-06 Thread Andrew Henshaw
Its all of them Mone, I cant figure it out at all. Last night I wiped my Macbook and reinstalled Yosemite, Livecode and xCode from the appstore, then created a basic app which worked, then added an external (answercolor) and it bombed. I guess I must be doing something wrong somewhere so Ill

Re: Problems with externals when building for iOS8

2014-11-05 Thread Monte Goulding
On 6 Nov 2014, at 10:06 am, Vaughn Clement wrote: > On the Apple forum there is a discussion on the app bombing at startup. I > have apps that have been online for years doing this in IOS 8.1. I know > Apple is aware of this because there are so many people complaining about > the App Store and

Re: Problems with externals when building for iOS8

2014-11-05 Thread Vaughn Clement
h. 928-254-9062 On Wed, Nov 5, 2014 at 3:49 PM, Monte Goulding wrote: > > On 6 Nov 2014, at 3:11 am, Andrew Henshaw wrote: > > > Is anyone having problems with externals when building for iOS8 or 8.1? > > > > I seem to be hitting my head against a brick all. I have

Re: Problems with externals when building for iOS8

2014-11-05 Thread Monte Goulding
On 6 Nov 2014, at 3:11 am, Andrew Henshaw wrote: > Is anyone having problems with externals when building for iOS8 or 8.1? > > I seem to be hitting my head against a brick all. I have the latest xCode > 6.1 installed, and ive tried building with Livecode 6.5, 6.7 and 7.0 with

Problems with externals when building for iOS8

2014-11-05 Thread Andrew Henshaw
Is anyone having problems with externals when building for iOS8 or 8.1? I seem to be hitting my head against a brick all. I have the latest xCode 6.1 installed, and ive tried building with Livecode 6.5, 6.7 and 7.0 with the same result everytime. Taking a very basic app with just one button

Re: ios8

2014-09-17 Thread Alex Shaw
Hi Colin Was that with LC 6.6.2 or pre-release 6.7 or 7.0? regards alex On 10/09/2014 4:48 am, Colin Holgate wrote: I used Xcode 6 to get the app onto my iPad. On Sep 9, 2014, at 2:41 PM, Mike Kerner wrote: Compiling from LC? The last time I read, we couldn't use the latest XC, yet. On

Re: ios8

2014-09-17 Thread Mike Kerner
CONFIRMED: Disabling push stops the crash. On Wed, Sep 17, 2014 at 9:40 PM, Mike Kerner wrote: > I think we might have a common thread: my bug is 13446. Riccardo > reported 13474 - in his, he has push enabled, and gets the same crash as > me. I have push enabled in mine. > > On Sun, Sep 14,

Re: ios8

2014-09-17 Thread Mike Kerner
I think we might have a common thread: my bug is 13446. Riccardo reported 13474 - in his, he has push enabled, and gets the same crash as me. I have push enabled in mine. On Sun, Sep 14, 2014 at 8:59 PM, Ralph DiMola wrote: > I do an OTA update for my iOS app. After I put iOS 8 on my iPad 2 I

RE: ios8

2014-09-14 Thread Ralph DiMola
I do an OTA update for my iOS app. After I put iOS 8 on my iPad 2 I seem to be having a caching problem. The OTA gets it's state by doing a: Put url (mydom.on-rev.com/folder/updatestatus.txt) into myVar The old data is getting loaded. I changed the filename in the app and got a 404. I copied th

Re: ios8

2014-09-12 Thread Mike Kerner
I removed the externals. It still dies. On Fri, Sep 12, 2014 at 3:59 PM, Chris Sheffield wrote: > Are you using any externals with your app? Usually when I’ve seen > immediate crashes like that it’s due to an incompatible external. > > > > On Sep 12, 2014, at 1:52 PM, Mike Kerner > wrote: > >

Re: ios8

2014-09-12 Thread Chris Sheffield
Are you using any externals with your app? Usually when I’ve seen immediate crashes like that it’s due to an incompatible external. > On Sep 12, 2014, at 1:52 PM, Mike Kerner wrote: > > Well, unfortunately, I can't even get to the preOpenStack handler. This > baby crashes even before that. >

Re: ios8

2014-09-12 Thread Mike Kerner
Well, unfortunately, I can't even get to the preOpenStack handler. This baby crashes even before that. On Thu, Sep 11, 2014 at 3:49 PM, Chris Sheffield wrote: > Linking to Xcode 6 will require a LiveCode update I’m afraid. I’m sure the > team are working on it and we’ll have something shortly.

Re: ios8

2014-09-11 Thread Chris Sheffield
Linking to Xcode 6 will require a LiveCode update I’m afraid. I’m sure the team are working on it and we’ll have something shortly. As for app crashes under iOS 8, I haven’t seen any problems. However, the latest app I’ve been working on is built with LC 6.6.2 (now 6.6.3). We do have one in the

Re: ios8

2014-09-11 Thread Mike Kerner
I also can't link to the sdk in xc6 On Thu, Sep 11, 2014 at 3:16 PM, Mike Kerner wrote: > Well, one of my apps, that works find in ios7, crashes at startup on 8. > Anybody else run into anything with 8? > > On Thu, Sep 11, 2014 at 2:03 AM, Gerry wrote: > >> I should also mention that I'm runni

Re: ios8

2014-09-11 Thread Mike Kerner
Well, one of my apps, that works find in ios7, crashes at startup on 8. Anybody else run into anything with 8? On Thu, Sep 11, 2014 at 2:03 AM, Gerry wrote: > I should also mention that I'm running OS X 10.9.4. > > g > > > On 11 Sep 2014, at 1:13 pm, Gerry wrote: > > > I just installed the GM

Re: ios8

2014-09-10 Thread Gerry
I should also mention that I'm running OS X 10.9.4. g On 11 Sep 2014, at 1:13 pm, Gerry wrote: > I just installed the GM release on my iPhone 5. I can install my LC > 6.2.2-compiled apps using Xcode 5.1.1. And they run fine (so far). > > g > > > On 10 Sep 2014, at 4:48 am, Colin Holgate w

Re: ios8

2014-09-10 Thread Gerry
I just installed the GM release on my iPhone 5. I can install my LC 6.2.2-compiled apps using Xcode 5.1.1. And they run fine (so far). g On 10 Sep 2014, at 4:48 am, Colin Holgate wrote: > I used Xcode 6 to get the app onto my iPad. ___ use-livecod

Re: ios8

2014-09-09 Thread Colin Holgate
I used Xcode 6 to get the app onto my iPad. On Sep 9, 2014, at 2:41 PM, Mike Kerner wrote: > Compiling from LC? The last time I read, we couldn't use the latest XC, > yet. > > On Tue, Sep 9, 2014 at 2:30 PM, Colin Holgate wrote: > >> I was working on apps last week, and it went ok. That’s o

Re: ios8

2014-09-09 Thread Mike Kerner
Compiling from LC? The last time I read, we couldn't use the latest XC, yet. On Tue, Sep 9, 2014 at 2:30 PM, Colin Holgate wrote: > I was working on apps last week, and it went ok. That’s on my iOS 8 iPad > Air. > > > On Sep 9, 2014, at 2:26 PM, Mike Kerner wrote: > &g

Re: ios8

2014-09-09 Thread Colin Holgate
I was working on apps last week, and it went ok. That’s on my iOS 8 iPad Air. On Sep 9, 2014, at 2:26 PM, Mike Kerner wrote: > Ummmm, ios8 comes out in 8 days. Has anybody else tried compiling LC apps > for it? > > -- > On the first day, God created the heavens and the Earth

ios8

2014-09-09 Thread Mike Kerner
U, ios8 comes out in 8 days. Has anybody else tried compiling LC apps for it? -- On the first day, God created the heavens and the Earth On the second day, God created the oceans. On the third day, God put the animals on hold for a few hours, and did a little diving. And God said, "