orlandos-nl / BSON

Native Swift library for BSON (http://bsonspec.org)
https://orlandos.nl/docs/mongokitten/articles/bson
MIT License
109 stars 35 forks source link

Cannot load module #61

Closed d0hnj0e closed 2 years ago

d0hnj0e commented 4 years ago

When trying to build, I always receive the error <unknown>:0: error: cannot load module 'BSON' as 'bson'.

Could one kindly assist? Any help much appreciated!

Joannis commented 4 years ago

@d0hnj0e Does this error occur in your codebase, or MongoKitten's? If it's your codebase, make sure that BSON is spelled exactly like that, with only capital letters. When importing MongoKitten, BSON is imported as part of the MongoKitten dependency. It's an exported dependency, because BSON is used so commonly throughout MongoKitten.