Post

Replies

Boosts

Views

Activity

looking for a group to discuss apple servers
I'm an apple developer beginning the creation of a network for development. I want to have shared services such as file server(s), printing, email, etc.. I hope to include other developers in my effort to create my company's software. I'm looking for an area with others who can discuss beta products from apple as well as the challenges of development on a lan/wan. my first question is how the new server package differs from the last release and how that can help with a shared database and communication program.
0
0
509
Jul ’20
help a newbie learn
i'm not completely helpless though i feel that way when i try a project from the web to compile under xcode. my projects have been "to the metal" with assembler, pascal, basic a touch of c and c++. i've used scripts and am passingly familiar with terminal commands (what i used to call DOS, no GUI). i've some udemy courses lined up and have seen the stanford ios. in the meantime i thought to practice by downloading some neat looking ones from the web. then i'm lost. compiling always starts with a signing error which leads to learning how to debug in xcode. BTW: as many tutorials as there are they haven't 'worked' for me. there's a step missing i'm supposed to know and don't. i need something simple. as an aside the best how to book i've ever read was "Assembly Lines" which was a compilation of articles written for BYTE magazine. It was so easy to learn assembler, then move on. anyway, take aircrack-ng a neat looking app. But the first it will say that BIGL.H is missing. There's a fix using an obscure GIT code to recurse the source as it's cloned. Unfortuantely i run into a problem in setting the location xcode expects to find the file. in the source it's <bigl/bigl.h>. I'm familiar with includes but t hat syntax for location is unfamiliar. It would help to get a reference to how to step through each error. I've stumbled into it and yet have to look through multiple tabs or screens to find the exact red shaded area. Before you say RTFM, no t he help is abysmal. So it's 1 - what directory structure should i use or how do i correct for a 'lost' file 2 - how do i switch between the gui and command line ? right now the path is command line but the script command "build" won't work 3 - how, step-by-step, do i follow each reported error Or where can i find a very direct debugging tutorial
1
0
448
Jun ’20
Which to choose Build or XCodeBuild ?
I have a program that has the original script to call for "Build". In terminal it returns "unknown command". So I tried XCodeBuild and get this xcode-select: error: tool 'xcodeBuild' requires Xcode, but active developer directory '/Library/Developer/CommandLineTools' is a command line tools instance How do I do this ?
0
0
546
Jun ’20