-
JPUSHService 極光推送
"OBJC_CLASS$_JPUSHService", referenced from:

解決辦法:
將運(yùn)行環(huán)境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')
解決辦法:
進(jìn)入項(xiàng)目中的TARGETS中,依次點(diǎn)擊進(jìn)入Build Phases--Copy Pods Resources,將Input File Lists或Output File Lists下的報(bào)錯(cuò)文件刪除即可。
