Paolo Pedrielli 0 Posted September 21, 2022 Hi all, I'm trying to deploy my app to iOS Simulator. I have an M1 Pro Mac and the app compiles without issues. But, when it try to deploy, it hangs says 'libmidas.a' missing. I searched in lib folder, in iossimarm64\release folder and it doesn't exists! Also missing sqllite.a! I copied them from iOSDevice64 but it doens't work. Do you have these files in our lib folder? Thanks! Paolo Share this post Link to post
TJO 0 Posted January 7, 2023 Hey Paolo, Did you ever find a solution? I got the same error message: [DCC Error] E2597 ld: file not found: libmidas.a To me it looks like this problem appeared in 2013 as well, when Marco Cantu fixed it with a hotfix: http://www.codenewsfast.com/cnf/thread/0/permalink.thr-ng2027q15321 In my case the app works great on my device, just not on the simulator. TJ Share this post Link to post
TJO 0 Posted January 7, 2023 Turns out that it was already fixed in a patch: https://blogs.embarcadero.com/rad-studio-11-2-alexandria-patch-1-available/ I need to get used looking for the "Patch available" message in the IDE, I guess 😉 Share this post Link to post
Paolo Pedrielli 0 Posted January 8, 2023 Yes, I found it fixed afer applying the path, thanks! Share this post Link to post