e-sites / Natrium

A pre-build (Swift) script to alter your Xcode project at pre-build-time per environment, build configuration and target.
https://www.e-sites.nl
MIT License
145 stars 15 forks source link

MANUALLY INSTALL didn't generate .natrium #12

Closed dangthaison91 closed 5 years ago

dangthaison91 commented 5 years ago

Try to use manually install by dragging latest natrium bin file into project folder but it didn't generate .natrium folder or anything.

I tried the Cocoapods way and it works. But there is an error that is reported in #11

PS: Really nice ideas and helpful library.

basvankuijck commented 5 years ago

Have you read the manual installation guide?

In particular the scheme setup? Else take a look at the Example project

dangthaison91 commented 5 years ago

@basvankuijck Yes, I followed your guide but it didn't work, nothing is generated.

basvankuijck commented 5 years ago

@dangthaison91: Could you open the terminal in the project root and type:

chmod +x ./natrium

And then try again?

dangthaison91 commented 5 years ago

Yeah, it works now. Thanks for quickly support @basvankuijck

basvankuijck commented 5 years ago

@dangthaison91: No problem, glad to help. I updated the guide, so people don't miss this step. Has probably something to do with the way github 'packs' those binaries without extensions