Tony M
Member
Hi, I have come across an issue with trying to build to iOS. When I try to build with GooglePlayServicesExtension added, I get the following error when trying to build on XCode:
Undefined Symbol: _OBJC_CLASS_$_PACConsentForm
Undefined Symbol: _OBJC_CLASS_$_PACConsentInformation
If I remove the extension and try to compile, the error goes away (no other changes to the code) and I can run it on my iPad no problems.
This means I cant get Ads and IAPs working on my iOS build of the game. I have been able to get Ads (with EU user consent) and IAPs working on my Android build but this error is stopping me from release on iOS.
I just upgraded to the latest version of GMS2 (v2.2.3.433), removed and re-added GooglePlayServicesExtension (3.1.2), and run Clean before compliling. The version of XCode I am running is also the latest version (10.2.1). I have also tried changing the target within XCode from 8.0 and 9.1 and rerunning but still get the error.
Hoping someone is able to assist.
Undefined Symbol: _OBJC_CLASS_$_PACConsentForm
Undefined Symbol: _OBJC_CLASS_$_PACConsentInformation

If I remove the extension and try to compile, the error goes away (no other changes to the code) and I can run it on my iPad no problems.
This means I cant get Ads and IAPs working on my iOS build of the game. I have been able to get Ads (with EU user consent) and IAPs working on my Android build but this error is stopping me from release on iOS.
I just upgraded to the latest version of GMS2 (v2.2.3.433), removed and re-added GooglePlayServicesExtension (3.1.2), and run Clean before compliling. The version of XCode I am running is also the latest version (10.2.1). I have also tried changing the target within XCode from 8.0 and 9.1 and rerunning but still get the error.
Hoping someone is able to assist.