gpt4 book ai didi

iphone - XCode错误地加载不在我的项目文件夹中的图像

转载 作者:行者123 更新时间:2023-11-28 20:14:44 25 4
gpt4 key购买 nike

出于某种原因,XCode 的行为非常奇怪。我一直在测试 XCode 加载带有 -hd 后缀的图像的能力,并意识到 Xcode 将加载文件“welcomeBackground.jpg”,无论它是否真的在我的项目文件夹中。

看,下面这段代码在编译时不会崩溃。这是应用程序加载时显示的第一个屏幕。我从我的项目文件夹中删除了文件“welcomeBackground.jpg”,XCode 仍然加载该文件,就好像它在那里一样。

这真的让我很生气。请帮忙?

我 200% 确定我甚至从我的项目文件夹 中删除了文件,但 Xcode 并没有在第 35 行崩溃。

EDIT: To repeat, things I have tried/checked
- Cleaned project
- Deleted Derived Data
- Checked for hidden files in project folder
- Deleted app from iPhone and re-run from XCode
- Deleted the files from my project folder
- Loaded another image "sadhieia.png" and crashed Xcode
because Xcode couldn't find the file (as it does not
exist), and then tried "welcomeBackground.jpg" again
and Xcode somehow finds it.

然而,背景仍在加载...

最佳答案

Cocos2d 中,如果指定的图像不在您的文件夹中,它不会崩溃。相反,它会将 nil 返回给您的 CCSPrite *background
我建议您不要对图像使用 Camelcase。使用小写字母或下划线
尝试删除Derived Data。查看此 how to delete derived data .

关于iphone - XCode错误地加载不在我的项目文件夹中的图像,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18478532/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com