App crash when add Google Conversion Tracking SDK iOS-3.0.0

后端 未结 2 1355
自闭症患者
自闭症患者 2021-01-13 09:48

I am adding GoogleConversionTrackingSDK into my project and then calling the function: [ACTConversionReporter reportWithConversionID:@\"972050884\" label:@\"Bzk1CIzPkA

2条回答
  •  走了就别回头了
    2021-01-13 10:32

    Have you tried to follow Boudewijn P's suggestion from here ?

    Add -ObjC to the "Other Linker Flags" in the build settings. Or, if you get duplicate symbols, just force load the library by adding -force_load to the other linker flags: -force_load path/to/libGoogleConversionTracking.a replace "path/to" appropriately.

提交回复
热议问题