我按照此处的说明操作:https://github.com/kif-framework/KIF/
然而,当我运行Product - >测试,模拟器启动但应用程序没有出现。我确保了"捆绑装载机"和"测试主机"设置正确。具体来说,我设置了:
"捆绑装载机"是$(BUILT_PRODUCTS_DIR)/我的App.app/My应用程序
"测试主机"是$(BUNDLE_LOADER)
我使用pod来集成KIF。我的podfile中添加了
target 'My App Tests', :exclusive => true do
pod 'KIF', '~> 3.0'
end
并运行pod update。
有人对可能发生的事情有任何建议吗?