skip to Main Content

I can't build my flutter app in Xcode 12.5 (Undefined symbols for architecture x86_64)

I can build my app by flutter run, but I can't in Xcode for Archive. Do anyone know how to fix this? Error Undefined symbols for architecture x86_64: "_pb_encode", referenced from: _nano_two_pass_encoding in GoogleAppMeasurement(encoder_common.o) "_pb_encode_tag_for_field", referenced from: _apmpb_encode_repeated_app_property in GoogleAppMeasurement(apmpb_app_property_encoder.o)…

VIEW QUESTION

Xcode – How can I use swift Viewcontroller through write coding to open the objective-c Viewcontrollerv page?

The error log like below 2021-06-03 09:59:16.251029+0800 testing2[7167:2095191] [Storyboard] Unknown class _TtC8testing218NextViewController in Interface Builder file. Could not cast value of type 'UIViewController' (0x1d8c46428) to 'NextViewController' (0x102a90c50). 2021-06-03 09:59:16.252513+0800 testing2[7167:2095191] Could not cast value of type 'UIViewController' (0x1d8c46428) to 'NextViewController'…

VIEW QUESTION
Back To Top
Search