-
JPUSHService 极光推送
"OBJC_CLASS$_JPUSHService", referenced from:
解决办法:
将运行环境release改成debug即可。
-
cocoapods
①、error: Unable to load contents of file list: ''.../Pods/Target Support Files/Pods-xxx/Pods-xxx-frameworks-Debug-input-files.xcfilelist' (in target 'xxx')
②、error: Unable to load contents of file list: ''.../Pods/Target Support Files/Pods-xxx/Pods-xxx-frameworks-Debug-output-files.xcfilelist' (in target 'xxx')
解决办法:
进入项目中的TARGETS中,依次点击进入Build Phases--Copy Pods Resources,将Input File Lists或Output File Lists下的报错文件删除即可。











网友评论