Testing experience of Swift framework on Xcode 6

Testing experience of Swift framework on Xcode 6

[[121714]]

I spent most of the summer figuring out what Swift can do as a functional programming language, and now I have moved on to using Swift to develop libraries. I spent a day and found that the Swift feature exploration I did before was quite enjoyable. I found that I still need to learn how to do some of the most basic chores. Here are some of the problems I encountered under the default framework test settings.

I had some issues when I was creating a new Cocoa framework project in Swift. However, with the default settings, these problems only occur when testing. You may mistakenly think that after completing an app, pressing "Cmd+U" will run the test, but you are wrong. At this time, most of the options in the "Product" menu are unavailable, and when you try to use shortcuts, you will suddenly hear a prompt sound that makes your heart sink like "You can't do this operation".

Because by default, the test package is not added to the test configuration of the framework build scheme. The solution is to name your framework "test" (as I did), then select it and click "Edit Scheme...":

Then go to the "Test" option and click the "+" button in the lower left corner of the detailed interface on the right:

Select your test package (now you know why I named it test):

Now all the test shortcuts are back and you can start working (if the run shortcuts don't work then it's just because your framework itself can't run).

Happy testing!

via: nomothetis.svbtle.com

<<:  iOS programmer interview questions to pay attention to

>>:  APP development management measures will be issued and APP development may require annual filing and review

Recommend

Techniques and features for high conversion rates in offline advertising!

Five years ago, a trend emerged - traditional ent...

Caisen 2021 Options Practical Basic Course 1 Video

Caisen 2021 Options Practical Basic Course 1 Vide...

When the weather gets cold, you can eat fruits hot →

As the weather gets colder, friends who want a ba...

Are probiotics, which can be bought everywhere, really good for health?

Reviewer: Wu Xinsheng Deputy Chief Physician, Dep...

Wired: Smartwatches are not the future of wearable devices

Wired writer Mat Honan believes that wearable dev...

C4D product performance first issue [HD quality with material]

C4D product performance first issue [HD quality w...

Five basic security checks for your Android phone

[51CTO.com Quick Translation] Are you looking for...

Bong bracelet price cut reflects the "alchemy" of wearable devices

Since the price of Xiaomi Mi Band was announced a...