We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
See: Xcode 8 won't load plug-ins · Issue #475
mulle-clang-add-to-xcode.sh doesn't work anymore for Xcode 8.2.
.xcodeproj
mkdir build-xcode.d ; cd build-xcode.d ; cmake -G "Xcode" .. ; open *.xcodeproj
The text was updated successfully, but these errors were encountered:
@mulle-nat based on our slack conversation we also need to modify CMakeLists.txt.
CMakeLists.txt
add_library( MulleObjCStandalone SHARED src/MulleObjCStandalone.m ${HEADERS} ${DEF_FILE} )
Sorry, something went wrong.
Ideally make it a pull request for the MulleObjC repository. That would be good for your other changes too.
mulle-objc/MulleObjC#1
No branches or pull requests
mulle-clang-add-to-xcode.sh doesn't work anymore for Xcode 8.2.
TODO:
.xcodeproj
files from projects.xcodeproj
files via cmake withmkdir build-xcode.d ; cd build-xcode.d ; cmake -G "Xcode" .. ; open *.xcodeproj
The text was updated successfully, but these errors were encountered: