TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

What's new in Xcode 7

252 pointsby yconstalmost 10 years ago

14 comments

glhaynesalmost 10 years ago
Unexpected: "Xcode 7 and Swift now make it easier for everyone to build apps and run them directly on their Apple devices. Simply sign in with your Apple ID, and turn your idea into an app that you can touch on your iPad, iPhone, or Apple Watch. Download Xcode 7 beta and try it yourself today. Program membership is not required."
评论 #9682147 未加载
评论 #9682184 未加载
评论 #9683196 未加载
评论 #9682209 未加载
评论 #9684263 未加载
评论 #9683097 未加载
评论 #9683296 未加载
评论 #9682233 未加载
评论 #9683143 未加载
评论 #9682365 未加载
评论 #9682211 未加载
评论 #9682332 未加载
halaylialmost 10 years ago
&quot;Advanced error handling model using try &#x2F; catch &#x2F; throw that feels natural in Swift.&quot;<p>yeah try&#x2F;catch is very advanced.
评论 #9682742 未加载
评论 #9682483 未加载
评论 #9682693 未加载
评论 #9683232 未加载
评论 #9683381 未加载
评论 #9682386 未加载
评论 #9682741 未加载
评论 #9683301 未加载
Entalpialmost 10 years ago
&quot;Xcode 7 has a ENABLE_BITCODE option to embed bitcode in apps, app extensions, and frameworks. The option is turned on by default for iOS and is mandatory for watchOS projects submitted to the store.<p>When bitcode is enabled for a target, all the objects, static libraries and user frameworks used when linking that target must contain bitcode. Otherwise, an error or a warning will be issued by the linker. (Note: missing bitcode is currently a warning for iOS, but it will become an error in an upcoming beta release of Xcode 7.) ENABLE_BITCODE should be consistently turned on for all the targets. If you use a library or framework provided by a third party, please contact the vendor for an updated version which contains bitcode.&quot;<p>Dear God, do we need to wait for all libs to update? :S
评论 #9682924 未加载
评论 #9682744 未加载
Fargrenalmost 10 years ago
Not even a mention of refactoring tools for Swift? Right now you can&#x27;t even do a Rename. This was one of the biggest reasons I bought Appcode, actually. And I&#x27;m still waiting for either IDE to implement Extract Method.<p>It boggles my mind how little I hear people complain about this. Aren&#x27;t these basic tools by now?
评论 #9683300 未加载
评论 #9683065 未加载
评论 #9684724 未加载
评论 #9684483 未加载
dep_balmost 10 years ago
Am I the only one excited about nil flags and generics support in Objective-C? I think it&#x27;s really nice to have an NSArray full of MyObjects that is type checked compile time.
arihantalmost 10 years ago
Every year the new XCode comes, and I&#x27;m less excited about new features and more worried about how many more Macs will I have to buy. Last update on XCode 6 made it impossible for some 2012 models to run it.<p>This update is almost surely for Yosemite and above. The cost of developing on Apple platform is crazy these days. I miss the days when they could mock Microsoft for having an expensive Visual Studio. Now they make you buy a new Mac per developer every 2 years.
评论 #9684716 未加载
评论 #9684742 未加载
评论 #9684711 未加载
zimbatmalmost 10 years ago
&gt; A migrator in Xcode 7 to convert your existing your existing Swift code to use the new Swift 2.0 features and syntax.<p>woops, repetition !
评论 #9684220 未加载
pjmlpalmost 10 years ago
&gt; Swift is a successor to both the C and Objective-C languages.<p>This says it all, regarding what the future for Objective-C looks like.
评论 #9684545 未加载
nathan_f77almost 10 years ago
I&#x27;m really excited about code coverage, and the built-in user interface testing support. That&#x27;s amazing. We currently write our acceptance tests with KIF, but this sounds so much better. Looking forward to playing with the automated test recording.
msiealmost 10 years ago
Stack Views is really cool! I don&#x27;t need the full power and complexity of AutoLayout.
评论 #9684217 未加载
Thizalmost 10 years ago
Can I use it on my old mac mini 2011 with 2gb ram and Mavericks?<p>I really want to start using Swift. And no, can&#x27;t upgrade.
评论 #9683725 未加载
评论 #9688657 未加载
评论 #9684733 未加载
评论 #9690485 未加载
iphonedevpinoyalmost 10 years ago
I wonder if it&#x27;s possible to do ad-hoc testing on Xcode 7 without joining the developer program?
BlackLambalmost 10 years ago
It would be interesting to see, how Apple manages to stop people from Side loading apps.
ngoldbaumalmost 10 years ago
Does anyone know if Xcode 7 will include LLVM OpenMP support?