Search found 225 matches: xcode

Return to advanced search

Re: con que herramienta genero los diálogos y botones?

Estimado Gustavo, Un vez hayas instalado xcode, desde su menú selecciona "File" - "Open" y ve a la carpeta "fivemac\samples" y selecciona "hola.nib": https://github.com/FiveTechSoft/screenshots/blob/master/Screenshot%202023-12-28%20at%2010.52.27.png?raw=true ...
by Antonio Linares
Thu Dec 28, 2023 10:10 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: con que herramienta genero los diálogos y botones?
Replies: 4
Views: 251

Re: Pregunta Usuario Nuevo Mac

Estimado Gustavo, Un vez hayas instalado xcode, desde su menú selecciona "File" - "Open" y ve a la carpeta "fivemac\samples" y selecciona "hola.nib": https://github.com/FiveTechSoft/screenshots/blob/master/Screenshot%202023-12-28%20at%2010.52.27.png?raw=true ...
by Antonio Linares
Thu Dec 28, 2023 10:03 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: Pregunta Usuario Nuevo Mac
Replies: 5
Views: 1520

con que herramienta genero los diálogos y botones?

Hola
En windows usaba pellesC
en Mac, con que herramienta lo hago? porque el Xcode (en su entorno) no me da una opción para crear los recursos (res)
by goosfancito
Thu Dec 28, 2023 8:27 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: con que herramienta genero los diálogos y botones?
Replies: 4
Views: 251

Re: OT - abro hilo FWH - MAC

Previamente tienes que instalar las xcode command line Tools:

desde una ventana de terminal de Mac escribe esto:

xcode-select --install

asi tendrás git, el compilador de C, make, etc
by Antonio Linares
Tue Jul 11, 2023 7:32 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: OT - abro hilo FWH - MAC
Replies: 8
Views: 853

Re: compiling program on M1 chip

Dear Rene,

It seems as you restored xcode from Time Machine, thats why it does not work as it is, and a new xcode installation is required (M1 architecture is arm)

Once finished, we will rebuild Harbour and FiveMac and it should be working fine again :)
by Antonio Linares
Tue Mar 22, 2022 5:14 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: compiling program on M1 chip
Replies: 3
Views: 5433

Re: problems after update to MacOs 11.1 (Big Sur)

... can only use it if they have the same OS version. So users with MacOs 10.15 can't use my newest software anymore. I thought it had to do with the XCode version, but I use version 9.4.1 which is an older version. Normally the programmer can set the version in XCode, but as we use the command prompt ...
by mastintin
Sun Jan 24, 2021 10:27 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2299

problems after update to MacOs 11.1 (Big Sur)

... can only use it if they have the same OS version. So users with MacOs 10.15 can't use my newest software anymore. I thought it had to do with the XCode version, but I use version 9.4.1 which is an older version. Normally the programmer can set the version in XCode, but as we use the command prompt ...
by plantenkennis
Sat Jan 23, 2021 11:21 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: problems after update to MacOs 11.1 (Big Sur)
Replies: 11
Views: 2299

Re: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset

... maximum allowed data length. in the realization of code data between 2 and 5 bytes. - I try to recover the data to 5 chars and still can't. "xcode := Trim( ors1:Code )" - try Trim () and Alltrim () as well, the recordset results cannot be displayed on oBrw2. - oBrw2 can only display ...
by Mulyadi
Sun May 10, 2020 4:49 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: FWH 20.04 Help for xbrowser TRecSet vs ADO Recordset
Replies: 3
Views: 662

Re: How make it?

... menupopup I found some question on Internet https://stackoverflow.com/questions/39890861/how-to-place-horizontal-slider-in-nsmenu-swift-3-xcode-8 https://www.codeproject.com/Articles/26924/WPF-Slider-Menu I found a source someone can converte it to fwh (https://www.codeproject.com/Articles/26924/WPF-Slider-Menu) ...
by Silvio.Falconi
Tue Nov 12, 2019 9:07 am
 
Forum: FiveWin for Harbour/xHarbour
Topic: How make it?
Replies: 6
Views: 1202

Re: make error after upgating to MacOs Catalina

Steps to use OSX Catalina:

1. xcode-select --install

After this FiveMac working fine! :-)
by Antonio Linares
Sat Oct 19, 2019 8:09 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: make error after upgating to MacOs Catalina
Replies: 6
Views: 1922

Re: make error after upgating to MacOs Catalina

Hello Antonio and Manuel,

Thank you for looking into this problem.

BTW, i am using xcode version 9 (version 9.4.1) because some users of my software use an older version of MacOs and they got an error when I compiled with xcode 10 (software not suitable for this version)
by plantenkennis
Sat Oct 19, 2019 7:34 am
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: make error after upgating to MacOs Catalina
Replies: 6
Views: 1922

Re: Mysql - android

... Creator, construyes FiveTouch y FiveTouch se instalará en tu teléfono ó tablet usando tu firma digital. Esta firma digital la genera la aplicación Xcode de Apple al construir un ejemplo de prueba, creándose un "Provisioning Profile". Este proceso anteriormente era bastante complicado, ...
by Antonio Linares
Thu Apr 19, 2018 5:28 am
 
Forum: FiveWin para Harbour/xHarbour
Topic: Mysql - android
Replies: 12
Views: 1982

Re: protecting an app for illigal copying

This one is also interesting: http://forums.macrumors.com/threads/how-to-find-mac-address-using-xcode.689645/ NSPipe *outPipe = [NSPipe pipe];NSTask* theTask = [[NSTask alloc] init];NSString *string;NSString *s;//Built-in ethernet[theTask ...
by Antonio Linares
Sun Nov 13, 2016 8:25 pm
 
Forum: FiveMac / FivePhone (iPhone, iPad)
Topic: protecting an app for illigal copying
Replies: 16
Views: 6111
Next

Return to advanced search