- 多端应用在构建IPA交付到苹果时报错?
多端应用使用分发证书构建IPA,交付到苹果时报错: Please correct the following issues and upload a new binary to App Store Connect. ITMS-90426: Invalid Swift Support - The SwiftSupport folder is missing. Rebuild your app using the current public (GM) version of Xcode and resubmit it. 尝试多次问题没有解决。
04-07 - 小程序在变更主体时需要解绑多端应用的矛盾如何处理?
小程序在变更主体时提示:“该账号已绑定多端应用「多端专属空间-xxxxxxxx」,请先前往 微信开发者平台 进行解绑,否则主体变更后将导致该小程序绑定的多端应用无法使用。”[图片] 当我找到了唯一解绑入口时却按钮却是灰色的,提示我前往开发者平台进行解绑。 [图片] 我找遍了开发者平台的每个角落,没有任何解绑入口。开始查阅开发文档。文档中注明了微信小程序不能解绑多端应用。 [图片] 那么这里的矛盾如何处理?
02-18 - 小程序性开发引入腾讯验证码插件时出现错误
// app.json "plugins": { "captcha": { "version": "2.1.0", "provider": "wx1fe8d9a3cb067a75" } } // index.json { "usingComponents": { "t-captcha": "plugin://captcha/t-captcha" } } 抛出异常"plugin://wx1fe8d9a3cb067a75/t-captcha" has been used as another component or page. Please do not register multiple components or pages with the same alias.(env: Windows,mp,1.06.2405102; lib: 3.4.2) 每点击一次编译就会出现一次报错,但是清除缓存后首次点击编译不会出现错误。
2024-05-13