flutter build ipa 因配置文件失败
如果我尝试执行 flutter build ipa 我收到错误:
Automatically signing iOS for device deployment using specified development team in Xcode project: 2TPRUM2A9L
Running Xcode build...
Xcode archive done. 3,3s
Failed to build iOS app
Error output from Xcode build:
↳
objc[10019]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x203eb2b90) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1084e42c8). One of the two
will be used. Which one is undefined.
objc[10019]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x203eb2be0) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1084e4318). One of the two
will be used. Which one is undefined.
** ARCHIVE FAILED **
Xcode's output:
↳
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
error: No profiles for 'com.fahrschuleplaner24' were found: Xcode couldn't find any iOS App Development provisioning
profiles matching 'com.fahrschuleplaner24'. Automatic signing is disabled and unable to generate a profile. To enable
automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner')
在 xcode 中签名 &功能
未找到“com.fahrschuleplaner24”的配置文件
我是该帐户的所有者,而且我也有此个人资料,但仍然它不起作用
请帮我解决它
if i try to do flutter build ipa i got the error:
Automatically signing iOS for device deployment using specified development team in Xcode project: 2TPRUM2A9L
Running Xcode build...
Xcode archive done. 3,3s
Failed to build iOS app
Error output from Xcode build:
↳
objc[10019]: Class AMSupportURLConnectionDelegate is implemented in both /usr/lib/libauthinstall.dylib (0x203eb2b90) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1084e42c8). One of the two
will be used. Which one is undefined.
objc[10019]: Class AMSupportURLSession is implemented in both /usr/lib/libauthinstall.dylib (0x203eb2be0) and
/Library/Apple/System/Library/PrivateFrameworks/MobileDevice.framework/Versions/A/MobileDevice (0x1084e4318). One of the two
will be used. Which one is undefined.
** ARCHIVE FAILED **
Xcode's output:
↳
note: Using new build system
note: Planning
note: Build preparation complete
note: Building targets in dependency order
error: No profiles for 'com.fahrschuleplaner24' were found: Xcode couldn't find any iOS App Development provisioning
profiles matching 'com.fahrschuleplaner24'. Automatic signing is disabled and unable to generate a profile. To enable
automatic signing, pass -allowProvisioningUpdates to xcodebuild. (in target 'Runner' from project 'Runner')
in xcode on signing & capabilities
No profiles for 'com.fahrschuleplaner24' were found
im the owner of the account and also i have this profile there but still it wont work
please help me to solve it
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
必须在真正的 iPhone 上运行它,之后它就可以工作了
had to run it on a real iphone, after that it worked
你能尝试一次吗?首先清除 xcode 的 DerivedData,然后尝试以下命令
flutter clean
flutter pub get
cd ios
pod install
pod update
现在用 xcode 打开并检查
Can you try this once. first clear DerivedData for xcode and then try following commands
flutter clean
flutter pub get
cd ios
pod install
pod update
now after this open with xcode and check