> On Apr 24, 2017, at 3:38 PM, Rick Mann <rm...@latencyzero.com> wrote: > > I'm trying to test some code that's entirely stand-alone from my app, and in > fact I'm having trouble testing it within my app because the app does some > things that interfere. > > So, I tried creating a new test target and specifying "None" for the Test > Host, then adding the files needed to the new test target.
You can’t do that in iOS — all tests have to be run within an app. If you can’t run them in your regular app, you need to make a new empty app and then test them in that. —Jens _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com