Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't compile in Ios #590

Closed
drcrck opened this issue Nov 4, 2022 · 2 comments
Closed

Can't compile in Ios #590

drcrck opened this issue Nov 4, 2022 · 2 comments
Assignees
Labels
accepted Issue has been accepted and inserted in a future milestone open Some team member is working on this
Milestone

Comments

@drcrck
Copy link

drcrck commented Nov 4, 2022

Hi, with last 3.2.2 version I can't compile anymore my Ios app.
well, i know, Dmvc it's only for server app! but we user mvc.serializer units to manage our objects.

it seems there's now a new unit dependency that include "mvcdframework.pas" in my project. I've done some search and i found this.
image

How i can now use serializer in Ios ?
thanks

@danieleteti
Copy link
Owner

Hi DMVCFramework is not only for server app. Many of the internal libraries can be used on clients as well.
The problem is that MVCFramework.pas is not compilable (by design) on iOS?

@drcrck
Copy link
Author

drcrck commented Nov 7, 2022

Hi Daniele!
no, not only for the initial message.

First problem, it not found "web.apacheHTTP" unit.
so i added "C:\Program Files (x86)\Embarcadero\Studio\22.0\source\internet" at path lib.

but at this time it gives me this error:
[DCC Error] MVCFramework.pas(1979): E2003 Undeclared identifier: 'TISAPIRequest'

image

so there's something more to adjust :(

a little consideration : ok if we'll made it works, perfect!
but if in my "small" app I needs only serializer , it can be "too heavy" compile inside all dmvc core.
there's no any way to decouple serialization and core like older version?
thanks

@danieleteti danieleteti self-assigned this Nov 24, 2022
@danieleteti danieleteti added accepted Issue has been accepted and inserted in a future milestone open Some team member is working on this labels Nov 24, 2022
@danieleteti danieleteti added this to the 3.2.3-radium milestone Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accepted Issue has been accepted and inserted in a future milestone open Some team member is working on this
Projects
None yet
Development

No branches or pull requests

2 participants