I'm trying to follow them but they do not match what I see in XCode.
The python script also does not work:
python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20
ERROR:root:Unable to open the project file at this path (is it
readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
ERROR:root:Unable to open the project file at this path (is it
readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
ERROR:root:Failed to get dependencies. Check the error logs for more
details.
You need to specify the full path to the MyProj.xcodeproj project file.
The command you are running there is trying to find it within the "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder which is obviously wrong.
so: python three20/src/scripts/ttmodule.py -p <full\path\to\your\project\>MyProj.xcodeproj Three20
> I'm trying to follow them but they do not match what I see in XCode.
> The python script also does not work:
> python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20 > ERROR:root:Unable to open the project file at this path (is it > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj > ERROR:root:Unable to open the project file at this path (is it > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj > ERROR:root:Failed to get dependencies. Check the error logs for more > details.
> You received this message because you are subscribed to the Google > Groups "Three20" group. > To post to this group, send email to three20@googlegroups.com > To unsubscribe from this group, send email to > three20+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/three20?hl=en
python three20/src/scripts/ttmodule.py -p /Users/myUser/xworkspace/
myProj/myProj.xcodeproj/ Three20
ERROR:root:Can't recover: Unable to find the build phases from your
target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
Three20/Three20.xcodeproj/project.pbxproj
ERROR:root:Can't recover: Unable to find the build phases from your
target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
Three20/Three20.xcodeproj/project.pbxproj
Failed to get dependencies; it's possible that the given target
doesn't exist.
On Feb 27, 11:23 am, Brett <brett.bro...@gmail.com> wrote:
> You need to specify the full path to the MyProj.xcodeproj project file.
> The command you are running there is trying to find it within the
> "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder
> which is obviously wrong.
> so:
> python three20/src/scripts/ttmodule.py -p
> <full\path\to\your\project\>MyProj.xcodeproj Three20
> On Mon, Feb 27, 2012 at 6:14 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> > Hi,
> > Are those steps meant to work in XCode 4 ?
> > I'm trying to follow them but they do not match what I see in XCode.
> > The python script also does not work:
> > python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20
> > ERROR:root:Unable to open the project file at this path (is it
> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> > ERROR:root:Unable to open the project file at this path (is it
> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> > ERROR:root:Failed to get dependencies. Check the error logs for more
> > details.
> > You received this message because you are subscribed to the Google
> > Groups "Three20" group.
> > To post to this group, send email to three20@googlegroups.com
> > To unsubscribe from this group, send email to
> > three20+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/three20?hl=en
On Mon, Feb 27, 2012 at 9:18 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> Now I get this:
> python three20/src/scripts/ttmodule.py -p /Users/myUser/xworkspace/ > myProj/myProj.xcodeproj/ Three20 > ERROR:root:Can't recover: Unable to find the build phases from your > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ > Three20/Three20.xcodeproj/project.pbxproj > ERROR:root:Can't recover: Unable to find the build phases from your > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ > Three20/Three20.xcodeproj/project.pbxproj > Failed to get dependencies; it's possible that the given target > doesn't exist.
> On Feb 27, 11:23 am, Brett <brett.bro...@gmail.com> wrote: >> You need to specify the full path to the MyProj.xcodeproj project file.
>> The command you are running there is trying to find it within the >> "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder >> which is obviously wrong.
>> so: >> python three20/src/scripts/ttmodule.py -p >> <full\path\to\your\project\>MyProj.xcodeproj Three20
>> On Mon, Feb 27, 2012 at 6:14 PM, Jan C. <jan.chaloupe...@gmail.com> wrote: >> > Hi, >> > Are those steps meant to work in XCode 4 ?
>> > I'm trying to follow them but they do not match what I see in XCode.
>> > The python script also does not work:
>> > python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20 >> > ERROR:root:Unable to open the project file at this path (is it >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj >> > ERROR:root:Unable to open the project file at this path (is it >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj >> > ERROR:root:Failed to get dependencies. Check the error logs for more >> > details.
>> > You received this message because you are subscribed to the Google >> > Groups "Three20" group. >> > To post to this group, send email to three20@googlegroups.com >> > To unsubscribe from this group, send email to >> > three20+unsubscribe@googlegroups.com >> > For more options, visit this group at >> >http://groups.google.com/group/three20?hl=en
> You received this message because you are subscribed to the Google > Groups "Three20" group. > To post to this group, send email to three20@googlegroups.com > To unsubscribe from this group, send email to > three20+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/three20?hl=en
> On Mon, Feb 27, 2012 at 9:18 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> > Now I get this:
> > python three20/src/scripts/ttmodule.py -p /Users/myUser/xworkspace/
> > myProj/myProj.xcodeproj/ Three20
> > ERROR:root:Can't recover: Unable to find the build phases from your
> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> > Three20/Three20.xcodeproj/project.pbxproj
> > ERROR:root:Can't recover: Unable to find the build phases from your
> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> > Three20/Three20.xcodeproj/project.pbxproj
> > Failed to get dependencies; it's possible that the given target
> > doesn't exist.
> > On Feb 27, 11:23 am, Brett <brett.bro...@gmail.com> wrote:
> >> You need to specify the full path to the MyProj.xcodeproj project file.
> >> The command you are running there is trying to find it within the
> >> "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder
> >> which is obviously wrong.
> >> > I'm trying to follow them but they do not match what I see in XCode.
> >> > The python script also does not work:
> >> > python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20
> >> > ERROR:root:Unable to open the project file at this path (is it
> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> >> > ERROR:root:Unable to open the project file at this path (is it
> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> >> > ERROR:root:Failed to get dependencies. Check the error logs for more
> >> > details.
> >> > You received this message because you are subscribed to the Google
> >> > Groups "Three20" group.
> >> > To post to this group, send email to three20@googlegroups.com
> >> > To unsubscribe from this group, send email to
> >> > three20+unsubscribe@googlegroups.com
> >> > For more options, visit this group at
> >> >http://groups.google.com/group/three20?hl=en
> > You received this message because you are subscribed to the Google
> > Groups "Three20" group.
> > To post to this group, send email to three20@googlegroups.com
> > To unsubscribe from this group, send email to
> > three20+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/three20?hl=en
>> On Mon, Feb 27, 2012 at 9:18 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
>> > Now I get this:
>> > python three20/src/scripts/ttmodule.py -p /Users/myUser/xworkspace/ >> > myProj/myProj.xcodeproj/ Three20 >> > ERROR:root:Can't recover: Unable to find the build phases from your >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> > Three20/Three20.xcodeproj/project.pbxproj >> > ERROR:root:Can't recover: Unable to find the build phases from your >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> > Three20/Three20.xcodeproj/project.pbxproj >> > Failed to get dependencies; it's possible that the given target >> > doesn't exist.
>> > On Feb 27, 11:23 am, Brett <brett.bro...@gmail.com> wrote: >> >> You need to specify the full path to the MyProj.xcodeproj project file.
>> >> The command you are running there is trying to find it within the >> >> "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder >> >> which is obviously wrong.
>> >> > I'm trying to follow them but they do not match what I see in XCode.
>> >> > The python script also does not work:
>> >> > python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20 >> >> > ERROR:root:Unable to open the project file at this path (is it >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj >> >> > ERROR:root:Unable to open the project file at this path (is it >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj >> >> > ERROR:root:Failed to get dependencies. Check the error logs for more >> >> > details.
>> >> > thanks, >> >> > jan
>> >> > -- >> >> > To learn more about Three20, check outhttp://three20.info
>> >> > You received this message because you are subscribed to the Google >> >> > Groups "Three20" group. >> >> > To post to this group, send email to three20@googlegroups.com >> >> > To unsubscribe from this group, send email to >> >> > three20+unsubscribe@googlegroups.com >> >> > For more options, visit this group at >> >> >http://groups.google.com/group/three20?hl=en
>> > You received this message because you are subscribed to the Google >> > Groups "Three20" group. >> > To post to this group, send email to three20@googlegroups.com >> > To unsubscribe from this group, send email to >> > three20+unsubscribe@googlegroups.com >> > For more options, visit this group at >> >http://groups.google.com/group/three20?hl=en
> You received this message because you are subscribed to the Google > Groups "Three20" group. > To post to this group, send email to three20@googlegroups.com > To unsubscribe from this group, send email to > three20+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/three20?hl=en
> >> On Mon, Feb 27, 2012 at 9:18 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> >> > Now I get this:
> >> > python three20/src/scripts/ttmodule.py -p /Users/myUser/xworkspace/
> >> > myProj/myProj.xcodeproj/ Three20
> >> > ERROR:root:Can't recover: Unable to find the build phases from your
> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> > Three20/Three20.xcodeproj/project.pbxproj
> >> > ERROR:root:Can't recover: Unable to find the build phases from your
> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> > Three20/Three20.xcodeproj/project.pbxproj
> >> > Failed to get dependencies; it's possible that the given target
> >> > doesn't exist.
> >> > On Feb 27, 11:23 am, Brett <brett.bro...@gmail.com> wrote:
> >> >> You need to specify the full path to the MyProj.xcodeproj project file.
> >> >> The command you are running there is trying to find it within the
> >> >> "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder
> >> >> which is obviously wrong.
> >> >> > I'm trying to follow them but they do not match what I see in XCode.
> >> >> > The python script also does not work:
> >> >> > python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20
> >> >> > ERROR:root:Unable to open the project file at this path (is it
> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> >> >> > ERROR:root:Unable to open the project file at this path (is it
> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> >> >> > ERROR:root:Failed to get dependencies. Check the error logs for more
> >> >> > details.
> >> >> > thanks,
> >> >> > jan
> >> >> > --
> >> >> > To learn more about Three20, check outhttp://three20.info
> >> >> > You received this message because you are subscribed to the Google
> >> >> > Groups "Three20" group.
> >> >> > To post to this group, send email to three20@googlegroups.com
> >> >> > To unsubscribe from this group, send email to
> >> >> > three20+unsubscribe@googlegroups.com
> >> >> > For more options, visit this group at
> >> >> >http://groups.google.com/group/three20?hl=en
> >> > You received this message because you are subscribed to the Google
> >> > Groups "Three20" group.
> >> > To post to this group, send email to three20@googlegroups.com
> >> > To unsubscribe from this group, send email to
> >> > three20+unsubscribe@googlegroups.com
> >> > For more options, visit this group at
> >> >http://groups.google.com/group/three20?hl=en
> > You received this message because you are subscribed to the Google
> > Groups "Three20" group.
> > To post to this group, send email to three20@googlegroups.com
> > To unsubscribe from this group, send email to
> > three20+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/three20?hl=en
On Mon, Feb 27, 2012 at 9:32 PM, Jan C. <jan.chaloupe...@gmail.com> wrote: > ls -al /Users/myUser/xworkspace/myProj/myProj.xcodeproj/ > total 64 > drwxrwxr-x 5 myUser staff 170 Feb 27 12:22 . > drwxrwxr-x 10 myUser staff 340 Feb 27 08:49 .. > -rwxr-xr-x 1 myUser staff 31607 Feb 27 12:22 project.pbxproj > drwxrwxr-x 4 myUser staff 136 Feb 24 09:01 project.xcworkspace > drwxrwxr-x 3 myUser staff 102 Feb 24 09:01 xcuserdata
> Could it be a problem with symbolic links ? My xworkspace is a sym > link to a secondary hard disk
> On Feb 27, 12:27 pm, Brett <brett.bro...@gmail.com> wrote: >> Are you sure your project is located in that folder? >> /Users/myUser/xworkspace/myProj/myProj.xcodeproj
>> The errors are saying it cannot find the project file you have specified.
>> On Mon, Feb 27, 2012 at 9:25 PM, Jan C. <jan.chaloupe...@gmail.com> wrote: >> > same error message
>> > On Feb 27, 12:23 pm, Brett <brett.bro...@gmail.com> wrote: >> >> hrmm, try without the trailing slash?
>> >> On Mon, Feb 27, 2012 at 9:18 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
>> >> > Now I get this:
>> >> > python three20/src/scripts/ttmodule.py -p /Users/myUser/xworkspace/ >> >> > myProj/myProj.xcodeproj/ Three20 >> >> > ERROR:root:Can't recover: Unable to find the build phases from your >> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> > Three20/Three20.xcodeproj/project.pbxproj >> >> > ERROR:root:Can't recover: Unable to find the build phases from your >> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> > Three20/Three20.xcodeproj/project.pbxproj >> >> > Failed to get dependencies; it's possible that the given target >> >> > doesn't exist.
>> >> > On Feb 27, 11:23 am, Brett <brett.bro...@gmail.com> wrote: >> >> >> You need to specify the full path to the MyProj.xcodeproj project file.
>> >> >> The command you are running there is trying to find it within the >> >> >> "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder >> >> >> which is obviously wrong.
>> >> >> On Mon, Feb 27, 2012 at 6:14 PM, Jan C. <jan.chaloupe...@gmail.com> wrote: >> >> >> > Hi, >> >> >> > Are those steps meant to work in XCode 4 ?
>> >> >> > I'm trying to follow them but they do not match what I see in XCode.
>> >> >> > The python script also does not work:
>> >> >> > python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20 >> >> >> > ERROR:root:Unable to open the project file at this path (is it >> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj >> >> >> > ERROR:root:Unable to open the project file at this path (is it >> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj >> >> >> > ERROR:root:Failed to get dependencies. Check the error logs for more >> >> >> > details.
>> >> >> > thanks, >> >> >> > jan
>> >> >> > -- >> >> >> > To learn more about Three20, check outhttp://three20.info
>> >> >> > You received this message because you are subscribed to the Google >> >> >> > Groups "Three20" group. >> >> >> > To post to this group, send email to three20@googlegroups.com >> >> >> > To unsubscribe from this group, send email to >> >> >> > three20+unsubscribe@googlegroups.com >> >> >> > For more options, visit this group at >> >> >> >http://groups.google.com/group/three20?hl=en
>> >> > -- >> >> > To learn more about Three20, check outhttp://three20.info
>> >> > You received this message because you are subscribed to the Google >> >> > Groups "Three20" group. >> >> > To post to this group, send email to three20@googlegroups.com >> >> > To unsubscribe from this group, send email to >> >> > three20+unsubscribe@googlegroups.com >> >> > For more options, visit this group at >> >> >http://groups.google.com/group/three20?hl=en
>> > You received this message because you are subscribed to the Google >> > Groups "Three20" group. >> > To post to this group, send email to three20@googlegroups.com >> > To unsubscribe from this group, send email to >> > three20+unsubscribe@googlegroups.com >> > For more options, visit this group at >> >http://groups.google.com/group/three20?hl=en
> You received this message because you are subscribed to the Google > Groups "Three20" group. > To post to this group, send email to three20@googlegroups.com > To unsubscribe from this group, send email to > three20+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/three20?hl=en
> Could be, the path you are passing in seems to be resolving to
> /Users/myUser/Data/Documents/xworkspace/ according to the error messages.
> Where does the Data/Documents come from?
> On Mon, Feb 27, 2012 at 9:32 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> > ls -al /Users/myUser/xworkspace/myProj/myProj.xcodeproj/
> > total 64
> > drwxrwxr-x 5 myUser staff 170 Feb 27 12:22 .
> > drwxrwxr-x 10 myUser staff 340 Feb 27 08:49 ..
> > -rwxr-xr-x 1 myUser staff 31607 Feb 27 12:22 project.pbxproj
> > drwxrwxr-x 4 myUser staff 136 Feb 24 09:01 project.xcworkspace
> > drwxrwxr-x 3 myUser staff 102 Feb 24 09:01 xcuserdata
> > Could it be a problem with symbolic links ? My xworkspace is a sym
> > link to a secondary hard disk
> > On Feb 27, 12:27 pm, Brett <brett.bro...@gmail.com> wrote:
> >> Are you sure your project is located in that folder?
> >> /Users/myUser/xworkspace/myProj/myProj.xcodeproj
> >> The errors are saying it cannot find the project file you have specified.
> >> On Mon, Feb 27, 2012 at 9:25 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> >> > same error message
> >> > On Feb 27, 12:23 pm, Brett <brett.bro...@gmail.com> wrote:
> >> >> hrmm, try without the trailing slash?
> >> >> On Mon, Feb 27, 2012 at 9:18 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> >> >> > Now I get this:
> >> >> > python three20/src/scripts/ttmodule.py -p /Users/myUser/xworkspace/
> >> >> > myProj/myProj.xcodeproj/ Three20
> >> >> > ERROR:root:Can't recover: Unable to find the build phases from your
> >> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> > Three20/Three20.xcodeproj/project.pbxproj
> >> >> > ERROR:root:Can't recover: Unable to find the build phases from your
> >> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> > Three20/Three20.xcodeproj/project.pbxproj
> >> >> > Failed to get dependencies; it's possible that the given target
> >> >> > doesn't exist.
> >> >> > On Feb 27, 11:23 am, Brett <brett.bro...@gmail.com> wrote:
> >> >> >> You need to specify the full path to the MyProj.xcodeproj project file.
> >> >> >> The command you are running there is trying to find it within the
> >> >> >> "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder
> >> >> >> which is obviously wrong.
> >> >> >> On Mon, Feb 27, 2012 at 6:14 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> >> >> >> > Hi,
> >> >> >> > Are those steps meant to work in XCode 4 ?
> >> >> >> > I'm trying to follow them but they do not match what I see in XCode.
> >> >> >> > The python script also does not work:
> >> >> >> > python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20
> >> >> >> > ERROR:root:Unable to open the project file at this path (is it
> >> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> >> >> >> > ERROR:root:Unable to open the project file at this path (is it
> >> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> >> >> >> > ERROR:root:Failed to get dependencies. Check the error logs for more
> >> >> >> > details.
> >> >> >> > thanks,
> >> >> >> > jan
> >> >> >> > --
> >> >> >> > To learn more about Three20, check outhttp://three20.info
> >> >> >> > You received this message because you are subscribed to the Google
> >> >> >> > Groups "Three20" group.
> >> >> >> > To post to this group, send email to three20@googlegroups.com
> >> >> >> > To unsubscribe from this group, send email to
> >> >> >> > three20+unsubscribe@googlegroups.com
> >> >> >> > For more options, visit this group at
> >> >> >> >http://groups.google.com/group/three20?hl=en
> >> >> > --
> >> >> > To learn more about Three20, check outhttp://three20.info
> >> >> > You received this message because you are subscribed to the Google
> >> >> > Groups "Three20" group.
> >> >> > To post to this group, send email to three20@googlegroups.com
> >> >> > To unsubscribe from this group, send email to
> >> >> > three20+unsubscribe@googlegroups.com
> >> >> > For more options, visit this group at
> >> >> >http://groups.google.com/group/three20?hl=en
> >> > You received this message because you are subscribed to the Google
> >> > Groups "Three20" group.
> >> > To post to this group, send email to three20@googlegroups.com
> >> > To unsubscribe from this group, send email to
> >> > three20+unsubscribe@googlegroups.com
> >> > For more options, visit this group at
> >> >http://groups.google.com/group/three20?hl=en
> > You received this message because you are subscribed to the Google
> > Groups "Three20" group.
> > To post to this group, send email to three20@googlegroups.com
> > To unsubscribe from this group, send email to
> > three20+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/three20?hl=en
On Mon, Feb 27, 2012 at 9:46 PM, Jan C. <jan.chaloupe...@gmail.com> wrote: > /Users/myUser/Data is a mount point of the secondary disk.
> I've just tried using only paths without sym links but it's the same. > I will try with another dummy project to see if it works there.
> thanks for helping me btw
> On Feb 27, 12:36 pm, Brett <brett.bro...@gmail.com> wrote: >> Could be, the path you are passing in seems to be resolving to
>> /Users/myUser/Data/Documents/xworkspace/ according to the error messages.
>> Where does the Data/Documents come from?
>> On Mon, Feb 27, 2012 at 9:32 PM, Jan C. <jan.chaloupe...@gmail.com> wrote: >> > ls -al /Users/myUser/xworkspace/myProj/myProj.xcodeproj/ >> > total 64 >> > drwxrwxr-x 5 myUser staff 170 Feb 27 12:22 . >> > drwxrwxr-x 10 myUser staff 340 Feb 27 08:49 .. >> > -rwxr-xr-x 1 myUser staff 31607 Feb 27 12:22 project.pbxproj >> > drwxrwxr-x 4 myUser staff 136 Feb 24 09:01 project.xcworkspace >> > drwxrwxr-x 3 myUser staff 102 Feb 24 09:01 xcuserdata
>> > Could it be a problem with symbolic links ? My xworkspace is a sym >> > link to a secondary hard disk
>> > On Feb 27, 12:27 pm, Brett <brett.bro...@gmail.com> wrote: >> >> Are you sure your project is located in that folder? >> >> /Users/myUser/xworkspace/myProj/myProj.xcodeproj
>> >> The errors are saying it cannot find the project file you have specified.
>> >> On Mon, Feb 27, 2012 at 9:25 PM, Jan C. <jan.chaloupe...@gmail.com> wrote: >> >> > same error message
>> >> > On Feb 27, 12:23 pm, Brett <brett.bro...@gmail.com> wrote: >> >> >> hrmm, try without the trailing slash?
>> >> >> On Mon, Feb 27, 2012 at 9:18 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
>> >> >> > Now I get this:
>> >> >> > python three20/src/scripts/ttmodule.py -p /Users/myUser/xworkspace/ >> >> >> > myProj/myProj.xcodeproj/ Three20 >> >> >> > ERROR:root:Can't recover: Unable to find the build phases from your >> >> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> >> > Three20/Three20.xcodeproj/project.pbxproj >> >> >> > ERROR:root:Can't recover: Unable to find the build phases from your >> >> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> >> > Three20/Three20.xcodeproj/project.pbxproj >> >> >> > Failed to get dependencies; it's possible that the given target >> >> >> > doesn't exist.
>> >> >> > On Feb 27, 11:23 am, Brett <brett.bro...@gmail.com> wrote: >> >> >> >> You need to specify the full path to the MyProj.xcodeproj project file.
>> >> >> >> The command you are running there is trying to find it within the >> >> >> >> "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder >> >> >> >> which is obviously wrong.
>> >> >> >> On Mon, Feb 27, 2012 at 6:14 PM, Jan C. <jan.chaloupe...@gmail.com> wrote: >> >> >> >> > Hi, >> >> >> >> > Are those steps meant to work in XCode 4 ?
>> >> >> >> > I'm trying to follow them but they do not match what I see in XCode.
>> >> >> >> > The python script also does not work:
>> >> >> >> > python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20 >> >> >> >> > ERROR:root:Unable to open the project file at this path (is it >> >> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj >> >> >> >> > ERROR:root:Unable to open the project file at this path (is it >> >> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ >> >> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj >> >> >> >> > ERROR:root:Failed to get dependencies. Check the error logs for more >> >> >> >> > details.
>> >> >> >> > thanks, >> >> >> >> > jan
>> >> >> >> > -- >> >> >> >> > To learn more about Three20, check outhttp://three20.info
>> >> >> >> > You received this message because you are subscribed to the Google >> >> >> >> > Groups "Three20" group. >> >> >> >> > To post to this group, send email to three20@googlegroups.com >> >> >> >> > To unsubscribe from this group, send email to >> >> >> >> > three20+unsubscribe@googlegroups.com >> >> >> >> > For more options, visit this group at >> >> >> >> >http://groups.google.com/group/three20?hl=en
>> >> >> > -- >> >> >> > To learn more about Three20, check outhttp://three20.info
>> >> >> > You received this message because you are subscribed to the Google >> >> >> > Groups "Three20" group. >> >> >> > To post to this group, send email to three20@googlegroups.com >> >> >> > To unsubscribe from this group, send email to >> >> >> > three20+unsubscribe@googlegroups.com >> >> >> > For more options, visit this group at >> >> >> >http://groups.google.com/group/three20?hl=en
>> >> > -- >> >> > To learn more about Three20, check outhttp://three20.info
>> >> > You received this message because you are subscribed to the Google >> >> > Groups "Three20" group. >> >> > To post to this group, send email to three20@googlegroups.com >> >> > To unsubscribe from this group, send email to >> >> > three20+unsubscribe@googlegroups.com >> >> > For more options, visit this group at >> >> >http://groups.google.com/group/three20?hl=en
>> > You received this message because you are subscribed to the Google >> > Groups "Three20" group. >> > To post to this group, send email to three20@googlegroups.com >> > To unsubscribe from this group, send email to >> > three20+unsubscribe@googlegroups.com >> > For more options, visit this group at >> >http://groups.google.com/group/three20?hl=en
> You received this message because you are subscribed to the Google > Groups "Three20" group. > To post to this group, send email to three20@googlegroups.com > To unsubscribe from this group, send email to > three20+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/three20?hl=en
myUser@myUser ~/Data/Documents/xworkspace/TTTest $ python three20/src/
scripts/ttmodule.py -p /Users/myUser/Data/Documents/xworkspace/TTTest/
TTTest.xcodeproj Three20
ERROR:root:Can't recover: Unable to find the build phases from your
target at: /Users/myUser/Data/Documents/xworkspace/TTTest/three20/src/
Three20/Three20.xcodeproj/project.pbxproj
ERROR:root:Can't recover: Unable to find the build phases from your
target at: /Users/myUser/Data/Documents/xworkspace/TTTest/three20/src/
Three20/Three20.xcodeproj/project.pbxproj
Failed to get dependencies; it's possible that the given target
doesn't exist.
Btw, I'm using the 1.0.6.2 version
On Feb 27, 12:48 pm, Brett <brett.bro...@gmail.com> wrote:
> nps, I went through the exact same issues when I first tried Three20.
> It's a steep learning curve and the learning doesn't stop. haha
> On Mon, Feb 27, 2012 at 9:46 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> > /Users/myUser/Data is a mount point of the secondary disk.
> > I've just tried using only paths without sym links but it's the same.
> > I will try with another dummy project to see if it works there.
> > thanks for helping me btw
> > On Feb 27, 12:36 pm, Brett <brett.bro...@gmail.com> wrote:
> >> Could be, the path you are passing in seems to be resolving to
> >> /Users/myUser/Data/Documents/xworkspace/ according to the error messages.
> >> Where does the Data/Documents come from?
> >> On Mon, Feb 27, 2012 at 9:32 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> >> > ls -al /Users/myUser/xworkspace/myProj/myProj.xcodeproj/
> >> > total 64
> >> > drwxrwxr-x 5 myUser staff 170 Feb 27 12:22 .
> >> > drwxrwxr-x 10 myUser staff 340 Feb 27 08:49 ..
> >> > -rwxr-xr-x 1 myUser staff 31607 Feb 27 12:22 project.pbxproj
> >> > drwxrwxr-x 4 myUser staff 136 Feb 24 09:01 project.xcworkspace
> >> > drwxrwxr-x 3 myUser staff 102 Feb 24 09:01 xcuserdata
> >> > Could it be a problem with symbolic links ? My xworkspace is a sym
> >> > link to a secondary hard disk
> >> > On Feb 27, 12:27 pm, Brett <brett.bro...@gmail.com> wrote:
> >> >> Are you sure your project is located in that folder?
> >> >> /Users/myUser/xworkspace/myProj/myProj.xcodeproj
> >> >> The errors are saying it cannot find the project file you have specified.
> >> >> On Mon, Feb 27, 2012 at 9:25 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> >> >> > same error message
> >> >> > On Feb 27, 12:23 pm, Brett <brett.bro...@gmail.com> wrote:
> >> >> >> hrmm, try without the trailing slash?
> >> >> >> On Mon, Feb 27, 2012 at 9:18 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> >> >> >> > Now I get this:
> >> >> >> > python three20/src/scripts/ttmodule.py -p /Users/myUser/xworkspace/
> >> >> >> > myProj/myProj.xcodeproj/ Three20
> >> >> >> > ERROR:root:Can't recover: Unable to find the build phases from your
> >> >> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> >> > Three20/Three20.xcodeproj/project.pbxproj
> >> >> >> > ERROR:root:Can't recover: Unable to find the build phases from your
> >> >> >> > target at: /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> >> > Three20/Three20.xcodeproj/project.pbxproj
> >> >> >> > Failed to get dependencies; it's possible that the given target
> >> >> >> > doesn't exist.
> >> >> >> > On Feb 27, 11:23 am, Brett <brett.bro...@gmail.com> wrote:
> >> >> >> >> You need to specify the full path to the MyProj.xcodeproj project file.
> >> >> >> >> The command you are running there is trying to find it within the
> >> >> >> >> "/Users/myUser/Data/Documents/xworkspace/myProj/three20/src/" folder
> >> >> >> >> which is obviously wrong.
> >> >> >> >> On Mon, Feb 27, 2012 at 6:14 PM, Jan C. <jan.chaloupe...@gmail.com> wrote:
> >> >> >> >> > Hi,
> >> >> >> >> > Are those steps meant to work in XCode 4 ?
> >> >> >> >> > I'm trying to follow them but they do not match what I see in XCode.
> >> >> >> >> > The python script also does not work:
> >> >> >> >> > python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20
> >> >> >> >> > ERROR:root:Unable to open the project file at this path (is it
> >> >> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> >> >> >> >> > ERROR:root:Unable to open the project file at this path (is it
> >> >> >> >> > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/
> >> >> >> >> > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj
> >> >> >> >> > ERROR:root:Failed to get dependencies. Check the error logs for more
> >> >> >> >> > details.
> >> >> >> >> > thanks,
> >> >> >> >> > jan
> >> >> >> >> > --
> >> >> >> >> > To learn more about Three20, check outhttp://three20.info
> >> >> >> >> > You received this message because you are subscribed to the Google
> >> >> >> >> > Groups "Three20" group.
> >> >> >> >> > To post to this group, send email to three20@googlegroups.com
> >> >> >> >> > To unsubscribe from this group, send email to
> >> >> >> >> > three20+unsubscribe@googlegroups.com
> >> >> >> >> > For more options, visit this group at
> >> >> >> >> >http://groups.google.com/group/three20?hl=en
> >> >> >> > --
> >> >> >> > To learn more about Three20, check outhttp://three20.info
> >> >> >> > You received this message because you are subscribed to the Google
> >> >> >> > Groups "Three20" group.
> >> >> >> > To post to this group, send email to three20@googlegroups.com
> >> >> >> > To unsubscribe from this group, send email to
> >> >> >> > three20+unsubscribe@googlegroups.com
> >> >> >> > For more options, visit this group at
> >> >> >> >http://groups.google.com/group/three20?hl=en
> >> >> > --
> >> >> > To learn more about Three20, check outhttp://three20.info
> >> >> > You received this message because you are subscribed to the Google
> >> >> > Groups "Three20" group.
> >> >> > To post to this group, send email to three20@googlegroups.com
> >> >> > To unsubscribe from this group, send email to
> >> >> > three20+unsubscribe@googlegroups.com
> >> >> > For more options, visit this group at
> >> >> >http://groups.google.com/group/three20?hl=en
> >> > You received this message because you are subscribed to the Google
> >> > Groups "Three20" group.
> >> > To post to this group, send email to three20@googlegroups.com
> >> > To unsubscribe from this group, send email to
> >> > three20+unsubscribe@googlegroups.com
> >> > For more options, visit this group at
> >> >http://groups.google.com/group/three20?hl=en
> > You received this message because you are subscribed to the Google
> > Groups "Three20" group.
> > To post to this group, send email to three20@googlegroups.com
> > To unsubscribe from this group, send email to
> > three20+unsubscribe@googlegroups.com
> > For more options, visit this group at
> >http://groups.google.com/group/three20?hl=en
You received this message because you are subscribed to the Google Groups "Three20" group. To post to this group, send email to three20@googlegroups.com To unsubscribe from this group, send email to three20+unsubscribe@googlegroups.com For more options, visit this group at http://groups.google.com/group/three20?hl=en
So I've created a new dummy empty project in /private/tmp/ checked out
three20 (git clone git://github.com/facebook/three20.git)
The current directory has this content :
myUser@myUser /private/tmp/TTTest $ ls -al
total 16
drwxr-xr-x 7 myUser wheel 238 Feb 27 19:54 .
drwxrwxrwt 28 root wheel 952 Feb 27 19:50 ..
-rw-r--r--@ 1 myUser wheel 6148 Feb 27 19:49 .DS_Store
drwxr-xr-x 13 myUser wheel 442 Feb 27 19:49 .git
drwxr-xr-x 10 myUser wheel 340 Feb 27 19:49 TTTest
drwxr-xr-x 5 myUser wheel 170 Feb 27 19:49 TTTest.xcodeproj
drwxr-xr-x 16 myUser wheel 544 Feb 27 19:49 three20
myUser@myUser /private/tmp/TTTest $
Then I run the script but get again the error:
python three20/src/scripts/ttmodule.py -p /private/tmp/TTTest/
TTTest.xcodeproj Three20 --xcode-version=4
ERROR:root:Can't recover: Unable to find the build phases from your
target at: /private/tmp/TTTest/three20/src/Three20/Three20.xcodeproj/
project.pbxproj
ERROR:root:Can't recover: Unable to find the build phases from your
target at: /private/tmp/TTTest/three20/src/Three20/Three20.xcodeproj/
project.pbxproj
Failed to get dependencies; it's possible that the given target
doesn't exist.
On Feb 27, 5:40 pm, Justin Bolter <jbol...@gmail.com> wrote:
> You received this message because you are subscribed to the Google
> Groups "Three20" group.
> To post to this group, send email to three20@googlegroups.com
> To unsubscribe from this group, send email to
> three20+unsubscribe@googlegroups.com
> For more options, visit this group athttp://groups.google.com/group/three20?hl=en
From within the /Users/brett/develop/iPhone folder, i run the following command python three20/src/scripts/ttmodule.py -p /Users/brett/develop/iPhone/test/test.xcodeproj Three20 --xcode-version=4
Command runs, no output is displayed in the terminal but when I open the Xcode project I can see that Three20 has been added.
I'm really not sure why its not working for you. Your paths seem to get jumbled up though.
On Tue, Feb 28, 2012 at 4:56 AM, Jan C. <jan.chaloupe...@gmail.com> wrote: > So I've created a new dummy empty project in /private/tmp/ checked out > three20 (git clone git://github.com/facebook/three20.git)
> The current directory has this content :
> myUser@myUser /private/tmp/TTTest $ ls -al > total 16 > drwxr-xr-x 7 myUser wheel 238 Feb 27 19:54 . > drwxrwxrwt 28 root wheel 952 Feb 27 19:50 .. > -rw-r--r--@ 1 myUser wheel 6148 Feb 27 19:49 .DS_Store > drwxr-xr-x 13 myUser wheel 442 Feb 27 19:49 .git > drwxr-xr-x 10 myUser wheel 340 Feb 27 19:49 TTTest > drwxr-xr-x 5 myUser wheel 170 Feb 27 19:49 TTTest.xcodeproj > drwxr-xr-x 16 myUser wheel 544 Feb 27 19:49 three20 > myUser@myUser /private/tmp/TTTest $
> Then I run the script but get again the error:
> python three20/src/scripts/ttmodule.py -p /private/tmp/TTTest/ > TTTest.xcodeproj Three20 --xcode-version=4 > ERROR:root:Can't recover: Unable to find the build phases from your > target at: /private/tmp/TTTest/three20/src/Three20/Three20.xcodeproj/ > project.pbxproj > ERROR:root:Can't recover: Unable to find the build phases from your > target at: /private/tmp/TTTest/three20/src/Three20/Three20.xcodeproj/ > project.pbxproj > Failed to get dependencies; it's possible that the given target > doesn't exist.
> On Feb 27, 5:40 pm, Justin Bolter <jbol...@gmail.com> wrote: >> Version=4 should help. This link to the Xcode 4 transition guide for >> three20 might help also...
>> You received this message because you are subscribed to the Google >> Groups "Three20" group. >> To post to this group, send email to three20@googlegroups.com >> To unsubscribe from this group, send email to >> three20+unsubscribe@googlegroups.com >> For more options, visit this group athttp://groups.google.com/group/three20?hl=en
> You received this message because you are subscribed to the Google > Groups "Three20" group. > To post to this group, send email to three20@googlegroups.com > To unsubscribe from this group, send email to > three20+unsubscribe@googlegroups.com > For more options, visit this group at > http://groups.google.com/group/three20?hl=en
*ls -al* total 16 drwxr-xr-x 5 jan staff 170 Feb 29 08:38 . drwxr-xr-x+ 73 jan staff 2482 Feb 29 08:34 .. drwxr-xr-x 16 jan staff 544 Feb 29 08:40 three20 drwxr-xr-x 5 jan staff 170 Feb 29 08:15 tttest
*python three20/src/scripts/ttmodule.py -p /Users/jan/workspaceTMP/tttest/TTTest.xcodeproj Three20 --xcode-version=4* ERROR:root:Can't recover: Unable to find the build phases from your target at: /Users/jan/workspaceTMP/tttest/TTTest.xcodeproj/project.pbxproj ERROR:root:Can't recover: Unable to find the build phases from your target at: /Users/jan/workspaceTMP/tttest/TTTest.xcodeproj/project.pbxproj ERROR:root:Failed to get dependencies. Check the error logs for more details.
> From within the /Users/brett/develop/iPhone folder, i run the following > command > python three20/src/scripts/ttmodule.py -p > /Users/brett/develop/iPhone/test/test.xcodeproj Three20 > --xcode-version=4
> Command runs, no output is displayed in the terminal but when I open > the Xcode project I can see that Three20 has been added.
> I'm really not sure why its not working for you. Your paths seem to > get jumbled up though.
> On Tue, Feb 28, 2012 at 4:56 AM, Jan C. <jan.c.....@gmail.com> wrote: > > So I've created a new dummy empty project in /private/tmp/ checked out > > three20 (git clone git://github.com/facebook/three20.git)
> > Then I run the script but get again the error:
> > python three20/src/scripts/ttmodule.py -p /private/tmp/TTTest/ > > TTTest.xcodeproj Three20 --xcode-version=4 > > ERROR:root:Can't recover: Unable to find the build phases from your > > target at: /private/tmp/TTTest/three20/src/Three20/Three20.xcodeproj/ > > project.pbxproj > > ERROR:root:Can't recover: Unable to find the build phases from your > > target at: /private/tmp/TTTest/three20/src/Three20/Three20.xcodeproj/ > > project.pbxproj > > Failed to get dependencies; it's possible that the given target > > doesn't exist.
> > On Feb 27, 5:40 pm, Justin Bolter <jbol...@gmail.com> wrote: > >> Version=4 should help. This link to the Xcode 4 transition guide for > >> three20 might help also...
> >> You received this message because you are subscribed to the Google > >> Groups "Three20" group. > >> To post to this group, send email to three20@googlegroups.com > >> To unsubscribe from this group, send email to > >> three20+unsubscribe@googlegroups.com > >> For more options, visit this group athttp:// > groups.google.com/group/three20?hl=en
> > You received this message because you are subscribed to the Google > > Groups "Three20" group. > > To post to this group, send email to three20@googlegroups.com > > To unsubscribe from this group, send email to > > three20+unsubscribe@googlegroups.com > > For more options, visit this group at > > http://groups.google.com/group/three20?hl=en
> I'm trying to follow them but they do not match what I see in XCode.
> The python script also does not work:
> python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj Three20 > ERROR:root:Unable to open the project file at this path (is it > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj > ERROR:root:Unable to open the project file at this path (is it > readable?): /Users/myUser/Data/Documents/xworkspace/myProj/three20/src/ > myProj.xcodeproj/myProj.xcodeproj.xcodeproj/project.pbxproj > ERROR:root:Failed to get dependencies. Check the error logs for more > details.