gpt4 book ai didi

ios - 为什么我的应用程序在我调用 objectForInfoDictionaryKey : CFBundleShortVersionString 时崩溃

转载 作者:行者123 更新时间:2023-11-29 03:06:39 24 4
gpt4 key购买 nike

我正在尝试使用以下方法获取应用程序的版本号:

NSString * version = [[NSBundle mainBundle] objectForInfoDictionaryKey: @"CFBundleShortVersionString"];

但它因以下错误而崩溃:

[NSString stringWithUTF8String:]: NULL cString

我做错了什么?

最佳答案

检查您的 info.plist 以确保设置了短版本 (CFBundleShortVersionString) 或 (Bundle versions string, short)。

你的代码没问题。但你也可以这样调用它:

NSString * version = [[[NSBundle mainBundle] infoDictionary] objectForKey:@"CFBundleShortVersionString"];

关于ios - 为什么我的应用程序在我调用 objectForInfoDictionaryKey : CFBundleShortVersionString 时崩溃,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/22697328/

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