xxxx.h file not found (cocoapods導入的第三方庫)
切換到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 重名異常:有可能該框架即手動導入了一次,又使用cocoapods導入了一次
invalid mode 'kCFRunLoopCommonModes'
xib或者storyboard 關聯的IB 錯誤
c++ 混編 導致的 nsobjcruntime unnokwn type nsstring
-- 解決方法:.cpp --> .mm