Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
XCode 4 install steps ?
There are currently too many topics in this group that display first. To make this topic appear first, remove this option from another topic.
There was an error processing your request. Please try again.
flag
  18 messages - Collapse all  -  Translate all to Translated (View all originals)
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Jan C.  
View profile  
 More options Feb 27 2012, 3:14 am
From: "Jan C." <jan.chaloupe...@gmail.com>
Date: Mon, 27 Feb 2012 00:14:30 -0800 (PST)
Local: Mon, Feb 27 2012 3:14 am
Subject: XCode 4 install steps ?
Hi,
Are those steps meant to work in XCode 4  ?

http://three20.info/article/2010-10-06-Adding-Three20-To-Your-Project

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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett  
View profile  
 More options Feb 27 2012, 5:23 am
From: Brett <brett.bro...@gmail.com>
Date: Mon, 27 Feb 2012 20:23:56 +1000
Local: Mon, Feb 27 2012 5:23 am
Subject: Re: XCode 4 install steps ?
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan C.  
View profile  
 More options Feb 27 2012, 6:18 am
From: "Jan C." <jan.chaloupe...@gmail.com>
Date: Mon, 27 Feb 2012 03:18:32 -0800 (PST)
Local: Mon, Feb 27 2012 6:18 am
Subject: Re: XCode 4 install steps ?

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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett  
View profile  
 More options Feb 27 2012, 6:23 am
From: Brett <brett.bro...@gmail.com>
Date: Mon, 27 Feb 2012 21:23:19 +1000
Local: Mon, Feb 27 2012 6:23 am
Subject: Re: XCode 4 install steps ?
hrmm, try without the trailing slash?

python three20/src/scripts/ttmodule.py -p
/Users/myUser/xworkspace/myProj/myProj.xcodeproj Three20


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan C.  
View profile  
 More options Feb 27 2012, 6:25 am
From: "Jan C." <jan.chaloupe...@gmail.com>
Date: Mon, 27 Feb 2012 03:25:05 -0800 (PST)
Local: Mon, Feb 27 2012 6:25 am
Subject: Re: XCode 4 install steps ?
same error message

On Feb 27, 12:23 pm, Brett <brett.bro...@gmail.com> wrote:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett  
View profile  
 More options Feb 27 2012, 6:27 am
From: Brett <brett.bro...@gmail.com>
Date: Mon, 27 Feb 2012 21:27:33 +1000
Local: Mon, Feb 27 2012 6:27 am
Subject: Re: XCode 4 install steps ?
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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan C.  
View profile  
 More options Feb 27 2012, 6:32 am
From: "Jan C." <jan.chaloupe...@gmail.com>
Date: Mon, 27 Feb 2012 03:32:41 -0800 (PST)
Local: Mon, Feb 27 2012 6:32 am
Subject: Re: XCode 4 install steps ?
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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett  
View profile  
 More options Feb 27 2012, 6:36 am
From: Brett <brett.bro...@gmail.com>
Date: Mon, 27 Feb 2012 21:36:39 +1000
Local: Mon, Feb 27 2012 6:36 am
Subject: Re: XCode 4 install steps ?
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?


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan C.  
View profile  
 More options Feb 27 2012, 6:46 am
From: "Jan C." <jan.chaloupe...@gmail.com>
Date: Mon, 27 Feb 2012 03:46:51 -0800 (PST)
Local: Mon, Feb 27 2012 6:46 am
Subject: Re: XCode 4 install steps ?
/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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett  
View profile  
 More options Feb 27 2012, 6:48 am
From: Brett <brett.bro...@gmail.com>
Date: Mon, 27 Feb 2012 21:48:05 +1000
Local: Mon, Feb 27 2012 6:48 am
Subject: Re: XCode 4 install steps ?
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


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan C.  
View profile  
 More options Feb 27 2012, 8:19 am
From: "Jan C." <jan.chaloupe...@gmail.com>
Date: Mon, 27 Feb 2012 05:19:17 -0800 (PST)
Local: Mon, Feb 27 2012 8:19 am
Subject: Re: XCode 4 install steps ?
No luck trying it with a freshly created project

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:


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mahbub Prottoy  
View profile  
 More options Feb 27 2012, 9:55 am
