-
Notifications
You must be signed in to change notification settings - Fork 131
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
Build Warnings - iOS 12 and above #293
Comments
If you want to add compiler directives to silence the warnings, you can. I am happy to include those via a PR.
Removing the warnings by changing the code is not really an option, because on older OSes the deprecated code is the only option there is. The warnings also don’t appear when you build Ensembles in isolation, because it targets early deployment targets.
Kind regards,
Drew
… On 29 Dec 2020, at 04:22, David Wilson ***@***.***> wrote:
Hi Drew...
I have a bunch of build warnings with Ensembles for iOS. My Deployment target is 12.0. Perhaps it shouldn't be?
Are these planned to be cleaned up?
What's the best way to get these addressed?
I can attempt to offer some assistance if that's the right thing to do?
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
If you want to add compiler directives to silence the warnings, you can. I am happy to include those via a PR
Could you explain PR for me please.
Understood regarding changing the code because of support for older OSes.
- David
… On 29/12/2020, at 10:13 PM, Drew McCormack ***@***.***> wrote:
If you want to add compiler directives to silence the warnings, you can. I am happy to include those via a PR.
Removing the warnings by changing the code is not really an option, because on older OSes the deprecated code is the only option there is. The warnings also don’t appear when you build Ensembles in isolation, because it targets early deployment targets.
Kind regards,
Drew
> On 29 Dec 2020, at 04:22, David Wilson ***@***.***> wrote:
>
>
> Hi Drew...
>
> I have a bunch of build warnings with Ensembles for iOS. My Deployment target is 12.0. Perhaps it shouldn't be?
> Are these planned to be cleaned up?
> What's the best way to get these addressed?
> I can attempt to offer some assistance if that's the right thing to do?
>
>
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#293 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABVCN76LCGXMUN2UFX52Z3SXGMS3ANCNFSM4VMXQYCQ>.
|
Pull Requests are how open source generally works with contributions. You make your own fork of the master branch at GitHub. You make the changes and commit them your branch. Then you make a pull request and I can accept the changes. You can probably Google how to do these steps.
Kind regards,
Drew
… On 29 Dec 2020, at 10:22, David Wilson ***@***.***> wrote:
> If you want to add compiler directives to silence the warnings, you can. I am happy to include those via a PR
Could you explain PR for me please.
Understood regarding changing the code because of support for older OSes.
- David
> On 29/12/2020, at 10:13 PM, Drew McCormack ***@***.***> wrote:
>
>
> If you want to add compiler directives to silence the warnings, you can. I am happy to include those via a PR.
>
> Removing the warnings by changing the code is not really an option, because on older OSes the deprecated code is the only option there is. The warnings also don’t appear when you build Ensembles in isolation, because it targets early deployment targets.
>
> Kind regards,
> Drew
>
> > On 29 Dec 2020, at 04:22, David Wilson ***@***.***> wrote:
> >
> >
> > Hi Drew...
> >
> > I have a bunch of build warnings with Ensembles for iOS. My Deployment target is 12.0. Perhaps it shouldn't be?
> > Are these planned to be cleaned up?
> > What's the best way to get these addressed?
> > I can attempt to offer some assistance if that's the right thing to do?
> >
> >
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub, or unsubscribe.
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub <#293 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABVCN76LCGXMUN2UFX52Z3SXGMS3ANCNFSM4VMXQYCQ>.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
PR=Pull Request. Doh.
Not doing this often enough to make the translation.
Thank you. I’ll see how I get on in the next couple of days (my day may be spoken for tomorrow).
- David
… On 29/12/2020, at 10:28 PM, Drew McCormack ***@***.***> wrote:
Pull Requests are how open source generally works with contributions. You make your own fork of the master branch at GitHub. You make the changes and commit them your branch. Then you make a pull request and I can accept the changes. You can probably Google how to do these steps.
Kind regards,
Drew
> On 29 Dec 2020, at 10:22, David Wilson ***@***.***> wrote:
>
>
> > If you want to add compiler directives to silence the warnings, you can. I am happy to include those via a PR
>
> Could you explain PR for me please.
>
> Understood regarding changing the code because of support for older OSes.
>
> - David
>
> > On 29/12/2020, at 10:13 PM, Drew McCormack ***@***.***> wrote:
> >
> >
> > If you want to add compiler directives to silence the warnings, you can. I am happy to include those via a PR.
> >
> > Removing the warnings by changing the code is not really an option, because on older OSes the deprecated code is the only option there is. The warnings also don’t appear when you build Ensembles in isolation, because it targets early deployment targets.
> >
> > Kind regards,
> > Drew
> >
> > > On 29 Dec 2020, at 04:22, David Wilson ***@***.***> wrote:
> > >
> > >
> > > Hi Drew...
> > >
> > > I have a bunch of build warnings with Ensembles for iOS. My Deployment target is 12.0. Perhaps it shouldn't be?
> > > Are these planned to be cleaned up?
> > > What's the best way to get these addressed?
> > > I can attempt to offer some assistance if that's the right thing to do?
> > >
> > >
> > >
> > > —
> > > You are receiving this because you are subscribed to this thread.
> > > Reply to this email directly, view it on GitHub, or unsubscribe.
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub <#293 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABVCN76LCGXMUN2UFX52Z3SXGMS3ANCNFSM4VMXQYCQ>.
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub, or unsubscribe.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub <#293 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABVCN2LMVTOP5A5KIID4OTSXGOLDANCNFSM4VMXQYCQ>.
|
I have already used directives to silence warnings in other places. You can search for “push” or “pop” to find these places, and how best to do it.
Kind regards,
Drew
… On 29 Dec 2020, at 10:31, David Wilson ***@***.***> wrote:
PR=Pull Request. Doh.
Not doing this often enough to make the translation.
Thank you. I’ll see how I get on in the next couple of days (my day may be spoken for tomorrow).
- David
> On 29/12/2020, at 10:28 PM, Drew McCormack ***@***.***> wrote:
>
>
> Pull Requests are how open source generally works with contributions. You make your own fork of the master branch at GitHub. You make the changes and commit them your branch. Then you make a pull request and I can accept the changes. You can probably Google how to do these steps.
>
> Kind regards,
> Drew
>
> > On 29 Dec 2020, at 10:22, David Wilson ***@***.***> wrote:
> >
> >
> > > If you want to add compiler directives to silence the warnings, you can. I am happy to include those via a PR
> >
> > Could you explain PR for me please.
> >
> > Understood regarding changing the code because of support for older OSes.
> >
> > - David
> >
> > > On 29/12/2020, at 10:13 PM, Drew McCormack ***@***.***> wrote:
> > >
> > >
> > > If you want to add compiler directives to silence the warnings, you can. I am happy to include those via a PR.
> > >
> > > Removing the warnings by changing the code is not really an option, because on older OSes the deprecated code is the only option there is. The warnings also don’t appear when you build Ensembles in isolation, because it targets early deployment targets.
> > >
> > > Kind regards,
> > > Drew
> > >
> > > > On 29 Dec 2020, at 04:22, David Wilson ***@***.***> wrote:
> > > >
> > > >
> > > > Hi Drew...
> > > >
> > > > I have a bunch of build warnings with Ensembles for iOS. My Deployment target is 12.0. Perhaps it shouldn't be?
> > > > Are these planned to be cleaned up?
> > > > What's the best way to get these addressed?
> > > > I can attempt to offer some assistance if that's the right thing to do?
> > > >
> > > >
> > > >
> > > > —
> > > > You are receiving this because you are subscribed to this thread.
> > > > Reply to this email directly, view it on GitHub, or unsubscribe.
> > > —
> > > You are receiving this because you authored the thread.
> > > Reply to this email directly, view it on GitHub <#293 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABVCN76LCGXMUN2UFX52Z3SXGMS3ANCNFSM4VMXQYCQ>.
> > —
> > You are receiving this because you commented.
> > Reply to this email directly, view it on GitHub, or unsubscribe.
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub <#293 (comment)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AABVCN2LMVTOP5A5KIID4OTSXGOLDANCNFSM4VMXQYCQ>.
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub, or unsubscribe.
|
This is weird. I've performed the clone from githib (as previously I'd been downloading... unzipping ...)... deleted the iOS.xcodeproj from my project and dragged in the new one (from the now cloned download)... and deleted and added the ensembles.framework ... and I don't have the warnings I had before. I've check the deployment targets and they are set to iOS 12 for my project and ensembles. ... [60 mins later...] and now the warnings are back. Still haven't figured out why... I'mm mask out the warnings now/today. This is new...
|
OK, I've ignored the warnings for deprecated code. CDEObjectChange.propertyChangeValues is using a nil or insecure value transformer. Please switch to NSSecureUnarchiveFromDataTransformerName or a custom NSValueTransformer subclass of NSSecureUnarchiveFromDataTransformer [2]
|
Pull Request created. |
Hi Drew...
I have a bunch of build warnings with Ensembles for iOS. My Deployment target is 12.0. Perhaps it shouldn't be?
Are these planned to be cleaned up?
What's the best way to get these addressed?
I can attempt to offer some assistance if that's the right thing to do?
The text was updated successfully, but these errors were encountered: