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

ADDON_FRAMEWORKS on iOS broken #63

Open
danomatika opened this issue Jan 19, 2015 · 0 comments
Open

ADDON_FRAMEWORKS on iOS broken #63

danomatika opened this issue Jan 19, 2015 · 0 comments

Comments

@danomatika
Copy link
Contributor

Moving issue from openframeworks/openFrameworks#2412

Generating an iOS project with frameworks results in a corrupted project which gives the following error:

Project /Users/dano/src/openFrameworks/addons/ofxMidi/exampleIOS/exampleIOS.xcodeproj 
cannot be opened: -[PBXBuildFile group]: unrecognized selector sent to instance
0x7f9202bf22a0

This is from testing the exampleIOS project in ofxMidi.

Also, digging into the iOS framework issue, I noticed that the wrong path is being set:

/System/Library/Frameworks/CoreMIDI.framework

This works fine on OS X, but the path is wrong for iOS since it looks for relative paths inside the iOS SDK folder. It should be the same without the beginning slash:

System/Library/Frameworks/CoreMIDI.framework

This is set on line 1042 in xcodeProject.cpp.

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

1 participant