gpt4 book ai didi

ios - 切换到 Xcode 7 后将 null 传递给需要 non_null 参数的被调用方

转载 作者:塔克拉玛干 更新时间:2023-11-02 09:06:20 27 4
gpt4 key购买 nike

我是 Obj-C 的新手,但我正在尝试在 Xcode 7 上构建一些以前在 Xcode 6 中运行的代码。具体来说,我遇到了这个问题:

[_webView loadData:[_text dataUsingEncoding:NSUTF8StringEncoding]
MIMEType:@"application/xml"
textEncodingName:@"utf-8"
baseURL:nil];

我一直收到一条错误消息:

Passing a null to a callee that requires a non_null argument after switch to xcode 7.

我知道这是因为 baseURL,但我不知道我可以通过的替代方案具有相同的效果。谢谢。

最佳答案

[... baseURL: [NSURL URLWithString:@"http://"] ];

摘自 http://iaintheindie.com/2015/08/16/updating-apps-for-ios-9/

问候

关于ios - 切换到 Xcode 7 后将 null 传递给需要 non_null 参数的被调用方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32469677/

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