fmdb icon indicating copy to clipboard operation
fmdb copied to clipboard

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

Open sicilian-lizard opened this issue 10 months ago • 6 comments

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

Thanks!

sicilian-lizard avatar Feb 12 '25 02:02 sicilian-lizard

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

ccgus avatar Feb 12 '25 22:02 ccgus

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 avatar Feb 13 '25 00:02 sicilian-lizard

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

sicilian-lizard avatar Feb 13 '25 01:02 sicilian-lizard

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?

sicilian-lizard avatar Feb 13 '25 01:02 sicilian-lizard

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

ccgus avatar Feb 13 '25 04:02 ccgus

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.

sicilian-lizard avatar Feb 13 '25 04:02 sicilian-lizard