Android Studio ios真机调试问题
来源:11-12 Flutter与Native通信-iOS端实战【实战应用】

weixin_慕前端8363570
2019-08-30
您好,老师,我在网上找了好多方法,还是不行,一会好,一会又不行,而且每次到需要在终端执行某段命令才可以真机跑起来,太麻烦了,
这是报的第一个错误
2019-08-30 11:05:29.481 xcodebuild[21201:142180] DTDeviceKit: deviceType from 6a2d52fbbf******88677691 was NULL
这是第二个
/Users//Desktop//build/ios/Debug-iphoneos/Runner.app: resource fork, Finder information, or similar detritus not allowed
Command /usr/bin/codesign failed with exit code 1
有没有彻底的解决办法,求老师指点
写回答
1回答
-
CrazyCodeBoy
2019-09-02
试下:
1.关闭Xcode; 2.打开终端进入到‘DerivedData’目录: cd ~/Library/Developer/Xcode/DerivedData/ 3.在终端输入命令: xattr -rc .
00
相似问题