Discussion:
I am trying to setup development environment in xcode for osmand app.Getting the error cmake: command not found Failed to bake project files 'fat-ios-clang.xcode' (127)
Nishant Singh
2016-07-18 21:39:48 UTC
Permalink
I am trying to setup development environment in xcodefor osmand app. I
executed the following commands
mkdir ~/bin PATH=~/bin:$PATH $ curl> http://commondatastorage.googleapis.com/git-repo-downloads/repo >> ~/bin/repo $ chmod a+x ~/bin/repo $ repo init -u> git://github.com/osmandapp/OsmAnd-manifest.git -m jenkins_ios.xml $> repo sync
Pointed to the ios folder which has the below file and then ran
bash prepare.sh
I am getting an error at the below line :
https://github.com/osmandapp/OsmAnd-ios/blob/master/prepare.sh#L32

Error description:

Baking project files for cross-platform target 'fat-ios-clang'Baking project files 'fat-ios-clang.xcode'/Users/ss134/build/utils/generate.sh: line 96: cmake: command not foundFailed to bake project files 'fat-ios-clang.xcode' (127)Failed to generate project for XCode, aborting...

Please help to resolve this. Should i install cmake in terminal and then
run the prepare.sh file ?
--
You received this message because you are subscribed to the Google Groups "Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osmand+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Mohamed Ramadan
2018-02-22 12:33:45 UTC
Permalink
Hello Nishant,

Did you resolve this error yet ?

i can not build OsmAnd yet and there is a lot of missing libraries !

if you successfully Build/Run OsmAnd, please guide me how to setup this
missing libraries.
Post by Nishant Singh
I am trying to setup development environment in xcodefor osmand app. I
executed the following commands
mkdir ~/bin PATH=~/bin:$PATH $ curl> http://commondatastorage.googleapis.com/git-repo-downloads/repo >> ~/bin/repo $ chmod a+x ~/bin/repo $ repo init -u> git://github.com/osmandapp/OsmAnd-manifest.git -m jenkins_ios.xml $> repo sync
Pointed to the ios folder which has the below file and then ran
bash prepare.sh
https://github.com/osmandapp/OsmAnd-ios/blob/master/prepare.sh#L32
Baking project files for cross-platform target 'fat-ios-clang'Baking project files 'fat-ios-clang.xcode'/Users/ss134/build/utils/generate.sh: line 96: cmake: command not foundFailed to bake project files 'fat-ios-clang.xcode' (127)Failed to generate project for XCode, aborting...
Please help to resolve this. Should i install cmake in terminal and then
run the prepare.sh file ?
--
You received this message because you are subscribed to the Google Groups "Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osmand+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Khaled Annajar
2018-11-26 19:42:21 UTC
Permalink
Hello Mohamed,

Have you succeeded in building the library?
Post by Mohamed Ramadan
Hello Nishant,
Did you resolve this error yet ?
i can not build OsmAnd yet and there is a lot of missing libraries !
if you successfully Build/Run OsmAnd, please guide me how to setup this
missing libraries.
Post by Nishant Singh
I am trying to setup development environment in xcodefor osmand app. I
executed the following commands
mkdir ~/bin PATH=~/bin:$PATH $ curl> http://commondatastorage.googleapis.com/git-repo-downloads/repo >> ~/bin/repo $ chmod a+x ~/bin/repo $ repo init -u> git://github.com/osmandapp/OsmAnd-manifest.git -m jenkins_ios.xml $> repo sync
Pointed to the ios folder which has the below file and then ran
bash prepare.sh
https://github.com/osmandapp/OsmAnd-ios/blob/master/prepare.sh#L32
Baking project files for cross-platform target 'fat-ios-clang'Baking project files 'fat-ios-clang.xcode'/Users/ss134/build/utils/generate.sh: line 96: cmake: command not foundFailed to bake project files 'fat-ios-clang.xcode' (127)Failed to generate project for XCode, aborting...
Please help to resolve this. Should i install cmake in terminal and then
run the prepare.sh file ?
--
You received this message because you are subscribed to the Google Groups "Osmand" group.
To unsubscribe from this group and stop receiving emails from it, send an email to osmand+***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...