coobjc icon indicating copy to clipboard operation
coobjc copied to clipboard

fatal error: 'co_queue.h' file not found

Open Chanzd opened this issue 4 years ago • 0 comments

Context and Description

Environment Details

  • coobjc version: 1.2.0
  • iOS version: iOS14.2
  • Xcode version: xcode12.2
  • Other informations: pod 'coobjc', '1.2.0'

Expected behavior

zip里面的cocore在coobjc里面,所以#import “”没问题,但是pod下来的cocore在另一个target里面,应该采取#import<> 也许就不会报错了

Actual behavior

Steps to Reproduce

method call stacks

Chanzd avatar Dec 01 '20 07:12 Chanzd