podFile加下面代码post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end 2.buildSetting中,加如下信息,然后clean项目, 再pod install下; 重新运行项目就能在模拟器运行了 [图片]
升级 Xcode12 运行模拟器编译libWeChatSDK.a 链接失败 ?ld: in /Users/renhuaqian/Documents/mutableTarges/mb-ios/MosoBooksPhone/ClassLibrary/UMShareSDK/WeChat/libWeChatSDK.a(WechatAuthSDK.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/renhuaqian/Documents/mutableTarges/mb-ios/MosoBooksPhone/ClassLibrary/UMShareSDK/WeChat/libWeChatSDK.a' for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
2021-10-19podFile加下面代码post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end 2.buildSetting中,加如下信息,然后clean项目, 再pod install下; 重新运行项目就能在模拟器运行了 [图片]
在M1上open sdk 1.8.7模拟器编译失败,请问如何处理?ldd: in ../Pods/WechatOpenSDK/OpenSDK1.8.7/libWeChatSDK.a(WechatAuthSDK.o), building for iOS Simulator, but linking in object file built for iOS, file '../Pods/WechatOpenSDK/OpenSDK1.8.7/libWeChatSDK.a' for architecture arm64 看描述是1.8.7的arm64 sdk没有包含模拟器。 请问如何处理
2021-10-19podFile加下面代码post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end 2.buildSetting中,加如下信息,然后clean项目, 再pod install下; 重新运行项目就能在模拟器运行了 [图片]
Apple M1芯片电脑 Xcode12 模拟器编译报WeChatSDK 不支持模拟器arm64架构https://developers.weixin.qq.com/miniprogram/dev/framework/ 新版Apple M1芯片电脑,使用Xcode12开发,运行的模拟器是采用arm64架构,但微信提供的最新版本SDK不支持,导致项目采用模拟器编译报错,希望能提供一版支持模拟器arm64架构的版本; 说明:真机arm64架构和模拟器arm64架构有区别
2021-10-19podFile加下面代码post_install do |installer| installer.pods_project.build_configurations.each do |config| config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64" end end 2.buildSetting中,加如下信息,然后clean项目, 再pod install下; 重新运行项目就能在模拟器运行了[图片]
iOS Xcode WechatOpenSDK 模拟器无法运行Xcode Version 12.2 (12B45b) pod WechatOpenSDK 项目无法在模拟器上运行报错如下 in /Users/xxxx/Desktop/XXXXX-iOS-New/Pods/WechatOpenSDK/OpenSDK1.8.7.1/libWeChatSDK.a(WechatAuthSDK.o), building for iOS Simulator, but linking in object file built for iOS, file '/Users/xxxx/Desktop/XXXXX-iOS-New/Pods/WechatOpenSDK/OpenSDK1.8.7.1/libWeChatSDK.a' for architecture arm64
2021-10-191
安卓APP分享到小程序, 提示"签名不对,请检查签名是否与开放平台上填写的一致" ?[图片][图片] 安卓APP分享到小程序, 提示"签名不对,请检查签名是否与开放平台上填写的一致", 1.经过检查,开放平台上的签名 和微信给出的签名验证工具出来的一致; 且小程序原始id和APP的微信id等信息均没有错误; 2.现象:分享到普通好友朋友圈成功, 分享到小程序提示 "签名不对,请检查签名是否与开放平台上填写的一致" 3.小程序成功和APP成功在微信开放平台绑定了; 请大佬帮忙看下是什么问题,谢谢!
2021-01-11试了下,右键点击,下载链接文件为....可以下下来,但是我想说,为什么不是点击就能下载,这是个bug吧[图片]
资源中心示例代码下载不了资源中心示例代码下载不了,下载点击就出来二维码让登录网页微信 [图片] 链接是:https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419319164&token=&lang=zh_CN
2018-08-07您好,工具可以下载了,但是实例代码demo下载不了,下载点击就让扫码登录网页微信
微信开放平台下载示例代码问题,一点下载总是让登录网页微信点击iOS开发工具包应该是下载操作,但是这里提示登录网页微信,扫码登陆后发现是网页版微信界面,根本没有资源下载地方 https://open.weixin.qq.com/cgi-bin/showdocument?action=dir_list&t=resource/res_list&verify=1&id=open1419319164&token=&lang=zh_CN [图片][图片]
2018-08-07我发现同一个开放平台下的账号下的APP,A应用开了微信支付,B没有开,此时A不能跳转,B可以跳转,代码逻辑都一样
iOS SDK 拉起小程序异常 errcode == -3使用官方demo,替换了bundleId, APPID,username,之后提示-3,没有更多信息,请问这怎么处理。。 APPID: wxbcd22f98feac5385 username:gh_08b0afc5d17d
2018-08-02