Right now I'm using AIR SDK 19 and can't seem to get anything working when using a higher version of the SDK. I can provide more information but here's my setup: - MAC computer , OSX 10.11.4 - empty mobile (literally nothing in constructor) app targeted for Ios and debugging on Ipad3 (ios 8.4.1). - valid dev certificate and profile. - All AIR SDKs from 17 to 22 beta. - After each test, FB is closed and SDK is changed to higher version. compile with sdk 17: success compile with sdk 18: success compile with sdk 19: success compile with sdk 20: failed with 'applicationVerificationFailed' compile with sdk 21: failed with (no such file or directory) compile with sdk 22 beta: success Adding a simple ane (email) with 2 lines of code to make the email view appear: compile with sdk 17: success, email shown compile with sdk 18: success, email shown compile with sdk 19: success, email shown compile with sdk 20: failed with 'applicationVerificationFailed' compile with sdk 21: failed with (no such file or directory) compile with sdk 22 beta: success, , email crashes the app I can even show the video of all those tests. After reading the release notes of 20, 21, 22 I can't seem to find anything that could account for such a result. No new way it seems to build ane is required, no new way to setup ios project is required, same thing on Apple side. So I can't find any reason as to why 20, 21, 22 can't work out of the box. Anyone as any clue here?
... View more