Rebuild a third party framework in Xcode -
i have third party framework connect bluetooth device (dice+) app, building ane (adobe native extension) use device in air ios aplication.
to build ane, embed framework, air-ios works armv7 architecture framework "universal" (armv6, armv7 , mac os).
there way repackage framework xcode armv7 architecture framework only?
finally find real solution:
- i unzipped framework file.
- inside there file without extension , folder named headers
- add extension .a file without extension.
- add headers folder , file .a project.
then compile.
indeed when trying generate ipa, got 1 id64 error adobe air, can generate ipa in windows.
difference between framework , static library in xcode4, , how call them
Comments
Post a Comment