mconf / bbb-air-client

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

Error while building for IOS #10

Closed blaZ3 closed 8 years ago

blaZ3 commented 8 years ago

@fcecagno Hi i am using the mconf bbb-air-client it works well but when i try to build for IOS am getting some errors in the AirCompatability ANE -ios_version_min is undefined

Error occurred while packaging the application:

ld: unknown option: -ios_version_min Compilation failed while executing : ld64

LucasMFreire commented 8 years ago

Hi @blaZ3

I´ve never seen this error before. Some references I could find are this (see number 18) and this (see comments section).

Apparently it could be a problem with your sdk version. Which flex sdk version are you using?

Are you compiling on a Mac? Can you build it for the iOS emulator?

cherishsantosh commented 8 years ago

Hey @LucasMFreire I am also facing same problem, I am using Windows 7, building for iOS. My flex SDK Version is 4.6, any solution for this.

fcecagno commented 8 years ago

@cherishsantosh Have you tried to look at the references @LucasMFreire suggested in the previous comment?

@blaZ3 Were you able to fix the issue? Could you please share your findings?

blaZ3 commented 8 years ago

@fcecagno no I was not able to fix the issue. I am trying to build on a MAC. I tried to build via CLI with the -platformsdk flag also, but am getting the same error.

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