I am getting the following error :

xc114:~ shfrc114c2$  mkdir ~/bin
xc114:~ shfrc114c2$ PATH=~/bin:$PATH
xc114:~ shfrc114c2$ curl 
https://storage.googleapis.com/git-repo-downloads/repo > ~/bin/repo
  % Total    % Received % Xferd  Average Speed   Time    Time     Time 
 Current
                                 Dload  Upload   Total   Spent    Left 
 Speed
100 26223  100 26223    0     0  92821      0 --:--:-- --:--:-- --:--:-- 
92660
xc114:~ shfrc114c2$ chmod a+x ~/bin/repo
xc114:~ shfrc114c2$ repo init -u 
git://github.com/osmandapp/OsmAnd-manifest.git
warning: gpg (GnuPG) is not available.
warning: Installing it is strongly encouraged.
Get https://gerrit.googlesource.com/git-repo/clone.bundle
Get https://gerrit.googlesource.com/git-repo
remote: Finding sources: 100% (24/24)
remote: Total 24 (delta 4), reused 24 (delta 4)
Unpacking objects: 100% (24/24), done.
>From https://gerrit.googlesource.com/git-repo
   8b39fb4..f97e72e  master     -> origin/master
Get git://github.com/osmandapp/OsmAnd-manifest.git
remote: Counting objects: 428, done.        
remote: Compressing objects: 100% (3/3), done.        
remote: Total 428 (delta 0), reused 0 (delta 0), pack-reused 425        
Receiving objects: 100% (428/428), 46.69 KiB | 0 bytes/s, done.
Resolving deltas: 100% (261/261), done.
>From git://github.com/osmandapp/OsmAnd-manifest
 * [new branch]      master     -> origin/master
fatal: manifest 'default.xml' not available
fatal: manifest default.xml not found
xc114:~ shfrc114c2$ repo sync
Traceback (most recent call last):
  File "/Users/shfrc114c2/.repo/repo/main.py", line 531, in <module>
    _Main(sys.argv[1:])
  File "/Users/shfrc114c2/.repo/repo/main.py", line 507, in _Main
    result = repo._Run(argv) or 0
  File "/Users/shfrc114c2/.repo/repo/main.py", line 158, in _Run
    copts, cargs = cmd.OptionParser.parse_args(argv)
  File "/Users/shfrc114c2/.repo/repo/command.py", line 67, in OptionParser
    self._Options(self._optparse)
  File "/Users/shfrc114c2/.repo/repo/subcmds/sync.py", line 189, in _Options
    self.jobs = self.manifest.default.sync_j
  File "/Users/shfrc114c2/.repo/repo/manifest_xml.py", line 352, in default
    self._Load()
  File "/Users/shfrc114c2/.repo/repo/manifest_xml.py", line 399, in _Load
    self.manifestProject.worktree))
  File "/Users/shfrc114c2/.repo/repo/manifest_xml.py", line 435, in 
_ParseManifestXml
    root = xml.dom.minidom.parse(path)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/minidom.py",
 
line 1918, in parse
    return expatbuilder.parse(file)
  File 
"/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/xml/dom/expatbuilder.py",
 
line 922, in parse
    fp = open(file, 'rb')
IOError: [Errno 2] No such file or directory: 
'/Users/shfrc114c2/.repo/manifest.xml'
xc114:~ shfrc114c2$

On Sunday, July 17, 2016 at 11:59:37 PM UTC+5:30, Stephan75 wrote:
>
> Tell us please what documantation about Osmand compiling for iOS you have 
> already read, and what you have tried in your IDE so far.
>
> Stephan
>
> Am Freitag, 15. Juli 2016 21:38:39 UTC+2 schrieb Nishant Singh:
>>
>> I need someone to help me succesfully set up osmand, include all 
>> dependencies, compile/build the following project for iOS (xcode).
>>
>

-- 
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+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to