|
**/*PlayerKit-Swift.h:284:9 (fatal) module 'CSFBAudioEngine' not found #if defined(OBJC) |
Answered by
sbooth
Nov 17, 2025
Replies: 1 comment 1 reply
|
Just to make sure I understand the problem, is the issue happening when |
1 reply
Answer selected by
gaoyingqi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Just to make sure I understand the problem, is the issue happening when
SFBAudioEngineis included in another C/ObjC framework and that framework's Swift bridging header is causing the error when it is imported to a project?