質問

I have created a mobile application for android and ios with Delphi XE5. I needed a custom component, so I created a package and I wrote my component. I wrote a windows application for testing my custom compnent and every thing is OK so far. I add an instance of my component on the Firemonkey mobile form in design time and it shows it correctly. But when I try to run app on IOS Simulator or Android emulator it crashes, I think the problem is caused by not deploying my package along with my app, but I don't know how should I include this package in my mobile app deployment. Any idea?

P.S I know how to deploy database files to Android and IOS

役に立ちましたか?

解決

Run time packages are not supported under iOS. Just statically link your component to your application.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top