Search found 785 matches

by LiveCode_Panos
Wed Apr 12, 2023 2:53 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Asset validation failed (90502) - Solved
Replies: 14
Views: 12781

Re: Asset validation failed (90502)

Dear David, Thank you for the .ipa file. I have inspected the plist of the app bundle and indeed, it does include the required key-value pair: <key>UIRequiredDeviceCapabilities</key> <dict> <key>arm64</key><true/> </dict> So, you should not get this error. Are you sure you got the *same* error, as t...
by LiveCode_Panos
Wed Apr 12, 2023 1:27 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Asset validation failed (90502) - Solved
Replies: 14
Views: 12781

Re: Asset validation failed (90502)

Hello David, Are you using a custom plist in Copy Files? If yes, did you remove it before building the new standalone? Could you send me the latest .ipa you submitted, which has the min version set to 11.0 but still causes the same error? (You can send it to panos.merakos@livecode.com) Kind regards,...
by LiveCode_Panos
Wed Apr 12, 2023 12:41 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Asset validation failed (90502) - Solved
Replies: 14
Views: 12781

Re: Asset validation failed (90502)

Hello David,

Could you try setting the minimum version to "iOS 11 or later" in the iOS settings? This will hopefully fix the issue.

In the next release we will fix this for older minimum versions as well.

Kind regards,
Panos
--
by LiveCode_Panos
Wed Mar 29, 2023 3:11 pm
Forum: Announcements
Topic: [ANN] Release LiveCode 9.6.9 RC-3
Replies: 0
Views: 23237

[ANN] Release LiveCode 9.6.9 RC-3

Dear LiveCoders, We are pleased to announce the release of LiveCode 9.6.9 RC-3. LiveCode 9.6.9 RC-3 comes with more than 25 bugfixes and improvements, including support for building with Xcode 14.2 and the iOS 16.2 SDK to meet the new requirements of the Apple AppStore. You can find more details on ...
by LiveCode_Panos
Tue Mar 14, 2023 12:16 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Ask dialog and answer dialog
Replies: 3
Views: 1176

Re: Ask dialog and answer dialog

Hello CAsba,

Have you checked the "Ask Dialog" and "Answer dialog" rows in the Inclusions list (in the standalone application settings)?

Kind regards,
Panos
--
by LiveCode_Panos
Tue Jan 17, 2023 2:15 pm
Forum: Getting Started with LiveCode - Complete Beginners
Topic: Problem making standalone
Replies: 11
Views: 2706

Re: Problem making standalone

Hello all, I have seen this error several times (that the answer dialog is already in memory), and if I remember correctly it usually happens with very old stacks, e.g stacks created with LC 6/7 or even older. I also just tried the recipe described in the bug report Klaus linked to, with LC 9.6.9 RC...
by LiveCode_Panos
Fri Dec 02, 2022 1:22 pm
Forum: iOS Deployment
Topic: LiveCode Lagging Behind with Xcode Versions
Replies: 11
Views: 7766

Re: LiveCode Lagging Behind with Xcode Versions

Hello all, If your device runs a newer iOS version, then you do NOT need to download a newer version of Xcode for installing the standalone to your device. You can just use your current Xcode version. You might see a warning that your device iOS version is not supported by this version of Xcode or s...
by LiveCode_Panos
Mon Nov 21, 2022 2:03 pm
Forum: iOS Deployment
Topic: LiveCode Lagging Behind with Xcode Versions
Replies: 11
Views: 7766

Re: LiveCode Lagging Behind with Xcode Versions

Phil,

Indeed, you are correct, thank you for pointing out this missing step.

Kind regards,
Panos
--
by LiveCode_Panos
Mon Nov 21, 2022 11:29 am
Forum: iOS Deployment
Topic: XCode version for LC 10.0.0 (dp4) and IOS 15.6
Replies: 8
Views: 5811

Re: XCode version for LC 10.0.0 (dp4) and IOS 15.6

Hello all, So, the iOS version of the target device is not the same as the version of the iOS SDK that is included in Xcode and it is used to build the iOS standalone. The former usually does not affect the Xcode version that is required, except from some occasions, for example if the iOS device run...
by LiveCode_Panos
Mon Nov 21, 2022 11:08 am
Forum: iOS Deployment
Topic: LiveCode Lagging Behind with Xcode Versions
Replies: 11
Views: 7766

Re: LiveCode Lagging Behind with Xcode Versions

Hello all, You should be able to build iOS standalones on MacOS Ventura with Xcode 13.2.x. When building an iOS standalone, LiveCode uses some command line tools and iOS SDKs that are bundled within the specific Xcode version that the particular LiveCode version requires. So, even if Xcode 13.2.x ca...
by LiveCode_Panos
Fri Nov 04, 2022 3:46 pm
Forum: Announcements
Topic: [ANN] Release LiveCode 9.6.9 RC-2
Replies: 1
Views: 8134

[ANN] Release LiveCode 9.6.9 RC-2

Dear LiveCoders, We are pleased to announce the release of LiveCode 9.6.9 RC-2. LiveCode 9.6.9 RC-2 comes with more than 20 bugfixes, including the update of the version of OpenSSL used by the engine to 1.1.1q, allowing LiveCode built apps including "SSL & Encryption" to be submitted successfully to...
by LiveCode_Panos
Thu Aug 25, 2022 1:21 pm
Forum: Android Deployment
Topic: Android scanner widget
Replies: 7
Views: 4716

Re: Android scanner widget

Hello all, This error is thrown if a newer version of the build tools is installed. It seems the barcode widget requires a tool that is not present or has changed location in this version of the build tools. See this bug report for a workaround: https://quality.livecode.com/show_bug.cgi?id=23570 Kin...
by LiveCode_Panos
Wed Aug 10, 2022 5:14 pm
Forum: Announcements
Topic: [ANN] Release LiveCode 9.6.9 RC-1
Replies: 0
Views: 11988

[ANN] Release LiveCode 9.6.9 RC-1

Dear LiveCoders, We are pleased to announce the release of LiveCode 9.6.9 RC-1. LiveCode 9.6.9 RC-1 comes with more than 30 bugfixes, including support for Android API 31, which is now a requirement for submitting new apps to the Google Play Store. You can find more details on the bug fixes and impr...
by LiveCode_Panos
Tue Aug 09, 2022 8:28 am
Forum: Android Deployment
Topic: MobilePickPhoto "camera"
Replies: 3
Views: 2814

Re: MobilePickPhoto "camera"

Hello Gnor, If everything worked as expected for a while, and then it stopped working (i.e. mobilePickPhoto returned to a wrong card) then this sounds like a bug in LiveCode - if this is the case I suggest you file a report at quality.livecode.com and attach a simple sample stack that shows the issu...
by LiveCode_Panos
Tue Aug 02, 2022 9:34 am
Forum: Android Deployment
Topic: viewing video in browser black screen - android
Replies: 3
Views: 4073

Re: viewing video in browser black screen - android

Hello all,

If you want to play videos in a mobile browser control on Android you have to enable hardware acceleration in the Android standalone settings.

Cheers,
Panos
--

Go to advanced search