xxxx.h file not found (cocoapods導(dǎo)入的第三方庫)
切換到Generic iOS Device 編譯一次就好了
Undefined symbols for architecture x86_64:
"OBJC_CLASS$_XXXXXXXXX", referenced from:
objc-class-ref in CCCCCCCC.o
ld: symbol(s) not found for architecture x86_64
解決:build phases —> compile sources —> 添加XXXXXXXXX.m文件
diff: /../Podfile.lock: No such file or directory
diff: /Manifest.lock: No such file or directory
error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.
解決:1沫换、刪除文件Podfile.lock;2垮兑、刪除目錄 Pods;3系枪、pod install
frameworks with conflicting names
cocoapods 重名異常:有可能該框架即手動導(dǎo)入了一次磕谅,又使用cocoapods導(dǎo)入了一次
invalid mode 'kCFRunLoopCommonModes'
xib或者storyboard 關(guān)聯(lián)的IB 錯(cuò)誤
c++ 混編 導(dǎo)致的 nsobjcruntime unnokwn type nsstring
-- 解決方法:.cpp --> .mm