在启动Xcode之后,我尝试将我的项目更新为Swift 3,然后我的应用程序崩溃,显示以下消息:
线程1 EXC_BREAKPOINT (code=1,subcode=0x101959bfc)
问题出在这条线上
var list:[PFObject]! = []
(...)
let x = list[indexPath.row - 1]
let text:Int = (x["text"] as! NSArray)[0] as! Int //The line where the error is displayed
控制台只说:
(十一分贝)
我想将值从一个活动发送到另一个活动,但我在第二个活动中得到了空,请解决我的problem.the第一个活动包含blog_info,该博客的详细信息被发送到第二个活动,基于这些值,第二个活动搜索位置。
final ArrayList<Blog> blogList = (ArrayList<Blog>) message
.getResultList("Blog");
for (Blog blog : blogList) {
int i=0;
latitud