Setting up .env Arkana

This setting in Mac OS

My team changed from cocoapod-key to Arkana, this flow maybe will help you. If you don't set it up error result will be like this, your project must be using Swift Package Manager or CocoaPods. pod arkana https://github.com/rogerluan/arkana.

[!] No podspec found for `ArkanaKeys` in `./Tooling/Arkana/dependencies/ArkanaKeys`

Source: Author

I used the alternative gem install.

$gem install arkana

For check, if the keys are registered or not, my friend said you can run this “printenv” in the terminal.

$printenv

When exporting keys, it can be multiple keys in terminal.

export appleAppID=xx8x8xx207
export crispDevWebsiteID=xxxxxx-xxxx-43a1-xxxx-xxxdxxxdxxx
.
.
.

After export, you can check again using “$printenv”

If don’t work used “ — ” you can use “ _ ”.

$source ~/.bash-profile

or

$source ~/.bash_profile

And then you can “ pod install “ for the finished install Arkana

Source: Author

--

--

IOS Engineer

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store