Is there any possibility to develop Watch apps without Swift in the long run? I get the message that WatchKit storyboards are deprecated.
Regards,
Hardy
Selecting any option will automatically load the page
Post
Replies
Boosts
Views
Activity
Whenever I add Doxygen comments in C++ source files like:
/** @name Title
* @{ */
/** @} */
Xcode feels obliged to add an asterisk after the last */ sequence like:
/** @name Title
* @{ */
/** @} */*
How can I stop Xcode for doing so?
There have been a few posts related the same issue but I have not seen a solution: when using SQLite in a sandboxed app the database's journal file cannot be opened. What kind of sqlite database naming, entitlements, info-plist settings etc. are required to let SQLite open a journal file?