在 .h file 中想要 import cocoapods 中的 lib 時,如果找不到,可以在 user header search path 中加上"${PODS_ROOT}/BuildHeaders"
,並設為 recursive。
Reference:
http://stackoverflow.com/questions/12002905/ios-build-fails-with-cocoapods-cannot-find-header-files
一個對世界好奇的iOS Developer,時常玩玩 Android 小綠機器人
在 .h file 中想要 import cocoapods 中的 lib 時,如果找不到,可以在 user header search path 中加上"${PODS_ROOT}/BuildHeaders"
,並設為 recursive。
Reference:
http://stackoverflow.com/questions/12002905/ios-build-fails-with-cocoapods-cannot-find-header-files