TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

What's new in Xcode 7

252 点作者 yconst将近 10 年前

14 条评论

glhaynes将近 10 年前
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 未加载
halayli将近 10 年前
&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 未加载
Entalpi将近 10 年前
&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 未加载
Fargren将近 10 年前
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_b将近 10 年前
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.
arihant将近 10 年前
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 未加载
zimbatm将近 10 年前
&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 未加载
pjmlp将近 10 年前
&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_f77将近 10 年前
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.
msie将近 10 年前
Stack Views is really cool! I don&#x27;t need the full power and complexity of AutoLayout.
评论 #9684217 未加载
Thiz将近 10 年前
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 未加载
iphonedevpinoy将近 10 年前
I wonder if it&#x27;s possible to do ad-hoc testing on Xcode 7 without joining the developer program?
BlackLamb将近 10 年前
It would be interesting to see, how Apple manages to stop people from Side loading apps.
ngoldbaum将近 10 年前
Does anyone know if Xcode 7 will include LLVM OpenMP support?