FileMaker iOS App SDK + Swift AppDelegate

I updated my “FileMaker iOS App SDK + Swift AppDelegate” walkthrough for Xcode 11. For those familiar with this walkthrough from the old Community, you may remember that (starting with Xcode 10) the command line utility otool is no longer available, rendering my original walkthrough effecitvely useless.

The new walkthrough uses objdump and covers some additional steps regarding the Bridging Header. Check it out. :fire:

https://github.com/starsite/SwiftFM/blob/master/FIAS-Swift-AppDelegate-walkthrough.md

10 Likes

Thanks @bhamm, that‘s an excellent primer. And welcome to the soup!

1 Like

Thank you!