Hello Adobe experts,
We have a client who is developing an iOS app on Adobe Flash Professional using Adobe AIR SDK 19. At the time of packaging the application on Windows platform, below is the error:
Error occurred while packaging the application:
Undefined symbols for architecture arm64:
"_OBJC_METACLASS_$_SFSafariViewController", referenced from:
_OBJC_METACLASS_$_IMSafariViewController in libcom.inmobi.plugin.adobeair.a(IMSafariViewController.o)
"_OBJC_CLASS_$_SFSafariViewController", referenced from:
_OBJC_CLASS_$_IMSafariViewController in libcom.inmobi.plugin.adobeair.a(IMSafariViewController.o)
ld: symbol(s) not found for architecture arm64
Native extension that the client is using is bundled with Safari Services framework.
In the post below it is mentioned to specify the iOS 9 SDK in the adobe platform (as Adobe SDK is not fully compliant with iOS 9) and it will fix the issue, that worked on MAC. But how do we specify the iOS 9 SDK on Windows?