Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我可以在模拟器中很好地测试发布配置,但它在我的设备上不起作用。我可以很好地将应用程序包安装到设备上,但它不会直接从 xcode 运行。有没有办法做到这一点?
进入该目标的构建设置并将 Code Signing Identity for Release: Any iOS SDK 更改为开发人员配置文件而不是分发。这将允许您在调试器中运行发布配置。请记住在提交时将其恢复为分发!
So I did npm install express and npm install socket.io and I brought the node_modules folders to my server folder where I am using WAM
npm install express
npm install socket.io
node_modules
server
WAM