facebookarchive / ios-snapshot-test-case

Snapshot view unit tests for iOS
MIT License
2.66k stars 253 forks source link

No matching architecture in universal wrapper using Carthage #226

Open eugenehp opened 7 years ago

eugenehp commented 7 years ago

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
fruitcoder commented 7 years ago

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