- 博客(1031)
- 资源 (1)
- 收藏
- 关注
原创 ITMS-90899: Macs with Apple silicon support issue
ITMS-90899 : how to select macOS 12.4 or macOS 12.5 when submitting iOS app - Developer
2024-10-09 21:24:32 1426
原创 iOS swift5 苹果app审核被拒 1.4.1
应用程序必须明确披露数据和方法,以支持与健康测量相关的准确性声明,如果准确性水平或方法无法验证,我们将拒绝您的应用程序。要解决此问题,请提供上述要求的文档,并在App Store Connect中更新应用程序的描述,以包含所需的医疗免责声明。-更新应用程序的描述,以包含一个免责声明,提醒用户除了使用此应用程序外,在做出任何医疗决定之前,还要寻求医生的建议。如果您的医疗应用程序已获得监管许可,请与您的应用程序一起提交该文档的链接。-提供来自适当监管机构的文件,证明应用程序使用的医疗硬件的监管许可。
2024-10-09 10:04:56 602
原创 pod init报错PBXGroup attempted to initialize an object with unknown ISA PBXFileSystemSynchronizedRootG
【代码】pod init报错Searching for inspections failed: undefined method `map' for nil:NilClass。
2024-09-25 15:58:32 353
原创 ios swift5 蓝牙广播出数据
用CBAdvertisementDataServiceDataKey和CBAdvertisementDataManufacturerDataKey都不行。
2024-07-11 21:40:06 102
原创 ios swift5 视频播放 播放视频失败 无法播放HEVC (H.265) 格式的视频 H.264格式的可以播放
Main thread blocked by synchronous property query on not-yet-loaded property (PreferredTransform) for HTTP(S) asset. This could have been a problem if this asset were being read from a slow network.Asset is not playable
2024-06-22 16:01:50 323
原创 nRF Connect固件升级 OTA DFU Library for Mac and iOS, compatible with nRF5x SoCs
参考链接:NordicSemiconductor/IOS-DFU-Library - github
2024-06-16 23:11:09 362
原创 ios swift5 xcode15.4 Error Domain=NEHotspotConfigurationErrorDomain Code=8 “internal error.“
Failed to send a 9 message to nehelper: <dictionary: 0x2033a7440> { count = 1, transaction: 0, voucher = 0x0, contents =“XPCErrorDescription” => <string: 0x2033a75d8> { length = 18, contents = “Connection invalid” }}NEHotspotConfigurati
2024-06-03 22:44:36 448 1
原创 ios swift 无法获取WiFi信息 nehelper sent invalid result code [1] for Wi-Fi information request
参考博客:nehelper sent invalid result code [1] for Wi-Fi information request - 简书
2024-06-03 19:36:36 726 1
原创 ios swift5 UI布局safeAreaLayoutGuide make.bottom.equalTo(view.safeAreaLayoutGuide)
【代码】ios swift5 UI布局safeAreaLayoutGuide make.bottom.equalTo(view.safeAreaLayoutGuide)
2024-05-29 22:21:22 221
原创 iOS swift5 AWS直播 WebRTC SDK for iOS Kinesis Video Streams
WebRTC SDK for iOS - AWSAmazon Kinesis Video iOS WebRTC Sample - github
2024-05-21 22:35:13 272
原创 ios swift5 codable字典转模型,第三方库SmartCodable
SmartCodable - github参考博客:SmartCodable - Swift数据解析的智能解决方案 简书
2024-05-21 12:37:25 657
原创 Xcode15.4 新建项目pod第三方库后编译报错 Sandbox:rsync.sanba(xxx) deny(1) file-write-create xxx
参考博客:Xcode15 新建项目编译报错 Sandbox:rsync.sanba deny(1) file-write-create xxx - 简书
2024-05-19 02:12:36 878
原创 ITMS-91053: Missing API declaration问题解决(2024.4.8)
2024-03-18,发布后收到苹果的邮件警告 - 简书ITMS-91053: Missing API declaration问题解决 - 简书
2024-04-09 11:21:00 1899 2
原创 ios swift5 “Sign in with Apple“(使用苹果登录)怎样接入(第三方登录)集成AppleID登录
在 “Signing & Capabilities”(签名与能力)选项卡中,确保你的应用已启用 “Sign in with Apple”(使用苹果登录)功能。集成苹果登录 SDK: 在你的应用中集成苹果登录 SDK。确保在需要使用苹果登录功能的视图控制器中导入该框架,并按照苹果的文档进行配置。实现登录流程: 在你的应用中添加适当的按钮或页面,用于触发苹果登录流程。苹果开发者账号: 确保你有一个苹果开发者账号,因为在使用苹果登录功能之前,你需要在苹果开发者网站上注册你的应用,并创建相应的身份验证密钥。
2024-04-08 09:25:02 2088 1
原创 xcode Package Dependencies 删除 package
参考博客(亲测有效):XCODE: 如何删除Package Dependency - 简书
2024-04-07 12:23:55 1165
原创 Xcode15.3 Upload failed XX does not support the minimum OS Version specified in the Info.plist.
我目前是把facebook第三方登录的库(FBSDK)删了,解决这个问题可能是需要更新FBSDK。
2024-04-07 10:48:32 608 1
原创 Xcode15.3 Archive报错:Command SwiftCompile failed with a nonzero exit code(HandyJSON)
参考链接:HandyJSON-github
2024-04-07 09:50:23 1808 1
原创 Xcode Launching “XXX“ is taking longer than expected
如果上面方案不行,选择Xcode->Window->Devices and Simulators(command+shift+2),鼠标右键点击真机设备,选择Unpair Device。解除信任,然后重新拔插手机,重新信任,重启Xcode。进入iOS DeviceSupport目录,删除该真机对应的架构文件(比如iOS15.1,就删除iOS15.1的架构文件),退出Xcode,拔掉手机,重新连接打开Xcode,解决。
2024-03-25 19:33:38 1375
原创 iOS swift XHToast.showCenterWithText不显示
【代码】iOS swift XHToast.showCenterWithText不显示。
2024-02-12 22:39:38 738
原创 iOS swift UISlider改变进度条的高度和圆形滑块的大小
【代码】iOS swift UISlider改变进度条的高度和圆形滑块的大小。
2024-01-14 16:58:37 1675
原创 android studio设置gradle和gradle JDK版本
文章目录1.gradle JDK版本2.gradle版本1.gradle JDK版本file -> project structure -> SDK Location -> Gradle Settings -> Gradle JDK -> Download JDK2.gradle版本file -> project structure -> Project
2024-01-12 08:33:05 2958
原创 Android Studio :Could not resolve all files for configuration ‘:app:debugRuntimeClasspath‘.
Android Studio Hedgehog | 2023.1.1Caused by: org.gradle.api.internal.artifacts.ivyservice.DefaultLenientConfiguration$ArtifactResolveException: Could not resolve all files for configuration ‘:app:debugRuntimeClasspath’.
2023-12-17 09:55:11 670
原创 ios xcode15 navigationController?.navigationBar.isHidden = false无效
隐藏navigationBar后,再调用无效。
2023-09-28 16:30:06 964
原创 iOS Swift 拍照识别数字(Recognizing Text in Images)
TesseractOCRiOS - github(最后一次提交2020.2)SwiftyTesseract - github(最后一次提交2022.4)
2023-09-26 09:57:57 845
原创 iOS swift5 弹出提示文字(停留1~2s)XHToastSwift
【代码】iOS swift5 弹出提示文字(停留1~2s)XHToastSwift。
2023-08-27 23:03:24 995
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人