Setup Jenkins to build iOS .IPA
Jenkins Installation Step 1: Install the Java environment before installing Jenkins. work@avadheshs-MacBook-Pro ~ % java -version java version "1.8.0_281" Java(TM) SE Runtime Environment (build ...
Jenkins Installation Step 1: Install the Java environment before installing Jenkins. work@avadheshs-MacBook-Pro ~ % java -version java version "1.8.0_281" Java(TM) SE Runtime Environment (build ...
Automate build on code commit 1. Ngrock Setup Download ngrok for Mac OS unzip and connect your account using terminal commands Start the service using ./ngrok http 8080 Copy the Forwardi...
About NSthread class is the most basic and lightweight multi-threading technology used for multithreading in iOS which can be used to directly manipulate thread objects. References: Apple Doc Cr...
Charles It is a paid web debugging proxy application with a 30days trial period. Within the trial period, it will forcibly quit after every 30mins of use, though it can be used again after restart...
Symbolic Breakpoint To create a symbolic breakpoint in Xcode, click the + button in the lower-left toolbar within the Breakpoint Navigator and choose “Symbolic Breakpoint…”. In the above scre...
Print Statement You can print any object in the debug area using the print function. Literal expressions can be added too in the print function Literal Type Value ...
In iOS14 if your app wants to use Bonjour service, mDNS service, or access a local network then the “Local Network” permission is required. The below image shows services that require authorizati...