I am currently building a iOS framework project in Swift. I have also a own build target for tests. I also added a new TestSettings.plist file to the test build target. There I store the username / password for the api calls. But the XCTest now always fails, because it can not load the plist file. I am currently building a iOS framework project