Posts

Post marked as solved
9 Replies
Go to build settings in Xcode and add the following in other linker flags. -Wpartial-availability. This will flag any API call as a warning when it's not available on an older macOS version. Another tip is actually developing on the minimum macOS version you're still supporting and keeping the code base in Objective-C. There are some precompiled directives that deal with compiling against different SDK versions with the same code base. So you can actually debug your code on different versions.
Post marked as solved
141 Replies
I do. I can’t connect through WiFi with anything.