Start a new topic

Error when building .zip

Error when building .zip


When running build.py I get an error saying 'build/libcom.wikitude.ti.a' does not exist. Not sure if this will cause problems with the actual app itself. Any ideas?

 

 

Alexs-MacBook-Pro:WikitudeTitanium alexfarnsworth$ python build.py

xcrun: Error: could not stat active Xcode path '/Applications/Xcode46-DP4.app/Contents/Developer'. (No such file or directory)

xcrun: Error: could not stat active Xcode path '/Applications/Xcode46-DP4.app/Contents/Developer'. (No such file or directory)

lipo: no input files specified

lipo: Usage: lipo ... ... ... ... ... ...

Traceback (most recent call last):

  File "build.py", line 221, in <module>

    package_module(manifest,mf,config)

  File "build.py", line 192, in package_module

    zf.write('build/%s' % libname, '%s/%s' % (modulepath,libname))

  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 1031, in write

    st = os.stat(filename)

OSError: No such file or directory: 'build/libcom.wikitude.ti.a'

Woops, caught my own mistake. Forgot to switch the Xcode version I was running. 
Login or Signup to post a comment