|
|
#1 | |
|
Xcode Developer Toolset Updated to Version 4.6
![]() ![]() Quote:
Article Link: Xcode Developer Toolset Updated to Version 4.6 |
||
|
|
1
|
|
|
#2 | |
|
About Time
Quote:
|
||
|
|
7
|
|
|
#3 |
|
is it just me or is the update really 1.3 GB, pretty much as big as the full 1.5 GB Xcode in the store.
__________________
❹ ❽ ❶❺ ❶❻ ❷❸ ❹❷ |
|
|
|
0
|
|
|
#4 |
|
|
1
|
|
|
#5 |
|
Great news, all around.
Has Clang been updated? I was finding quirks with it refusing to compile some C++ code a week or two ago... I'm wondering if that code will still not compile.
__________________
Battery Status - On the Mac App Store
The only app that'll estimate when your wireless devices will need their batteries changed. Like it on Facebook! |
|
|
|
0
|
|
|
#6 | |
|
Quote:
I'm giving them a pass for getting things on track with lldb and see this latest change as a step in the right direction. I'm hoping they'll run with it from here the way they have with the static analysis etc. |
||
|
|
0
|
|
|
#7 |
|
LLVM/Clang 3.3 will be a big update to LLDB, C11, C++11, ObjC [ARC and more] OpenCL, OpenGL and a complete advancement in design modularity.
Both NVPTX [Nvidia] and R600 [AMD GPGPUs] targets and lots of OpenCL work. Not to mention OpenMP support and ARM64 amongst other target additions. |
|
|
|
0
|
|
|
#8 | |
|
Quote:
Hey Bro, I understand your frustration, but Apple does have other tasks on hand... give 'em some luv!!! Love & Peace, yehudah
__________________
1 MacBook Pro 17", 3 iPad 4, 3 iPad Mini, 5 MacBook Air, 1 MacBook Pro 13", 6 iPhone 5 White, 4 iPhone 4S White, 4 MacBooks 13" Wht & Blk, 1 iMac 24", 1 T-Mo Sonic 2 HotSpot |
||
|
|
0
|
|
|
#9 |
|
Being able to inspect dictionaries and arrays using the debugger is functionality that a developer would expect to exist.
__________________
Hardware / Software: The right tools for the job - be it Apple or otherwise. |
|
|
|
4
|
|
|
#10 | |
|
Quote:
Worked fine, just a bit less visual than the new functionality.
__________________
"What you leave behind is not what is engraved in stone monuments, but what is woven into the lives of others." -- Pericles |
||
|
|
1
|
|
|
#11 |
|
I totally agree. It's beyond me why they didn't do it with Xcode 3 itself.
__________________
Steve is smiling down from above. ![]() -darkfiber |
|
|
|
0
|
|
|
#12 |
|
It is usually not the compiler. Your project is probably an old GCC project, which has visible or invisible settings, which are incompatible with other compilers, such as Clang.
__________________
OS X 10.9 and iOS 7 delayed. Haswell Q3/Q4 2013. -------------------- “Only the dead have seen the end of the war.” -- Plato --
|
|
|
|
0
|
|
|
#13 |
|
Hopefully bracket autocomplete is fixed.
Why does it insist on inserting a ')' after every '(', even if there's an unclosed ')' already? God that drives me nuts! |
|
|
|
0
|
|
|
#14 |
|
|
1
|
|
|
#15 |
|
Bracket completion hasn't been fixed. Also the dictionary inspector doesn't support CFDictionaryRef or CFMutableDictionaryRef objects :sigh:
You can work around it by telling it to display as an NSDictionary, but that's not really a solution. |
|
|
|
0
|
|
|
#16 |
|
Awesome news, the latest Xcode is quite good. And clang has the best C++11 support to date, much better than MSVC 2012.
Here are the changes from 4.5.2 to 4.6: Code:
$ xcrun clang --version Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn) Target: x86_64-apple-darwin12.2.0 Thread model: posix $ xcrun clang --version Apple LLVM version 4.2 (clang-425.0.24) (based on LLVM 3.2svn) Target: x86_64-apple-darwin12.2.0 Thread model: posix Code:
$ xcrun git --version git version 1.7.10.2 (Apple Git-33) $ xcrun git --version git version 1.7.12.4 (Apple Git-37) Last edited by shurcooL; Jan 29, 2013 at 10:11 AM. |
|
|
|
2
|
|
|
#17 |
|
I didn't touched XCode recently too much. Anyone has a hint for me if the wireless deployment meanwhile is back ? I found the idea of XCode 4.2 to wireless manage devices nice; less dealing with cables. It got removed in 4.3 but never showed up again. Was there any statement from Apple ? Just curious ...
|
|
|
|
0
|
|
|
#18 |
|
Thats just xcode playing games it likes to have fun too!
__________________
www.TouchMint.com iPhone App Developer
Apps of the month: Baseball Stats Tracker Touch (Over 10,000 Copies Sold!) Quiz and Flashcard Maker |
|
|
|
0
|
|
|
#19 |
|
Apple generally prefers you work with Objective-C style objects. Core Foundation is just there to enhance C compatibility... They haven't even given Core Foundation ARC yet. It's a bit of a second-class citizen in general.
__________________
Con + Cat |
|
|
|
0
|
|
|
#20 |
|
*Had* to update to 4.6 after updating my iP5 to 6.1 (of course, right in the middle of something), then XC terminated trying to startup after the install, finally got it sorted out, got my 6.1 deployment target up and running again. Fixed some munged up tablecells too (just the visual layout in storyboard).
__________________
"It is not daily increase but daily decrease; hack away the unessential." ~Bruce Lee |
|
|
|
0
|
|
|
#21 |
|
Hi Saladinos...
Not sure your point of complaint ever was a behavior - meaning PARENS '(' were auto-balanced. It's always been the BRACES '{' and BRACKETS '[' which were the added characters, depending on preferences settings as per auto-completion. Just saying... |
|
|
|
0
|
|
|
#22 |
|
Well, here's one very obvious bug that's still not fixed:
Press Cmd+F to open a find dialog, type some query that gets lots of results, press Enter to select next result, it works fine, but Shift+Enter has a problem - it goes to previous entry, then to next one, effectively looping in place. On the other hand, Cmd+G and Cmd+Shift+G work fine without the bug. |
|
|
|
1
|
|
|
#23 | |
|
Quote:
As for bracket autocompletion, the problem is this: 4 + 3 4 + 3 ) (4 + 3 ) now press space... ( )4 + 3 ) why does XCode insert this bracket?! I like the bracket autocompletion in general, but this one thing just annoys the hell out of me. There's nothing to complete here, the brackets are already closed. |
||
|
|
1
|
|
|
#24 | |
|
Quote:
|
||
|
|
0
|
|
|
#25 | |
|
Quote:
__________________
Con + Cat |
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
All times are GMT -5. The time now is 03:21 AM.










Linear Mode
