PitchDetector icon indicating copy to clipboard operation
PitchDetector copied to clipboard

64 bits compatibility and deprecated code RIOInterface / Settings / CAStream

Open dsnl opened this issue 11 years ago • 2 comments

I am using part of the code in an iPhone app. This worked for more than 2 years without a problem. But since i needed to make an update because of the advertising platform I was faced with the dated code.

To be able to compile it using xcode 6.1 for IOS 8.1 SDK I need to specifiy Compiler Flags (-fno-obj-arc) to overcome ARC conficts with RIOInterface.mm and Settings.m.

But due to a recent note of Apple alls apps submitted after february 1st 2015 must include 64 architecture compatibility I did some tests to make it compatible. Eventually I decided to not include it for now because I like the have this update live asap.

I will now invest some time to make the interface 64 bits compatible. But first I would like to know if someone already started with this and is willing to commit? Thanks.

dsnl avatar Dec 07 '14 16:12 dsnl

I am also want to know the arc corresponding ways of RIOInterface. I'm having problems with stuck in iPhone6.

tichise avatar Jan 19 '15 13:01 tichise

If you intent to publish your app before 1st of February 2015 you can use the compiler flags. This disables ARC for the two files. See attachment where and how to set this up. compiler-flags

dsnl avatar Jan 19 '15 14:01 dsnl