获得徽章 0
uni popup组件在ios系统里面使用bottom模式,有间隙。
搜了一些资料说,加上:safe-area="false"属性,就可以了。
但是加上这个属性之后,还是有间隙,有没有大佬知道是什么问题,怎么解决的呢?
Alin于2025-06-16 10:50发布的图片
评论
uni popup组件在ios系统里面使用bottom模式,有间隙。
搜了一些资料说,加上:safe-area="false"属性,就可以了。
但是加上这个属性之后,还是有间隙,有没有大佬知道是什么问题,怎么解决的呢?
Alin于2025-06-16 10:49发布的图片
20
uni popup组件在ios系统里面使用bottom模式,有间隙。
搜了一些资料说,加上:safe-area="false"属性,就可以了。
但是加上这个属性之后,还是有间隙,有没有大佬知道是什么问题,怎么解决的呢?
Alin于2025-06-16 10:49发布的图片
4
有没有大佬遇到过,uniapp使用uni.relaunch 后app会黑屏的问题?
这个问题怎么解决,或者有大佬知道怎么调试uni.relaunch这种api的?
感谢大佬们!!!!!!!
2
有没有大佬遇到过,uniapp使用uni.relaunch 后app会黑屏的问题?
这个问题怎么解决,或者有大佬知道怎么调试uni.relaunch这种api的?
感谢大佬们!!!!!!!
评论
有没有大佬遇到过,uniapp使用uni.relaunch 后app会黑屏的问题?
这个问题怎么解决,或者有大佬知道怎么调试uni.relaunch这种api的?
感谢大佬们!!!!!!!
7
怎么可以实现像官方提供的loading和showtoast等,这种通过js调用,可以在全局使用的,出现的loading或者toast弹窗的?
uniapp项目的App.vue里面,没有template,想要在这里实现也实现不了。
有什么其它好的方式可以实现的,同时可以在各个端里(h5,app,小程序等)都能通用的?
有没有大佬做过或者实现过的?
展开
6
怎么可以实现像官方提供的loading和showtoast等,这种通过js调用,可以在全局使用的,出现的loading或者toast弹窗的?
uniapp项目的App.vue里面,没有template,想要在这里实现也实现不了。
有什么其它好的方式可以实现的,同时可以在各个端里(h5,app,小程序等)都能通用的?
有没有大佬做过或者实现过的?
展开
1
怎么可以实现像官方提供的loading和showtoast等,这种通过js调用,可以在全局使用的,出现的loading或者toast弹窗的?
uniapp项目的App.vue里面,没有template,想要在这里实现也实现不了。
有什么其它好的方式可以实现的,同时可以在各个端里(h5,app,小程序等)都能通用的?
有没有大佬做过或者实现过的?
展开
5
有没有大佬知道,uniapp的ios云打包,对于第三方sdk,会自动添加隐私清单吗,还是要自己手动添加的?
苹果那边的提示:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/Protobuf.framework/Protobuf”, which includes Protobuf, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: developer.apple.com
苹果对第三方sdk,列出了一个隐私清单。
如果没有添加,有没有什么方式可以快速地在uniapp里面,对第三方sdk添加隐私清单的。
有没有大佬知道怎么解决呢?
展开
评论
有没有大佬知道,uniapp的ios云打包,对于第三方sdk,会自动添加隐私清单吗,还是要自己手动添加的?
苹果那边的提示:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/Protobuf.framework/Protobuf”, which includes Protobuf, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: developer.apple.com
苹果对第三方sdk,列出了一个隐私清单。
如果没有添加,有没有什么方式可以快速地在uniapp里面,对第三方sdk添加隐私清单的。
有没有大佬知道怎么解决呢?
展开
评论
有没有大佬知道,uniapp的ios云打包,对于第三方sdk,会自动添加隐私清单吗,还是要自己手动添加的?
苹果那边的提示:
ITMS-91061: Missing privacy manifest - Your app includes “Frameworks/Protobuf.framework/Protobuf”, which includes Protobuf, an SDK that was identified in the documentation as a commonly used third-party SDK. If a new app includes a commonly used third-party SDK, or an app update adds a new commonly used third-party SDK, the SDK must include a privacy manifest file. Please contact the provider of the SDK that includes this file to get an updated SDK version with a privacy manifest. For more details about this policy, including a list of SDKs that are required to include signatures and manifests, visit: developer.apple.com
苹果对第三方sdk,列出了一个隐私清单。
如果没有添加,有没有什么方式可以快速地在uniapp里面,对第三方sdk添加隐私清单的。
有没有大佬知道怎么解决呢?
展开
评论
有没有ios大佬的,uniapp打包一个ios,上传到app store时,报了一个警告:
SDK version issue. This app was built with the iOS 17.5 SDK. Starting April 24, 2025, all iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in Xcode 16 or later, in order to be uploaded to App Store Connect or submitted for distribution. (90725)
上传后提审,显示 二进制文件无效
有没有ios大佬知道是什么问题的?
展开
4
有没有ios大佬的,uniapp打包一个ios,上传到app store时,报了一个警告:
SDK version issue. This app was built with the iOS 17.5 SDK. Starting April 24, 2025, all iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in Xcode 16 or later, in order to be uploaded to App Store Connect or submitted for distribution. (90725)
上传后提审,显示 二进制文件无效
有没有ios大佬知道是什么问题的?
展开
36
有没有ios大佬的,uniapp打包一个ios,上传到app store时,报了一个警告:
SDK version issue. This app was built with the iOS 17.5 SDK. Starting April 24, 2025, all iOS and iPadOS apps must be built with the iOS 18 SDK or later, included in Xcode 16 or later, in order to be uploaded to App Store Connect or submitted for distribution. (90725)
上传后提审,显示 二进制文件无效
有没有ios大佬知道是什么问题的?
展开
2
有没有ios大佬的?
使用hbuilder x 4.45打包了一个ios,上传的时候提示:
Validation failed (409)
Invalid Bundle Executable. The executable file 'HBuilder.app/Frameworks/SVGAPlayer.framework/SVGAPlayer'contains incomplete bitcode.To compilebinaries with complete bitcode,open Xcode and choose Archive in the Product menu.

但是前面使用4.24打包,是可以上传的。
有没有大佬知道这是uniapp 打包的问题,还是插件有问题的?
展开
6
有没有ios大佬的?
使用hbuilder x 4.45打包了一个ios,上传的时候提示:
Validation failed (409)
Invalid Bundle Executable. The executable file 'HBuilder.app/Frameworks/SVGAPlayer.framework/SVGAPlayer'contains incomplete bitcode.To compilebinaries with complete bitcode,open Xcode and choose Archive in the Product menu.

但是前面使用4.24打包,是可以上传的。
有没有大佬知道这是uniapp 打包的问题,还是插件有问题的?
展开
评论
有没有ios大佬的?
使用hbuilder x 4.45打包了一个ios,上传的时候提示:
Validation failed (409)
Invalid Bundle Executable. The executable file 'HBuilder.app/Frameworks/SVGAPlayer.framework/SVGAPlayer'contains incomplete bitcode.To compilebinaries with complete bitcode,open Xcode and choose Archive in the Product menu.

但是前面使用4.24打包,是可以上传的。
有没有大佬知道这是uniapp 打包的问题,还是插件有问题的?
展开
10
有没有大佬拿到过政府垫资的呢?
评论
有没有大佬拿到过政府垫资的呢?
评论
下一页
个人成就
文章被点赞 194
文章被阅读 45,078
掘力值 3,417
收藏集
17
关注标签
4
加入于