mconf / bbb-air-client

Mobile client for BigBlueButton and Mconf based on Adobe Air
Other
11 stars 32 forks source link

IOS packaging error #9

Closed blaZ3 closed 8 years ago

blaZ3 commented 8 years ago

When I try to run the app in iPhone I am getting the following error. I`ve added development certificates and device provisioning certificates already.

Error occurred while packaging the application:

ld: framework not found Twitter Compilation failed while executing : ld64

fcecagno commented 8 years ago

Can you let us know what was wrong, @blaZ3?

blaZ3 commented 8 years ago

@fcecagno I am trying to build the project for IOS app via command line using the -platformsdk flag as per this link but am getting the error that Twitter and MessageUI framework is not found (The AirCapabilities.ane used in the project refers to these framework).

I have checked the iPhone sdk framework folder and the MessageUI and Twitter framework exists there.

blaZ3 commented 8 years ago

@fcecagno Fixed the issue, I was using the wrong version of adt to build and also had to remove the -platformsdk flag while building from CLI

fcecagno commented 8 years ago

@blaZ3 What version of adt are you using now? (just to keep it documented here at the issue)

bhargavms commented 8 years ago

@fcecagno We're using the AIR sdk thats downloaded from here currently http://www.adobe.com/devnet/air/air-sdk-download.html The version number given there is 21.0. Also managed to run the application from the flash builder IDE, and also managed to attach the debugger too.

fcecagno commented 8 years ago

Nice, thanks for your feedback!