Nemo

Results 9 comments of Nemo

@6ag hi,are you resolve it?

这是AssetsLibrary和PhotoLibrary两个库同时使用,系统不知道用哪个库引起的警告

自己改下就好了啦 ``` do{ let json = try JSON(data: dataFromString) if json.array == nil { return } for item in json.array! { let ticketTask = TicketTask(json:item) ticketTasks.append(ticketTask) } }catch{ print("Error:\(error)"); return...

![2017-05-19 6 09 34](https://cloud.githubusercontent.com/assets/13228978/26243617/09e57016-3cbf-11e7-8b3a-a0c7b5a915cc.png)

我直接去旧的Xcode 13里拿到`IDEiOSSupportCore.ideplugin`文件并放在报错的位置,完美解决

> Until this is fixed, I added `as any` where needed... some scheme

> > > 看你提交日期写的是2023年2月8日,可能你的问题早已解决。我近期也遇到此问题,我是这样解决的: 删除md-install中的346行到 exit 0 前面一行的代码,然后重新sudo ./md-install就ok了 > > > > > > ![image](https://user-images.githubusercontent.com/58970079/254780693-3fbea002-27b4-4508-a618-510a0c4d3e84.png) > > Build input files cannot be found: '/usr/lib/libc++.dylib', '/usr/lib/libstdc++.dylib'. Did you forget to...

现在有更好的解决方案吗?这个也看过了[issues](https://github.com/Tencent/MLeaksFinder/issues/80),最后一个回复里,可以看到有一个比较好的方案,但是要引入两个库,感觉有点重