facebookarchive / ios-snapshot-test-case

Snapshot view unit tests for iOS

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No matching architecture in universal wrapper using Carthage

eugenehp opened this issue · comments

I have framework installed using Carthage and linked inside XCUITest.
It compiles fine.
But when it runs it gives an error:
FBSnapshotTestCase.framework/Frameworks/libswiftCore.dylib: no matching architecture in universal wrapper)

screen shot 2017-05-28 at 09 15 26

FBSnapshotTestCase is actually a unit test, so this probably isn't supposed to work in a UITest target