-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Comments
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 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. |
if it is not necessary, what settings need to be changed?
Thanks!
The text was updated successfully, but these errors were encountered: