作为一名 Android 开发者,我对针对目标进行构建的想法感到困惑。
\n\n我没有 iOS 设备,一直在针对 iOS 模拟器进行调试。
\n\n然而,我已经到了想要将 .ipa 版本分发给我们的内部团队的地步。这能实现吗?
\n\n当我跑步时flutter build ios
,我看到以下内容:
Xcode's output:\n\xe2\x86\xb3\n note: Using new build system\n note: Building targets in parallel\n note: Planning build\n note: Constructing build description\n error: Failed to create provisioning profile. There are no devices\n registered in your account on the developer website. Plug in and select a\n device to have Xcode register it. (in target 'Runner' from project 'Runner')\n error: No profiles for 'xxx.xxx.xxx' were …
Run Code Online (Sandbox Code Playgroud)