Tagged with xcode - Three20 Forums http://forums.three20.info/discussions/tagged/xcode/feed.rss Mon, 20 May 13 12:57:53 -0400 Tagged with xcode - Three20 Forums en-CA Strange to see Apple selling Xcode 4 for $5 http://forums.three20.info/discussion/15/strange-to-see-apple-selling-xcode-4-for-5 Thu, 10 Mar 2011 15:20:40 -0500 featherless 15@/discussions I don't quite understand the rationale. It must be such a small amount to them in the grand scheme of things, no?

]]>
Xcode 4.3 and Three20 Scripts http://forums.three20.info/discussion/462/xcode-4.3-and-three20-scripts Fri, 17 Feb 2012 19:52:33 -0500 frogo 462@/discussions As many of you already know, Xcode 4.3 was released yesterday and basically blew away the /Developer directory in favour of a single Xcode.app package in Applications. Now as I run the scripts to add Three20 to a new project I get the following warning:

python ttmodule.py -p ../../../MyProject.xcodeproj Three20 Error: No developer directory found at /Developer. Run /usr/bin/xcode-select to update the developer directory path. Traceback (most recent call last): File "ttmodule.py", line 194, in sys.exit(main()) File "ttmodule.py", line 180, in main xcodebuild_version = f.readlines()[0] IndexError: list index out of range

Strange thing is that /usr/bin/xcode-select still points to /Developer after the upgrade.

Looks like we have to add three20 to our projects manually until this is sorted.

]]>
Three20 officially supports Xcode 4 with 1.0.5 http://forums.three20.info/discussion/17/three20-officially-supports-xcode-4-with-1.0.5 Thu, 10 Mar 2011 22:02:05 -0500 featherless 17@/discussions Please read the release notes on three20.info

]]>
three20 xcode4.2 ios5.0 http://forums.three20.info/discussion/441/three20-xcode4.2-ios5.0 Mon, 19 Dec 2011 08:41:02 -0500 wtq0705 441@/discussions I build a xcode app in xcode3.2, then i copy the code into the xcode4.2.then I want to add the three20 into project. I run the following code in the terminal python three20/src/scripts/ttmodule.py -p ThreeDemo/ThreeDemo.xcodeproj Three20 --xcode-version=4

but the terminal sign as following:

ERROR:root:Can't recover: Unable to find the build phases from your target at: vst/vsstoo.xcodeproj/project.pbxproj ERROR:root:Can't recover: Unable to find the build phases from your target at: vst/vsstoo.xcodeproj/project.pbxproj ERROR:root:Failed to get dependencies. Check the error logs for more details.

what should I do to slove the problem?who can help me?thank you!

]]>
Error on iOS 5? http://forums.three20.info/discussion/413/error-on-ios-5s Tue, 15 Nov 2011 07:24:24 -0500 ziadtdi 413@/discussions How can i fixe these errors?

"OBJC_CLASS$_CALayer", referenced from:

OBJC_CLASS$_TTImageLayer in libThree20UI.a(TTImageLayer.o)

"OBJC_METACLASS$_CALayer", referenced from:

OBJC_METACLASS$_TTImageLayer in libThree20UI.a(TTImageLayer.o)

"_CATransform3DMakeRotation", referenced from:

-[TTTableHeaderDragRefreshView setImageFlipped:] in libThree20UI.a(TTTableHeaderDragRefreshView.o)

-[TTTableHeaderDragRefreshView initWithFrame:] in libThree20UI.a(TTTableHeaderDragRefreshView.o)

"OBJC_CLASS$_CAGradientLayer", referenced from:

Objc-class-ref in libThree20UI.a(TTTableView.o)

"OBJC_CLASS$_CATransaction", referenced from:

Objc-class-ref in libThree20UI.a(TTTableView.o)

"_kCATransactionDisableActions", referenced from:

-[TTTableView layoutSubviews] in libThree20UI.a(TTTableView.o)

Symbol(s) not found for architecture i386

Clang: error: linker command failed with exit code 1 (use -v to see invocation)

]]>
[Xcode 4] Code sense issues http://forums.three20.info/discussion/24/xcode-4-code-sense-issues Tue, 15 Mar 2011 07:38:16 -0400 vincent 24@/discussions Hi,

I really think that Xcode 4, even if much better than v3, is still a beta quality product with many crashes. The one issue that bothered me the most is the code sense (indexing) not always working properly. And that, especially with three20, since headers are in their own folder, which confuse Xcode I guess.

I noticed that putting three20 imports in precompiled headers (.pch) was completely making fail indexing... Since I removed three20 from pch, it works pretty well.

I'm curious to know if I was the only one with this kind of issues, and if anyone figured the logic behind this... (if there is one) And if there is any solution and/or reason to prefer importing three20 in .pch.

An important point, I'm using llvm2 to compile everything, and from what I've read it is supposed not to benefit much from pch.

]]>
Xcode 4 Support http://forums.three20.info/discussion/14/xcode-4-support Thu, 10 Mar 2011 15:18:24 -0500 featherless 14@/discussions We're working on it! I'm going to put up an article on Three20.info later today outlining some basic migration tips. Might even do a screencast if I'm feeling adventurous!

]]>