You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I notice the demo has it's deployment target set to 5.1, but I would need to use the library in a minimum 8.0 environment, so I've checked with the demo and aside from the 'AudioSessionGetProperty is deprecated' errors etc, I get an 'Assigning retained object to unsafe property; object will be released after assignment' in AudioFileReader.mm line 221 - and this seems to be the line which causes the demo app to crash. I got around it by setting line 50 to: strong rather than assign - but have not thought about whether this is just a hacky workaround, since when running it again with a 5.1 environment, it doesn't let me do that....
The text was updated successfully, but these errors were encountered:
If it works, it works. I haven't done any work on this project on a few
years, so whatever you can do to patch it up is appreciated! Please do open
a PR if the solution you found works.
On Thu, Sep 1, 2016 at 9:03 AM jamesalvarez [email protected]
wrote:
I notice the demo has it's deployment target set to 5.1, but I would need
to use the library in a minimum 8.0 environment, so I've checked with the
demo and aside from the 'AudioSessionGetProperty is deprecated' errors etc,
I get an 'Assigning retained object to unsafe property; object will be
released after assignment' in AudioFileReader.mm line 221 - and this seems
to be the line which causes the demo app to crash. I got around it by
setting line 50 to: strong rather than assign - but have not thought about
whether this is just a hacky workaround, since when running it again with a
5.1 environment, it doesn't let me do that....
I notice the demo has it's deployment target set to 5.1, but I would need to use the library in a minimum 8.0 environment, so I've checked with the demo and aside from the 'AudioSessionGetProperty is deprecated' errors etc, I get an 'Assigning retained object to unsafe property; object will be released after assignment' in AudioFileReader.mm line 221 - and this seems to be the line which causes the demo app to crash. I got around it by setting line 50 to: strong rather than assign - but have not thought about whether this is just a hacky workaround, since when running it again with a 5.1 environment, it doesn't let me do that....
The text was updated successfully, but these errors were encountered: