Open in app

Sign In

Write

Sign In

Kevin ABRIOUX
Kevin ABRIOUX

28 Followers

Home

About

Apr 26, 2022

Handle CryptoKit archiving error

In some case, during the creation of your application Archive, you can have this error: No such module ‘CryptoKit’

IOS

2 min read

Handle CryptoKit archiving error
Handle CryptoKit archiving error
IOS

2 min read


Nov 17, 2020

Build your self hosted iOS CI with Gitlab

Gitlab is a wonderful tool to create your own pipeline. Combined to Fastlane, you will be able to have quickly your own CI scalable and maintainable. — Register Gitlab Runner In your Gitlab UI, go in Settings -> CI/CD

Gitlab

4 min read

Build your self hosted iOS CI with Gitlab
Build your self hosted iOS CI with Gitlab
Gitlab

4 min read


Nov 12, 2020

Build your Android Self hosted CI with Gitlab

In this article, Self hosted CI will be installed on a MacOS. Gitlab-Runner GitLab Runner is an application that works with GitLab CI/CD to run jobs in a pipeline. In order to perform your pipelines, we need to install runners with Homebrew: brew install gitlab-runner

Gitlab Ci

5 min read

Build your Android Self hosted CI with Gitlab
Build your Android Self hosted CI with Gitlab
Gitlab Ci

5 min read


May 22, 2020

Combine: Handle nil values with compactMap

In some case, you could have your publisher emit some nullable value and don’t want it. The operator compactMap publish all non-nil element. It can be useful if you don’t want to handle unwrapping in your sink or other combine operators. You can find the playground here More informations on Apple documentation

Swift

1 min read

Combine: Handle nil values with compactMap
Combine: Handle nil values with compactMap
Swift

1 min read


Dec 17, 2019

First step on Firebase Test Lab with iOS Project

Firebase Test Lab is a cloud-based app-testing infrastructure. With one operation, you can test your Android or iOS app across a wide variety of devices and device configurations, and see the results — including logs, videos, and screenshots — in the Firebase console. To ensure your app quality, Firebase Test…

IOS

4 min read

First step on Firebase Test Lab with iOS Project
First step on Firebase Test Lab with iOS Project
IOS

4 min read


Jul 18, 2019

Configure your proxy configuation in your bash_profile

In some case, when you want to use gem, it could be possible you are behind a proxy. To avoid this case, you need to set your proxy’s information in your bash_profile. Go to your home’s folder cd ~/ Create your bash_profile touch .bash_profile Now you can edit your bash_profile and add this function enableproxy() { export HTTP_PROXY=http://my.proxy.here:port.number export HTTPS_PROXY=http://my.proxy.here:port.number export http_proxy=$HTTP_PROXY export https_proxy=$HTTPS_PROXY git config — global http.proxy http://my.proxy.here:port.number git config — global https.proxy http://my.proxy.here:port.number } #Delete this line to proxy usage enableproxy

Bash

1 min read

Configure your proxy configuation in your bash_profile
Configure your proxy configuation in your bash_profile
Bash

1 min read


May 16, 2019

Generate Gradle Wrapper

Sometimes, it could happened the Gradle Wrapper is not present in your project. So it could be difficult to execute a specific gradle’s task To generate your Gradle Wrapper, you have to insert this block on your build.gradle at the Project’s level, with your target gradle’s version After this, run this task

Gradle

1 min read

Generate Gradle Wrapper
Generate Gradle Wrapper
Gradle

1 min read


Dec 8, 2016

How to install Eyelights application for the beta

Download the application “TestFlight” on the app store : Open the invitation mail received from Eyelights :

IOS

2 min read

How to install Eyelights application for the beta
How to install Eyelights application for the beta
IOS

2 min read


Oct 17, 2016

Test Bluetooth SPP Connection on Mac

Activate Bluetooth on MAC Connect your device to your MAC by Bluetooth Start a terminal et use this command : screen /dev/tty.Bluetooth-Incoming-Port After this, you will see a blank screen :

Bluetooth

2 min read

Test Bluetooth SPP Connection on Mac
Test Bluetooth SPP Connection on Mac
Bluetooth

2 min read

Kevin ABRIOUX

Kevin ABRIOUX

28 Followers

Android & iOS, quality in software is 𝛼&ɷ

Following
  • Amit Shekhar

    Amit Shekhar

  • Saurabh Pant

    Saurabh Pant

  • Jose Alcérreca

    Jose Alcérreca

  • Igor Escodro

    Igor Escodro

  • Samuel Liard

    Samuel Liard

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech