Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have a FMDB.bundle file in my app package, is it normal? #878

Open
sicilian-lizard opened this issue Feb 12, 2025 · 6 comments
Open

I have a FMDB.bundle file in my app package, is it normal? #878

sicilian-lizard opened this issue Feb 12, 2025 · 6 comments

Comments

@sicilian-lizard
Copy link

if it is not necessary, what settings need to be changed?

Thanks!

@ccgus
Copy link
Owner

ccgus commented Feb 12, 2025

Well, did you put it there? Are you using FMDB?

@sicilian-lizard
Copy link
Author

I am using FMDB 2.7.10 with Xcode 14.2. Cleaned up build folder, and a new FMDB.bundle file was recreated in the app_package/resources folder.

I remember I once tweaked the search path to 'recursive' to solve a failed build in an early version, I don't if this is related.

Thanks for your help!

@sicilian-lizard
Copy link
Author

Updated to FMDB 2.7.12 and now the file is: FMDB_Privacy.bundle

@sicilian-lizard
Copy link
Author

sicilian-lizard commented Feb 13, 2025

Did the following:

pod deintegrate
deleted all Xcode config settings
pod init
pod install (now 2.7.12)

Now I get a 'FMDatabase.h' file not found error.

update: changed the FMDB search settings to 'recursive', rebuilt, the 'FMDB_Privacy.bundle' is still there.

Is it safe just to delete the file from the app bundle?

@ccgus
Copy link
Owner

ccgus commented Feb 13, 2025

Sure. FMDB was meant to be used from source, and I always recommend folks just add the .m and .h files to their projects.

@sicilian-lizard
Copy link
Author

Thanks, ccgus, for your great work and help.

Just curious why there is this 'FMDB_Privacy.bundle' file there in the app bundle, and I don't remember it was there.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants