构建 .ipa (。app)文件的命令:
react-native run-ios --configuration=release
我想为ios构建应用程序,但无法上传到diawi,控制台错误:
** BUILD SUCCEEDED **
Installing build/Build/Products/release-iphonesimulator/app.app
An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2):
Failed to install the requested application
An application bundle was not found at the provided path.
Provide a valid path to the desired application bundle.
Launching org.reactjs.native.example.app
org.reactjs.native.example.app: 11067
Diawi中的错误(.app文件本身存在):
发生错误:4001009:无效的.ipa文件:缺少嵌入式文件 mobileprovision
我该怎么办?在模拟器上工作。也许不知何故可以在另一个人身上建立?