Post

Replies

Boosts

Views

Activity

Reply to Module not found error importing framework using SPM package
I am experiencing the same issue. Turning off the auto-generated ObjC header "works" but doesn't seem like the right solution. I think the issue is one the swift package manager side in how it generates its compatibility. The issue for us seems to be Swift-only swift package, imported into Swift framework and used by something exposed to Objective C. This inserts the import in the compatibility header which causes issues.
Mar ’20