If you are using private repos on github, you’ll need to replace the email and auth with proper info. For public repos, this command will work fine.
Here’s an example of how to build a signed .ipa for iOS, with debug symbols (without texture compression). Replace the identity and path to the provisioning profile accordingly. E.g. “iPhone Developer” is generic and works for me:
This is quite embarrassing but I am stuck at the first step… I have downloaded openjdk-11.0.1_osx-x64_bin.tar.gz and I have extracted a jdk-11.0.1.jdk folder from it. The online instruction says to double click a pkg file but there is no such file in the folder… what should I do? I tried to copy the folder to the application and followed the instruction about PATH and JAVA_HOME but when I try
javac -version
a window pops up informing that I need the command line java tool…
I am completely lost… I am sorry!
EDIT: I have found a .dmg version of the installer and now
javac -version
does not ask of the command line tool anymore. But it is 11.0.8 and not 11.0.1 I hope this works for the rest of the process with bob…