在android和ios上运行我的应用程序时出现问题。当我运行我的应用程序时,模拟器运行正常,但模拟器设备表示项目中没有index.html。不确定从哪里开始调试。我的团队中的其他人都可以加载应用程序,但我。我已经尝试完全重新安装TriggerToolkit但无法到达任何地方。在ios仿真器运行时,日志中不会出现任何错误,只是模拟器中的弹出消息 “错误没有在应用中找到index.html。移动应用需要index.html”。
当我运行forge build ios
时,我明白了:
[ INFO] Forge tools running at version 3.3.11
[ INFO] Update result: you already have the latest tools
[ INFO] Configuration is unchanged: using existing templates
[ ERROR] Failed to parse command line arguments at ios
当我运行forge build android
时,我明白了:
[ INFO] Forge tools running at version 3.3.11
[ INFO] Update result: you already have the latest tools
[ INFO] Configuration is unchanged: using existing templates
[ ERROR] Failed to parse command line arguments at android
感觉这是因为我在一个协作环境中工作,而且有些事情正在变得严重,只是不确定是什么。
我正在使用此方法进行协作:How can I add another collaborator to my trigger.io project?