You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
flutter运行结果:
`Xcode's output:
↳
Writing result bundle at path:
/var/folders/d4/2dzrvp656w17xgfpdd1n5m58x0000gn/T/flutter_tools.vLUabD/flutter_ios_build_temp_dirlogMS6/temporary_xcresult_bundle
Failed to package /Users/xxx/Desktop/tst_mall_app.
Command PhaseScriptExecution failed with a nonzero exit code
note: Building targets in dependency order
Result bundle written to path:
/var/folders/d4/2dzrvp656w17xgfpdd1n5m58x0000gn/T/flutter_tools.vLUabD/flutter_ios_build_temp_dirlogMS6/temporary_xcresult_bundle
Could not build the application for the simulator.
Error launching application on iPhone 14 Pro Max.`
真机运行没有问题
是不支持模拟器运行吗?
如果不支持模拟器运行,请在文档中标注,如果可以请提供一些解决方案
The text was updated successfully, but these errors were encountered:
flutter环境
Flutter 3.0.5 • channel flutter-2.13-candidate.0 • https://github.com/flutter/flutter.git Framework • revision f1875d570e (10 months ago) • 2022-07-13 11:24:16 -0700 Engine • revision e85ea0e79c Tools • Dart 2.17.6 • DevTools 2.12.2
Xcode 14.2 ios9.0
live_flutter_plugin: ^11.3.0
手动添加了TXFFmpeg.xcframework和TXSoundTouch.xcframework
build setting ->architectures 添加了arm64,x86_64,i386
flutter运行结果:
`Xcode's output:
↳
Writing result bundle at path:
/var/folders/d4/2dzrvp656w17xgfpdd1n5m58x0000gn/T/flutter_tools.vLUabD/flutter_ios_build_temp_dirlogMS6/temporary_xcresult_bundle
Result bundle written to path:
/var/folders/d4/2dzrvp656w17xgfpdd1n5m58x0000gn/T/flutter_tools.vLUabD/flutter_ios_build_temp_dirlogMS6/temporary_xcresult_bundle
Could not build the application for the simulator.
Error launching application on iPhone 14 Pro Max.`
真机运行没有问题
是不支持模拟器运行吗?
如果不支持模拟器运行,请在文档中标注,如果可以请提供一些解决方案
The text was updated successfully, but these errors were encountered: