Skip to content
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

Xcode 8 and iOS 10 #58

Open
DavidGLOswald opened this issue Jul 10, 2016 · 3 comments
Open

Xcode 8 and iOS 10 #58

DavidGLOswald opened this issue Jul 10, 2016 · 3 comments

Comments

@DavidGLOswald
Copy link

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

@marcus604
Copy link

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)

@DavidGLOswald
Copy link
Author

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

@tomchentw
Copy link

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

extern NSString *const SettingsUpdatedNotification;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants