ios - OCUnit is deprecated. Error After upgraded Xcode to 5.1 -
i have updated xcode 4.6 5.1 , ios 7.0 to7.1.1now project displaying warning alert view ”ocunit deprecated project “project name” uses ocunit unit testing, deprecated. choose “convert xctest” update project use xctest unit testing.”
does affect app when submitting app store?
how remove warning (or) how update application use xctest unit testing.
no, not affect app store submission. xctest not supported far know if app still runs on older versions of ios.
you need switch "at point", because xcode 6, might released beta in next few weeks, not support ocunit. may not able run unit tests @ unless upgrade.
but until then, there no pressing need upgrade. when you're ready it, commit changes git/etc can roll if goes wrong, click "convert xctest" button. should work... if doesn't, post here specific problem.
as general rule, not rush adopt new features in xcode. there tend bugs , apple abandons new technology year after adopting it. xctest has been default year now, , haven't heard complaints (except bugs in days), it's safe switch.
Comments
Post a Comment