Dopo corro ProjectNameTests.m (file di test vuoto) dal doint Product -> Test
il progetto si basa con successo, ma getta e mi dà il seguente errore:Errore XCTest: impossibile caricare il pacchetto. Provare a reinstallare il fascio
2016-01-10 11:25:32.677 xctest[66104:5611958] The bundle “ProjectNameTests” couldn’t be loaded. Try reinstalling the bundle.
2016-01-10 11:25:32.677 xctest[66104:5611958] (dlopen(/Users/XYZ/Library/Developer/Xcode/DerivedData/ProjectName-dnwnjlzdzxbcyydkxsumlvokmhvk/Build/Products/Debug-iphonesimulator/ProjectNameTests.xctest/ProjectNameTests, 265): Symbol not found: _FBSDKErrorArgumentCollectionKey
Referenced from: /Users/XYZ/Library/Developer/Xcode/DerivedData/ProjectName-dnwnjlzdzxbcyydkxsumlvokmhvk/Build/Products/Debug-iphonesimulator/ProjectNameTests.xctest/ProjectNameTests
Expected in: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/Library/Xcode/Agents/xctest
in /Users/XYZ/Library/Developer/Xcode/DerivedData/ProjectName-dnwnjlzdzxbcyydkxsumlvokmhvk/Build/Products/Debug-iphonesimulator/ProjectNameTests.xctest/ProjectNameTests)
Program ended with exit code: 83
Ho provato a rimuovere UIKit da test , cambiando il tipo Match-O, passando il simulatore all'iPhone 5 e altre cose suggerite in risposte simili, senza fortuna. Qualche idea?
Qualcuno ha trovato una soluzione per questo? Sto ancora affrontando questo problema per i test dell'interfaccia utente, dopo aver impostato il caricatore di pacchetti. –