我在我的项目中实现了map sdk,但是当我去导入 let fetchProfileQuery : String = "SELECT IFNULL(USER_NAME,''),IFNULL(EMAIL_ADD,''),IFNULL(ADDRESS,''),IFNULL(DOB,''),IFNULL(PHONE_NUMBER,'') FROM TBL_PROFILE"
let fetchProfileLog = appDelegate.dbController.executeQuery(fetchProfileQuery).objectAtIndex(0)
CommonClass_ViewController.writeInDebugFile("ViewController Name :- ProfileViewController , Method_Name : - fetchProfileData() , Query_Details : - \(fetchProfileQuery) , \(fetchProfileLog.count)")
时
那个时候我得到一个错误,就是模糊地使用' count'在
在线以下
#import <NMAKit/NMAKit.h>
如果我删除头文件GridSearchCV
,那么它的工作正常。