mulle-objc / mulle-objc-developer

🎩 mulle-objc developer kit for mulle-sde
BSD 3-Clause "New" or "Revised" License
13 stars 1 forks source link

Xcode 8.2 does not allow plugins anymore #1

Open mulle-nat opened 7 years ago

mulle-nat commented 7 years ago

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
3a4oT commented 7 years ago

@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 commented 7 years ago

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

3a4oT commented 7 years ago

https://github.com/mulle-objc/MulleObjC/pull/1