Post

Replies

Boosts

Views

Activity

Reply to Trouble importing XCTest.h in Xcode 12
Forcing the ENABLETESTINGSEARCH_PATHS = YES to my dependencies (Kiwi) seems to make them compile, but then the test target fails. Even with that setting turned on in the app and test targets.  note: did not find header 'XCTest.h' in framework 'XCTest' (loaded from '/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator14.0.sdk/Developer/Library/Frameworks') Seems like it's because some libraries still use the old style of import "#import <XCTest/XCTest.h>". I'm not sure anything can be done to fix that.
Jul ’20