Error "dynamic_cast class unconditional" in XCTestCase with master data

I would like to do some unit tests with Core Data in my swift application and this is the first time I use Core Data.

To make my tests easier, I just copied the code generated for the Core Data variables (managedObjectModel, managedObjectContext, ...) from a regular AppDelegate into a test file.

I just want to do something pretty simple and that works in my application:
var user: User = NSEntityDescription.insertNewObjectForEntityForName("User", inManagedObjectContext: context) as User

The thing is, when I run my test, I got this error: swift_dynamicCastClassUnconditional

with EXC_BREAKPOINT (code=EXC_I386_BPT, subcode=0x0)

, but when I continue running the program, my test is finished with everything I am waiting for.

EDIT: First I prefixed my project name MyApp.User

, but after I saw that if I put @objc(User)

, I don't need the prefix, so I took the prefix.

Where does this error come from? Why is my test OK at the end?

+3
swift xcode6 core-data


source to share


No one has answered this question yet

Check out similar questions:

sixteen
Swift cannot test core data in Xcode tests?
4
Skip managedObjectContext (master data) for other classes, correct?
4
Swift: Basic Data on IOS7 Device & # 8594; entityForName for the second entity is nil
3
Master Data, Initialize managedObjectContext
3
xcode 6 beta EXC_BREAKPOINT (code = EXC_I386_BPT, subcode = 0x0) in fast
2
Unique binding of main data object does not work
1
CoreData original code error
1
Swift CoreData UnitTest: how to avoid EXC_BREAKPOINT
0
Downcasting from NSArray to Core Data Entity failed after upgrade from Xcode-6 beta 5
0
Swift - fetching core data into custom cell



All Articles
Loading...
X
Show
Funny
Dev
Pics