Kastri, Firebase, iOS and Push Notifications

Hi all,

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?

Thanks.

Vernon.

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.

1 Like

Thanks Ian. I’ll give that a crack.

1 Like

Search path, or Framework search path? (two different things). See this section of the demo readme

1 Like

Oh yes, I forgot Dave is in this forum, duh… :zany_face:

1 Like

Thanks Dave, that was it.

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. :upside_down_face:

Thank again for your help and for your work with Kastri.

1 Like