开发者

Unable to remove Settings.bundle

开发者 https://www.devze.com 2023-01-07 18:19 出处:网络
My app used to use the Settings.bundle to load settings from the user, but then I changed it to have the settings in the application. I have all the code completed, and it works. The next step is to r

My app used to use the Settings.bundle to load settings from the user, but then I changed it to have the settings in the application. I have all the code completed, and it works. The next step is to remove any of the code for the settings.bundle.

I have removed the code, and the settings.bundle itself, but when I compile, I still get the same bundle shows up in the settings app. Did I forget to remove something? or i开发者_开发百科s this some type of glitch?


Clean your project and rebuild it - during simple build xcode may just update executable in application bundle but don't touch old resources/bundles in it.

0

精彩评论

暂无评论...
验证码 换一张
取 消