Quickstart-ios: where is apm_UTF32Length?

Created on 14 May 2019  路  1Comment  路  Source: firebase/quickstart-ios

I've got an error with crash.

*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFConstantString apm_UTF32Length]: unrecognized selector sent to instance 0x103598930'

I have experience for similar situations that "gtm_httpArgumentsString..."... already fixed it with -force_load.

I didn't using Cocoapods, becuase my environment without Internet Connection.
So I did download frameworks "Firebase-6.0.0.zip" from https://firebase.google.com/docs/ios/setup?hl=ko#frameworks

How can I fix it?

Most helpful comment

Have you added the -ObjC linker flag to Other Linker Flags in Xcode?

>All comments

Have you added the -ObjC linker flag to Other Linker Flags in Xcode?

Was this page helpful?
0 / 5 - 0 ratings