

at3s
Members-
Content Count
61 -
Joined
-
Last visited
Community Reputation
3 NeutralTechnical Information
-
Delphi-Version
Delphi 10.4 Sydney
Recent Profile Visitors
The recent visitors block is disabled and is not being shown to other users.
-
EUnsupportedPlatformService with message 'Unsupported platform service: Terminate'
at3s replied to at3s's topic in FMX
I will do as you mentioned, it sounds correct. -
EUnsupportedPlatformService with message 'Unsupported platform service: Terminate'
at3s replied to at3s's topic in FMX
Yes. Yes. But is there a way to move an application at least in background mode like [Home] iPhone hardware button does? Sure, the easest way will be to hide those [Exit] button from the application in case it doesn't work in iOS. -
EUnsupportedPlatformService with message 'Unsupported platform service: Terminate'
at3s replied to at3s's topic in FMX
Yup, I already found the source where it raises. So how close\hide iOS application using Delphi? I'm new with it. -
EUnsupportedPlatformService with message 'Unsupported platform service: Terminate'
at3s posted a topic in FMX
Delphi 11.2 patch 2. iOS application raises "EUnsupportedPlatformService with message 'Unsupported platform service: Terminate'" error upon Application.Terminate; or MainForm.Close; There is no problem with Android application. Actually it's [Exit] button functionality in the application. Can someone help? -
I'm using libssl.so v 1.0.2r in my project and there was not a problem with the Android migration from Delphi 10.4 to 11.2. Sure, there are files for Android32 and Android64.
-
The problem fixed by installing the Patch 1 for Alexandria 11.2. RAD Studio 11.2 Alexandria Patch 1 Available (embarcadero.com)
-
Unfortunately I got the same error when was trying to build an iOS application on "Apple M1" chip\processor. What is wrong with this? I noticed, when I run a Windows version of this application built in Delphi 11, it required midas.dll. It was not when an app was build in Delphi 10.4. iOS fault on libmidas.a. [DCC Error] E2597 ld: in c:\program files (x86)\embarcadero\studio\22.0\lib\iOSSimARM64\Release\libmidas.a(C:\Projects\Olympus\tp\intermediate\release\lib\midas\iosdevice64\alchemy.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64 Just a notice.
-
Well, sounds bad for me. Thanks for responds.
-
Unfortunately it's an Intel - 2.3GHz Dual-Core Intel Core i5. Yes, the project built (but not ran) fine on "iOS Device 64-bit" platform. The issue is - I've not connected an iPhone. Because it's my first iOS project and even was not sure I'll be able to finish it for iOS platform. So I was thought a simulator shall be enough.
-
I'm trying to build my FMX iOS application. When I've selected iPhone, the project built fine. I'm not able to debug an application, because I do not have iPhone attached to my Mac machine. But an error has been occurred when I've selected simulator (see a screen shot): [DCC Error] E2597 ld: in c:\program files (x86)\embarcadero\studio\22.0\lib\iOSSimARM64\Release\libmidas.a(C:\Projects\Olympus\tp\intermediate\release\lib\midas\iosdevice64\alchemy.o), building for iOS Simulator, but linking in object file built for iOS, for architecture arm64 Any idea how to fix this?
-
Error while building an Android application in Delphi 10.4 Sydney
at3s replied to at3s's topic in FMX
Yup, he did it on Dec 21, 2020 -
Error while building an Android application in Delphi 10.4 Sydney
at3s replied to at3s's topic in FMX
The latest version have to work for you. Erik@Grijjy already done required changes: https://github.com/grijjy/JustAddCode/blob/master/ErrorReporting/Grijjy.ErrorReporting.pas -
Thanks. Another question. Is it possible to access remotely to the Mac device where PAServer is running? Or should this Mac be in the same LAN network where is the Delphi machine rather?
-
I have a FireMonkey application which works fine in an Android. Now I want to build it in iOS. But the problem is, I did never it before. Can someone explain what exactly I have to do? F.e. Mac ot not, if 'yes' - what configuration, OS, iPhone or enough is simulator etc? Simple things for someone with the skills...
-
I want to add a feature so user shall be able to rate my android application - set a range of stars. Does someone can show me a sample code how to do this?