Open reitowo opened 2 years ago
There appears to be something wrong with the generated provisioning profiles.
@ali-fareed Hi! Please help as I already tried every approach I know. What I've done:
Hi! Please help as I already tried every approach I know. What I've done:
---- 回复的原邮件 ---- | 发件人 | @.> | | 日期 | 2021年12月02日 15:09 | | 收件人 | @.> | | 抄送至 | @.**@.> | | 主题 | Re: [TelegramMessenger/Telegram-iOS] Unable to distribute with extensions (Issue #670) |
There appears to be something wrong with the generated provisioning profiles.
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub, or unsubscribe.
@cnSchwarzer did this help??I am also facing same issue.In my case the app is running on device using dev profile and simulators but not using adhoc release
楼主解决了打包ipa的问题了么?
English please
楼主解决了打包ipa的问题了么?
Guys, in case you cannot export a production IPA, you should always use the bazel command in README to generate. The IPA is a production IPA and cannot be installed to App directly. If you want to install and debug the App, you can upload to App Store and use TestFlight to try out your app.
楼主解决了打包ipa的问题了么? @liujia1993 Yes
能留个联系方式质询下打包的问题么?
Can you help me out When I perform python3 build-system/Make/Make.py --overrideXcodeVersion --bazel="$HOME/bazel-dist/bazel" --cacheDir="$HOME/telegram-bazel-cache" build --configurationPath="$HOME/telegram-configuration" --buildNumber=2300 --configuration=debug_universal
ERROR: /Users/da/Telegram-iOS/Telegram/BUILD:1886:16: ProcessEntitlementsFiles Telegram/Telegram_entitlements.entitlements failed: (Exit 1): plisttool failed: error executing command (cd /private/var/tmp/_bazel_da/90132f016756581685f8aa3261cd2681/execroot/main && \ exec env - \ APPLE_SDK_PLATFORM=iPhoneOS \ APPLE_SDK_VERSION_OVERRIDE=15.2 \ XCODE_VERSION_OVERRIDE=13.2.1.13C100 \ bazel-out/darwin-opt-exec-2B5CBBC6-ST-8bd7c7db9774/bin/external/build_bazel_rules_apple/tools/plisttool/plisttool bazel-out/applebin_ios-ios_armv7-dbg-ST-2b171abadebf/bin/Telegram/entitlements/Telegramplisttool-control)
ERROR: Target "//Telegram:Telegram" uses entitlements with a "com.apple.developer.associated-domains" key, but the profile does not support use of this key. Target //Telegram:Telegram failed to build INFO: Elapsed time: 7.574s, Critical Path: 1.05s INFO: 425 processes: 249 disk cache hit, 176 internal.
@liujia1993 There's an e-mail in my profile
dont know if it helps - but there's a BUILD directive to export file - including mobileprovision stuff. maybe include here code $HOME/telegram-configuration
When I 'disableExtension' to export an xcode project, it can be build and installed on my device, but when I enable extensions it will not install and shows:
Same with directly build, which also includes extensions. I don't know what's wrong. I've already created several provisioning profiles.