I’m trying to implement push notifications using Kastri’s FCMRebooted example as a basis. So far I have got it working well on Android, however I keep getting this error when I try and compile for iOS …
[DCC Error] E2597 ld: file not found: nanoPB
I was using Firebase 6.18.0 SDK that came with Kastri, but then realised that 11.2.0 was specified in the readme for the example. I am getting the above error with both SDK’s.
I currently have $(Firebase)\FirebaseAnalytics\nanopb.xcframework\ios-arm64 in my search path.
Using Delphi 13.
Any thoughts or suggestions on how to resolve this error?
I recommend joining the DelphiWorlds Slack group and asking in there. It’s run by Dave Nottage, the writer of Kastri. It’s packed full of people who create mobile apps using Delphi + Kastri.
When I was going through the instructions I didn’t see the distinction between the two … I never actually knew there was a “framework search path”, so just thought it meant the normal search path.
Thank again for your help and for your work with Kastri.