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.2 does not allow plugins anymore #1

Open
mulle-nat opened this issue Dec 14, 2016 · 3 comments
Open

Xcode 8.2 does not allow plugins anymore #1

mulle-nat opened this issue Dec 14, 2016 · 3 comments
Labels

Comments

@mulle-nat
Copy link
Member

See: Xcode 8 won't load plug-ins · Issue #475

mulle-clang-add-to-xcode.sh doesn't work anymore for Xcode 8.2.

TODO:

  1. Remove obsolete .xcodeproj files from projects
  2. Add documentation how to create .xcodeproj files via cmake with mkdir build-xcode.d ; cd build-xcode.d ; cmake -G "Xcode" .. ; open *.xcodeproj
  3. Remove obsolete shell script from distribution
@mulle-nat mulle-nat added the bug label Dec 14, 2016
@3a4oT
Copy link
Member

3a4oT commented Dec 14, 2016

@mulle-nat based on our slack conversation we also need to modify CMakeLists.txt.

add_library( MulleObjCStandalone SHARED
src/MulleObjCStandalone.m
${HEADERS}
${DEF_FILE}
)

@mulle-nat
Copy link
Member Author

Ideally make it a pull request for the MulleObjC repository. That would be good for your other changes too.

@3a4oT
Copy link
Member

3a4oT commented Dec 14, 2016

mulle-objc/MulleObjC#1

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

No branches or pull requests

2 participants