Re: 8.1.1 RC 1 - iOS Standalone Build Failure

2016-09-27 Thread Ludovic THEBAULT

> Le 28 sept. 2016 à 07:09, Ludovic THEBAULT  a 
> écrit :
> 
> 
>> Le 26 sept. 2016 à 19:49, panagiotis merakos  a écrit :
>> 
>> Hi Brahmanathaswami,
>> 
>> This error happens because in your existing stack you have set the min ios
>> version to iOS 5.1.1, which is not supported in LC 8.1.1 RC1. Just set the
>> minimum iOS version to 6.0 in the standalone app settings for iOS, and the
>> error will disappear.
>> 
>> Best
>> Panos
>> —
> 
> Same error here, but change the iOS version to 6 or 6.1 doesn’t resolve the 
> error…
> Error concern : Standalone, revDB, dbSqlite,revzip, and a temporayitem
> I deleted the runrev cache, livecode prefs. no changes.
> 
> i’ve a similar error under Livecode 7.14 but only for the first attempt of 
> create a standalone, at the second attempt, it work. With 8.11 rc1 don’t.
> 
> With livecode Community 8.02, i can create the standalone but crash at start 
> with iOS 10
> 
> Thanks for any solution


I found that on the net :
First, check the version of your system ld through the command: /usr/bin/ld -v
It should be ld64-274 for Xcode 8.
 
If it’s not, you need to upgrade the system ld to understand the tbd files. In 
case of multiple Xcode installed on your system, you can follow the below 
instructions to resolve the issue:
1. Go to the Xcode Preferences.
2. Click on the Locations tab
3. Change the Command Line Tools option to Xcode 8.0
 
I’ve done this

I’ve tried to compile my standalone with livecode 8.11rc1, same error
i’ve retried and it work (like with Livecode 7)

My standalone work in iOS 10 but there a new problem… (see new post)
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: 8.1.1 RC 1 - iOS Standalone Build Failure

2016-09-27 Thread Ludovic THEBAULT

> Le 26 sept. 2016 à 19:49, panagiotis merakos  a écrit :
> 
> Hi Brahmanathaswami,
> 
> This error happens because in your existing stack you have set the min ios
> version to iOS 5.1.1, which is not supported in LC 8.1.1 RC1. Just set the
> minimum iOS version to 6.0 in the standalone app settings for iOS, and the
> error will disappear.
> 
> Best
> Panos
> —

Same error here, but change the iOS version to 6 or 6.1 doesn’t resolve the 
error…
Error concern : Standalone, revDB, dbSqlite,revzip, and a temporayitem
I deleted the runrev cache, livecode prefs. no changes.

i’ve a similar error under Livecode 7.14 but only for the first attempt of 
create a standalone, at the second attempt, it work. With 8.11 rc1 don’t.

With livecode Community 8.02, i can create the standalone but crash at start 
with iOS 10

Thanks for any solution

Ludovic.
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: 8.1.1 RC 1 - iOS Standalone Build Failure

2016-09-26 Thread Sannyasin Brahmanathaswami
Thank Panos… confirmed it works… 

and, good news, 

the initial error complaining that the 
Contents/Tools/Rutime/iOS/Device-10_0/revdb )

# and many other error lines like that; 
# that would go away the second time… 

has gone away… I get a clean build on first go.



 

On 9/26/16, 7:49 AM, "use-livecode on behalf of panagiotis merakos" 
 wrote:

Hi Brahmanathaswami,

This error happens because in your existing stack you have set the min ios
version to iOS 5.1.1, which is not supported in LC 8.1.1 RC1. Just set the
minimum iOS version to 6.0 in the standalone app settings for iOS, and the
error will disappear.

Best
Panos

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

Re: 8.1.1 RC 1 - iOS Standalone Build Failure

2016-09-26 Thread panagiotis merakos
Hi Brahmanathaswami,

This error happens because in your existing stack you have set the min ios
version to iOS 5.1.1, which is not supported in LC 8.1.1 RC1. Just set the
minimum iOS version to 6.0 in the standalone app settings for iOS, and the
error will disappear.

Best
Panos
--
On 26 Sep 2016 20:26, "Sannyasin Brahmanathaswami"  wrote:

> I tried a build for iOS yesterday with 8.1.1 RC1 and was informed my xCode
> was behind… OK.. downloaded xCode 8--> LC prefs-> picked it, got green
> light, for current xCode and iOS 10 simulators -- all good to go.
>
> Tried a build.. as has been happening for the past 2 months, every time I
> build the first attempt fails with a long error message about not finding
> the arm files… then you try again and the build succeeds.
>
> This time we had the same behavior: first attempt to build throws the same
> error list, but then on the second attempt I get this  never-before-seen msg
>
> linking for arm (armv7) failed with Id:
> Library not found for -lcrt1.3.1o
> clang: error: linker command failed with
> exit code 1 (use -v to see invocation)
>
> BR
>
> ___
> use-livecode mailing list
> use-livecode@lists.runrev.com
> Please visit this url to subscribe, unsubscribe and manage your
> subscription preferences:
> http://lists.runrev.com/mailman/listinfo/use-livecode
___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode

8.1.1 RC 1 - iOS Standalone Build Failure

2016-09-26 Thread Sannyasin Brahmanathaswami
I tried a build for iOS yesterday with 8.1.1 RC1 and was informed my xCode was 
behind… OK.. downloaded xCode 8--> LC prefs-> picked it, got green light, for 
current xCode and iOS 10 simulators -- all good to go.

Tried a build.. as has been happening for the past 2 months, every time I build 
the first attempt fails with a long error message about not finding the arm 
files… then you try again and the build succeeds.

This time we had the same behavior: first attempt to build throws the same 
error list, but then on the second attempt I get this  never-before-seen msg

linking for arm (armv7) failed with Id:
Library not found for -lcrt1.3.1o
clang: error: linker command failed with
exit code 1 (use -v to see invocation)

BR

___
use-livecode mailing list
use-livecode@lists.runrev.com
Please visit this url to subscribe, unsubscribe and manage your subscription 
preferences:
http://lists.runrev.com/mailman/listinfo/use-livecode