Jump to content

Alisson

Members
  • Content Count

    10
  • Joined

  • Last visited

Everything posted by Alisson

  1. When compiling delphi fmx app using xcode 15.3 and 15.4 (beta) with IOS 17.4. The Delphi IDE returns the following error "Debbuging the application on device running IOS 17 or later is currently not supported." I urgently need to debug my app but I can't even use the IOS simulator. I'm using Delphi 12 but I've already tried it in Delphi 11.3
  2. Alisson

    Error when iOS application building in Delphi 11.2

    TShareItems e TBarcodeReader I tested by removing kastri and the app ran normally. Does anyone have a tip on how I can use the kastri components even using an arm64 simulator?
  3. Alisson

    Error when iOS application building in Delphi 11.2

    [DCC Error] E2597 ld: building for iOS Simulator, but linking in object file built for iOS, for architecture arm64 Desconfio que seja algo relacionado as bibliotecas Kastri master. Tenho outro app que não possui a biblioteca e funciona normalmente no IOS Simulator ARM 64 bits
  4. Alisson

    Error when iOS application building in Delphi 11.2

    Estou utilizando delphi 11.3 com um macbook air 2022 m1 e continua ocorrendo a situação. Alguem sabe o que pode ser?
  5. I use TWEBBROWSER to insert data into a form . Application Delphi FMX Android. element type text not insert value string. HTML Page: <input type="text" name="txtCPF" id="txtCPF" size="18" maxlength="14" autofocus="" title="Informe os onze dígitos do número do CPF." onkeypress="javascript: return EntradaNumerico(event);" onfocus="javascript: RemoveMask('txtCPF');" onblur="javascript: FG_FormatarCPF('txtCPF');" autocomplete="off" value=""> I need insert into element 'TXTCPF' the value type string '02403989987' but if use the: wbConsultaCPF:TWebBrowser; wbConsultaCPF.EvaluateJavaScript('document.getElementById("txtCPF").value = "012345";'); Browser show just '012345' in white screen. In IOS Application, code works correctly. if use : wbConsultaCPF.EvaluateJavaScript('document.getElementById("txtCPF").value = 012345;'); browser show correct text in element value but cut the first zero. '12345'. wbConsultaCPF.URL := 'https://servicos.receita.fazenda.gov.br/servicos/cpf/consultasituacao/ConsultaPublica.asp';
  6. Ao compilar projeto android com configuração 'application store' não encontra unit's usada em componentes de terceiros no delphi 11.2. Se mudar para 'Development' compila normalmente. Utilizo: Release android 64 bits application store para gerar arquivo .aab e relaizar upload para loja google play.
  7. Estou tentando compilar meu app no delphi 11.2 porém retorna o erro: sysInit.o error adding symbols: File in wrong format. Antes eu compilava no delphi 10.4 e estava tudo certo. Ao compilar em debug no delphi 11.2 funciona mas se compilar em release, é mostrado os erros. Utilizo windows 11. Segue meu NDK configuration.
  8. Deu certo. Muito obrigado amigo.
  9. Eu instalei codex no windows onde roda o rad studio e o mosco no Mac. Após isso cliquei com o botão direito do mouse no nó raiz do projeto e clique em "Build IPA", mas retorna a seguinte mensagem: ''Could not conect to Mosco''. Existe alguma configuração necessária no mosco?
  10. Eu também tenho esse problema com rad studio 10.4.2 , consegue me enviar o link para ter acesso as correções?
×