Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试提交我的申请,但被告知该文件不能包含任何空格。为了解决这个问题,我只是重命名了我的 .app 文件,不带空格,压缩它,然后重新提交。我的问题是这是否足够,或者我是否需要在二进制名称中没有空格的情况下重建我的应用程序?
您的解决方案足以解决 Apple 需要没有空格的 zip 文件。您不需要重命名二进制名称。
但是,将来您应该创建不带空格的项目,如果需要空格,可以将plist 文件中的Bundle 显示名称设置为您需要的带空格的名称。