1:在xcode中添加appid(xcode10及以上可以免费进行真机调试了不用再去申请开发者账号了)
2:在editor中点击项目目录,再点击target中的singing选择automatically
3:在第一个identify中修改Bundle identifier为随便一个名字要不然会报错,并且要修改config.xml中的widget标签的id为Bundle identifier的值。要不然在编译的时候会改回来。
4:当真机运行的时候xcode提示A valid provisioning profile for this executable was not found.可以参考这个文章Xcode 10 iOS12 "A valid provisioning profile for this executable was not found - huangenai - 博客园