I have a FMDB.bundle file in my app package, is it normal?
if it is not necessary, what settings need to be changed?
Thanks!
Well, did you put it there? Are you using FMDB?
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!
Updated to FMDB 2.7.12 and now the file is: FMDB_Privacy.bundle
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?
Sure. FMDB was meant to be used from source, and I always recommend folks just add the .m and .h files to their projects.
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.