- 博客(155)
- 资源 (3)
- 收藏
- 关注
原创 APP转让时提示:您必须移除要转让的 App 的所有构建版本和测试员,并清除“测试信息”下的所有信息
APP转让时提示:您必须移除要转让的 App 的所有构建版本和测试员,并清除“测试信息”下的所有信息
2025-02-26 19:47:29
300
3
原创 Your payments from Apple are on hold. - 202412
出现上面问题的原因是:退款率太高,请优化产品内容,优化内购,降低产品退费率,我的退费率是13%
2024-12-04 10:20:23
446
2
原创 2024-5无法添加以供审核 要开始审核流程,必须提供以下项目
因为这个问题现在遇到的比较少,慢慢会比较多,同时也比较难以解决,所以这个问题的答案,比较简单,但是又不让我作为vip文章,我就不说答案。想知道的可以私信我。可以帮助你排除一个错误答案:完善美国的那个什么欧洲数字付费协议是不行的。无法添加以供审核 要开始审核流程,必须提供以下项目。
2024-05-03 23:39:33
1128
2
原创 SDK does not contain ‘libarclite‘ at the path ‘/Applications/Xcode.app/Contents/Developer/Toolchains
前往文件夹 /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/低版本也会有这个错误,应该是依赖包少了点东西。将下载的arc 文件夹复制到lib文件夹下。即:直接将下载好的解压后粘贴进去即可。打开cmd,黑色的那个。
2024-01-28 00:37:43
13788
原创 2024版 - Mac安装pod (测试环境为M3,其他架构应该类似)
2024版 - Mac安装pod (测试环境为M3,其他架构应该类似)
2023-12-19 17:18:11
12171
4
原创 Invalid bundle. Because your app supports Multitasking on iPad, you need to include the LaunchScreen
先解决问题吧,精细的没有研究为什么。
2023-12-06 16:09:25
3688
原创 AppStore ITMS-90129 The bundle uses a bundle name or display name that is already taken
AppStore ITMS-90129 The bundle uses a bundle name or display name that is already taken
2023-11-20 18:05:23
1497
原创 xcode恢复原来的默认快捷键
key binding中重新创建default,如果不起做用就多创建几次,自己起个名字。我当时遇到的问题是,我把回车和删除弄没了,同时键盘时有电,时没电,所以卡壳了很久。主要我不知道是因为没电导致的。
2023-09-08 17:07:05
2268
原创 报错:Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/arc/libarclite_iphonesimulator.a
新增pod库的时候可能报这个错,修改pod的写法即可,可以使用以下模版:pod xxxpod 'xxxend直接复制替换。
2023-08-11 17:47:22
1878
原创 2023年苹果审核2.3.1 - Guideline 2.3.1 - Performance We discovered that your app contains hidden features.
Guideline 2.3.1 - Performance We discovered that your app contains hidden features.
2023-08-09 15:31:02
6744
3
原创 Cannot assign to ‘self‘ outside of a method in the init family
Cannot assign to 'self' outside of a method in the init family
2023-07-05 16:53:25
444
原创 error in Xcode File not found: arc/libarclite_iphonesimulator.a
arc/libarclite_iphonesimulator.a
2023-06-29 15:05:06
145
原创 idea乱码的相关问题
4 在 IDEA 安装包中的 bin 目录下找到 idea64.exe.vmoptions 文件,打开文件在后面追加 -1 在本地 tomcat 的配置文件中找到 logging.properties 文件设置日志输出的编码为 UTF-8。(上面的4,如果在3->help中添加了,应该4就自动添加了),打开后在后面追加 -2 在IDEA中配置tomcat的 VM options 为 -Dfile.encoding=UTF-8。尝试重启idea,一定要清除浏览器缓存,因为加载的可能是上次没有清除缓存的数据。
2023-06-25 06:57:50
404
原创 新人拿到一个web项目如何使用idea发布运行
新人拿到一个web项目如何使用idea发布运行,如果发布一个idea项目,最全的idea发布项目指南,idea发布运行,web运行。
2023-06-22 07:29:36
4975
1
原创 JSP和HTML的区别
JSP和HTML之间的主要区别在于JSP是一种创建动态Web应用程序的技术,而HTML是用于创建Web页面结构的标准标记语言。简而言之,JSP文件是一个带有Java代码的HTML文件。但是随着深入的学习,发现不知道什么时候起,来了jsp页面,当然学的时候知道为啥,但是过段时间忘了为啥要学这个了,我总结一下为啥要学这个,仅供参考。HTML是客户端技术,提供了一种描述文档中基于文本的信息结构的方法。初学的时候,我们从html开始学起,学习了很多的标签,例如表格,换行,划线等。JSP生成动态网页。
2023-06-21 07:58:02
1910
原创 java.sql.SQLException: An attempt by a client to checkout a Connection has timed out.
翻译一下,连接超时导致数据库没有连接成功。很可能是数据库配置文件错误。(确认下有没有这个数据库,即:看下是不是名字写错了)还有一个原因可能是获取数据库连接超过了配置文件中设置的最大连接数。
2023-06-17 07:53:19
1242
原创 Cannot start compiler The output path is not specified for module day05_dataSource_jdbcTemplate
这个有的时候是自动的,有的时候没有自动成功,在项目的下面创建一个out的文件夹,然后输出目录指向这个out。翻译过来:文件没有输出目录,选择一个就好。可以在项目的位置目录里面去新建这个文件夹。可以尝试在项目中新建out的文件夹。
2023-06-17 07:22:18
340
原创 启动idea配置tomact启动访问过程中可能遇到的问题
但是配置好的tomacat不一定是能通过localhost:80访问到的,确认配置好了就行。其他参考链接:https://blog.youkuaiyun.com/weixin_44579869/article/details/121647812。翻译过来就是web哪里配置的不对,也可以参考上面步骤三的方式,将web.xml和xxx.jsp配置好,就可以访问到了。首先初学者可能一脸懵,不晓得有没有配置成功,不晓得有没有启动成功,下面我讲下流程可能遇到的问题,以及问题的解决方式。可以参考这个流程走一遍。
2023-06-17 07:18:29
517
原创 idea报错,Cannot resolve symbol ‘JDBCUtils‘ 或者 Cannot resolve symbol ‘ junit‘
idea报错,Cannot resolve symbol 'JDBCUtils' 或者 Cannot resolve symbol ' junit'
2023-06-15 07:38:37
1108
原创 打开idea文件左侧有个感叹号,IntelliJ IDEA导入工程文件都是感叹号,不能编译等错误
打开idea文件左侧有个感叹号,IntelliJ IDEA导入工程文件都是感叹号,不能编译等错误
2023-06-15 07:17:27
1925
原创 java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/DB3
java.sql.SQLException: No suitable driver found for jdbc:mysql://localhost:3306/DB3
2023-06-14 08:18:42
2704
原创 Guideline 1.2 - Safety - User Generated Content
Guideline 1.2 - Safety - User Generated Content
2023-06-13 11:08:05
1991
原创 ERROR 1366 (HY000): Incorrect string value: ‘\xE5\xBC\xA0\xE4\xB8\x89‘ for column ‘name‘ at row 1
ERROR 1366 (HY000): Incorrect string value: ‘\xE5\xBC\xA0\xE4\xB8\x89‘ for column ‘name‘ at row 1
2023-06-07 08:40:15
3672
2
原创 已为此帐户禁用 App 转让
已为此帐户禁用 App 转让由于你的帐户出现异常活动,目前无法转让或接收 App。如果你认为这是误报,请联系开发者支持。
2023-05-15 11:25:40
207
原创 Your App Store Connect account requires immediate attention
The information or attachments you provided were not sufficient enough for us to conduct a complete compliance check. To avoid your App Store Connect account from being disabled, provide the information again in a clear and readable format.
2023-04-27 12:07:08
1967
10
原创 UIAlertController弹出框在ipad的时候闪退
reason: 'Your application has presented a UIAlertController () of style UIAlertControllerStyleActionSheet. The modalPresentationStyle of a UIAlertController with this style is UIModalPresentationPopover. You must provide loc
2023-02-24 18:31:45
918
原创 The status of your (iOS) app, “软件名称xxx“, is now “In Review“长时间处于这种状态
The status of your (iOS) app, "软件名称xxx", is now "In Review"长时间处于这种状态
2023-01-25 07:23:07
2681
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人