pronebird / pomo-iphone

Gettext translations for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

muparser not getting installed

raviAggarwal61 opened this issue · comments

@pronebird
Hi,
I tried installing pod using pod 'pomo-iphone', :git => 'git://github.com/pronebird/pomo-iphone.git' and only pomo-iphone got installed but not the muparser dependency, which leads to an error saying
'muParserInt.h' file not found

Can you please tell me the correct way to install?
screen shot 2017-04-07 at 11 33 25 am

Hi,

Makes sense, I need to find a way to pull submodules on pod installation. For now to fix that, just run manually from Pod's folder:

git submodule update --init --recursive

I've updated installation notes, please use :submodules => true option to git url, i.e:

pod 'pomo-iphone', :git => 'git://github.com/pronebird/pomo-iphone.git', :submodules => true