I have watched the video on how to do the installation for a new project. My project is called Test1 and I typed in:

python three20/src/scripts/ttmodule.py -p Test1/Test1.xcodeproj Three20 

 

and it gives me: 

 

ERROR:root:Unable to open the project file at thispath (is it readable?): Test1/Test1.xcodeproj/project.pbxproj
ERROR:root:Unable to open the project file at thispath (is it readable?): Test1/Test1.xcodeproj/project.pbxproj

 

I have solve this problem, you can visit this link. http://three20.info/article/2010-10-06-Adding-Three20-To-Your-Project I used this code:> python three20/src/scripts/ttmodule.py -p path/to/myProject.xcodeproj:myTargetName Three20 because my project name and TargetName are different.

相关文章:

  • 2022-01-13
  • 2022-02-06
  • 2022-01-13
  • 2021-08-16
  • 2021-05-12
  • 2021-10-20
  • 2022-12-23
  • 2021-10-01
猜你喜欢
  • 2021-10-09
  • 2021-12-03
  • 2021-10-06
  • 2021-09-10
  • 2021-07-30
  • 2022-12-23
相关资源
相似解决方案