Have an issue building iOS app. The reason why i create issue here is that the problem occurs when adding Realm Nuget package. I am able to build the app without it.
Additional info:
I'm using Macincloud service to build the app with XCode version 7.3.1
Am i missing something here? Are there any additional work required to make it build?
Thanks
What do you want to achieve?
Build and debug an app using Xamarin Forms with Realm dbExpected Results
Running the app ;)
Unable to build app. example error message from build log in Visual Studio:
Error Native linking error: realm::_impl::AsyncQuery::deliver(realm::SharedGroup&, std::exception_ptr) in libwrappers.a(async_query.o) Test.iOS
1) Create a Blank Xamarin Forms Shared Project
2) install Realm Nuget Package
3) Connect to a Mac
4) See the errors
No custom code. Just a blank app will do to reproduce.
Realm version(s): ? 0.74.1
Xamarin/Visual Studio version: ?
Xamarin.Forms version 2.0.0.6482
Visual Studio 2015 Update 2 (14.0.25123.00)
Which operating system version and device: ?
Windows 10
Haven't notice any difference between devices - all fail
Just wanted to give an update on this one.
Was able to make it work. Changed Deployment Target in Info.plist file from 6.0 to 7.1.
So i guess 6.0 is not supported?
Great. Yes, we support 7 and up. It's annoying that a new Xamarin app created with Visual Studio defaults to 6.0.
Thanks for clarification.
I can see now that You guys mention it in the docs. My bad ;)