AirFloat
AirFloat copied to clipboard
Xcode 8 and iOS 10
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
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)
thanx ! still trying to move stuff around without breaking things. nearly there.
With Xcode8, I'll need to update this in SettingsViewController.h:
extern NSString *const SettingsUpdatedNotification;