earlgrey - Early grey environment setup -


i'm trying earlgrey setup on computer following steps cocoapod installation described here

after performing steps keep on getting compilation error during build

earlgrey.swift:17:27: use of undeclared type 'earlgreyimpl'

there 13 such compilation errors related unresolved identifier.

i re-tried steps multiple times same results. folder structure matches shown in instructions.

any suggestions should further resolved.

for reference i'm using this swift project base writing test cases.

so issue related bridgingheader.h file setting in

test target -> build setting -> swift compiler -code generation -> objective-c bridging header

i copied file demo project, did not specify in above setting. once specified there, compilation errors gone.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -