-
Notifications
You must be signed in to change notification settings - Fork 16
Description
I'm trying to run the extensions demo on my mac. I've followed the four steps that involve "flambe run ios --debug", and it compiles to a degree, then fails with this error:
Undefined symbols for architecture armv7:
"OBJC_CLASS$_SLComposeViewController", referenced from:
objc-class-ref in libcom.freshplanet.AirBurstly.a(GSAdModel.o)
"_SLServiceTypeFacebook", referenced from:
-[GSAdModel handleSocialURL:forNetwork:] in libcom.freshplanet.AirBurstly.a(GSAdModel.o)
-[GSAdModel clickthroughToDestination:] in libcom.freshplanet.AirBurstly.a(GSAdModel.o)
-[GSAdModel fetch] in libcom.freshplanet.AirBurstly.a(GSAdModel.o)
"_SLServiceTypeTwitter", referenced from:
-[GSAdModel handleSocialURL:forNetwork:] in libcom.freshplanet.AirBurstly.a(GSAdModel.o)
-[GSAdModel clickthroughToDestination:] in libcom.freshplanet.AirBurstly.a(GSAdModel.o)
-[GSAdModel fetch] in libcom.freshplanet.AirBurstly.a(GSAdModel.o)
ld: symbol(s) not found for architecture armv7
I've googled various solutions to this, and they all involve making changes in the XCode settings. Problem is, the only way I know to build an Xcode version of this project is by using the "flambe run ios" command. So if I can't build it, I can't try any of those solutions. Is there something else I can put into the .yaml file to fix this? Or any other flambe-based solution?