AirFloat icon indicating copy to clipboard operation
AirFloat copied to clipboard

Xcode 8 and iOS 10

Open DavidGLOswald opened this issue 9 years ago • 3 comments

Haven't done much coding in the last 40 years. (basic .fortran 77. DBase. Clipper SQL) I am sure there are easier places to start. But i want the functionality and don't expect it to work without effort (and learning in the process)

first issue :- linker finds duplicated symbol SettingsUpdatedNotification in SettingsViewController.o and AppViewController.o

Where to start as i have just jumped in at The deep end?

I will deal with the depreciations in a later Daymare.

Thank in advance for your help

DavidGLOswald avatar Jul 10 '16 10:07 DavidGLOswald

I dont have a proper solution to those problems but if you are looking for a quick fix for an iOS 10 device, you can move the iOS 10 disk image from xcode beta 8 into xcode 7.

I was able to compile the app and run it successfully from xcode 7 onto a device running the iOS 10 public beta.

Only tested to make sure audio worked (< 5 minutes)

marcus604 avatar Jul 17 '16 00:07 marcus604

thanx ! still trying to move stuff around without breaking things. nearly there.

DavidGLOswald avatar Jul 22 '16 16:07 DavidGLOswald

With Xcode8, I'll need to update this in SettingsViewController.h:

extern NSString *const SettingsUpdatedNotification;

tomchentw avatar Sep 29 '16 13:09 tomchentw