From: Mahbub Prottoy <prottoy2...@gmail.com>
Date: Mon, 27 Feb 2012 20:55:53 +0600
Local: Mon, Feb 27 2012 9:55 am
Subject: Re: XCode 4 install steps ?

Hi,

I faced lot of these problems too.
This<http://three20.info/article/2011-03-10-Xcode4-Support> solved
my problem.

I cloned the three20 project folder from github to the same folder my XCODE
project folder was.  And running that python script did the trick.

Thanks,
Prottoy.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Mahbub Prottoy  
View profile  
 More options Feb 27 2012, 10:00 am
From: Mahbub Prottoy <prottoy2...@gmail.com>
Date: Mon, 27 Feb 2012 21:00:46 +0600
Local: Mon, Feb 27 2012 10:00 am
Subject: Re: XCode 4 install steps ?

Try this-

myUser@myUser ~/Data/Documents/xworkspace/TTTest $ python
three20/src/scripts/ttmodule.py -p TTTest/TTTest.xcodeproj Three20
--xcode-version=4

Assuming there is a folder named TTTest and three20 inside a folder which
is named TTTest.

Hope this helps.

Prottoy


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Justin Bolter  
View profile  
 More options Feb 27 2012, 11:40 am
From: Justin Bolter <jbol...@gmail.com>
Date: Mon, 27 Feb 2012 08:40:37 -0800
Local: Mon, Feb 27 2012 11:40 am
Subject: Re: XCode 4 install steps ?

Version=4 should help. This link to the Xcode 4 transition guide for
three20 might help also...

http://three20.info/article/2011-03-10-Xcode4-Support

On Feb 27, 2012, at 7:01 AM, Mahbub Prottoy <prottoy2...@gmail.com> wrote:

Try this-

myUser@myUser ~/Data/Documents/xworkspace/TTTest $ python
three20/src/scripts/ttmodule.py -p TTTest/TTTest.xcodeproj Three20
--xcode-version=4

Assuming there is a folder named TTTest and three20 inside a folder which
is named TTTest.

Hope this helps.

Prottoy

--
To learn more about Three20, check out http://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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan C.  
View profile  
 More options Feb 27 2012, 1:56 pm
From: "Jan C." <jan.chaloupe...@gmail.com>
Date: Mon, 27 Feb 2012 10:56:24 -0800 (PST)
Local: Mon, Feb 27 2012 1:56 pm
Subject: Re: XCode 4 install steps ?
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 must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Brett  
View profile  
 More options Feb 27 2012, 5:09 pm
From: Brett <brett.bro...@gmail.com>
Date: Tue, 28 Feb 2012 08:09:45 +1000
Local: Mon, Feb 27 2012 5:09 pm
Subject: Re: XCode 4 install steps ?
Hi,

I've just done it myself and it works fine for me. Steps as follows:
I have all my iPhone development in /Users/brett/develop/iPhone/

Under that directory I have the three20 folder (checked out from github)

I created a new XCode project, and saved it as "test" in the
/Users/brett/develop/iPhone directory.

So my folder setup looks like this.

/Users/brett/develop/iPhone/three20
/Users/brett/develop/iPhone/test

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.


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
Jan C.  
View profile  
 More options Feb 29 2012, 2:44 am
From: "Jan C." <jan.chaloupe...@gmail.com>
Date: Tue, 28 Feb 2012 23:44:31 -0800 (PST)
Local: Wed, Feb 29 2012 2:44 am
Subject: Re: XCode 4 install steps ?

Hi,

So I put my dummy project on bitbucket and here are the steps I do

*mkdir workspaceTMP*
*cd workspaceTMP*

*git clone https://bitbucket.org/JanC/tttest.git*
*git clone git://github.com/facebook/three20.git*

*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.

Could you please also  try that ?

thanks,
Jan


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
问飞  
View profile  
 More options Oct 20 2012, 8:24 pm
From: 问飞 <feis...@gmail.com>
Date: Sat, 20 Oct 2012 17:24:31 -0700 (PDT)
Local: Sat, Oct 20 2012 8:24 pm
Subject: Re: XCode 4 install steps ?

You need to type:
python three20/src/scripts/ttmodule.py -p MyProj.xcodeproj:MyProj Three20

If you don't follow any argument, that may only support project whose name
is "project"


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.
End of messages
« Back to Discussions « Newer topic     Older topic »