how to fix 'MobileCoreServices/MobileCoreServices.h' file not found error in winobjc - winobjc

I want to port my ios app to windows desktop app using winobjc.
I imported my xcode project using vsimporter.exe, and tried to build it.
But it displays error" 'MobileCoreServices/MobileCoreServices.h' file not found".
How to fix it?

Related

I need a solution for RnAlarmNotification.h file not found issue in ios app on xcode

My React native app working fine two days ago but when I installed new library and did pod install then app is not running and showing error "RnAlarmNotification.h file not found" in ios app on xcode.
I tried to run application for implementing Stripe 3ds but app is not running. now I need to solve "RnAlarmNotification.h" file not found issue to further development.
Screen shot the error what issue I am facing.

VS 17.3.0 Preview 2.0 Not paring with Mac - MAUI

I am trying to develop a MAUI application for iOS & Android with Razor Class Library.
While trying to Pair my Mac with Visual Studio I face issue. In log I get below errors
Xamarin.Messaging.Integration.State.IOSServerStateContextExtensions Error: 0 : An error occurred while trying to get the current Xcode location in the connected Mac
Xamarin.VisualStudio.IOS.Messaging.MacOsxVersionValidator Warning: 0 : An unexpected error occurred while trying to get environment information for the connected Mac
When I try to connect without opening any .sln file, I could pair the Mac without any issue. With any project open, I face issue.
Kindly help to resolve the issue.
Please try to clear the XMA cache on the Mac. You can refer to this thread for more details.

UWP app sideload on hockeyapp error: Unable to download JS Bundle

I've built UWP in react-native. When I run it on locale with react-native run-windows command app works fine. Now I've deployed it on Hockeyapp. When I download it on some other system and run there it throws error Unable to download JS Bundle Please check screenshot for more. Can anyone tell where and what I'm missing?
Windows folder structure:

Apple Mach-O Linker error for only one device. Other phone works fine

Xcode is giving me an error when I'm trying to test my app on my iPhone 5. It works perfectly on the iPhone 6 plus. Both are running the same OS and are registered to my developer account.
The specific error is: "can't link with a main executable file" from my derived data folder "for architecture armv7".
I tried updating the last version of X-Code 6, restarting, and cleaning the file with no success.
Any ideas?
Edit:
I found this suggestion: can't link with a main executable file.
When I selected a app name, I now get this error.

Issue with building Apache cordova app for wp8 on win 8 desktop

I am trying to build a simple app using Apache cordova. Things went well for android. However when I try to add the wp8 platform on my win 8 notebook, It show the following error:
Creating Cordova-WP8 Project:
App Name : abc
Namespace : com.sample.abc
Path : C:\Development\abc\platforms\wp8
CREATE SUCCESS : C:\Development\abc\platforms\wp8
ERROR: Could not find 'create.js' in 'bin' folder, aborting..
Could someone please point out what I am doing wrong!
Thanks
Check and see if you have all the system requirement to add and build cordova project
http://cordova.apache.org/docs/en/2.4.0/guide_getting-started_windows-phone-8_index.md.html
Sometime if the proper sdk set up is not present this error may occur.It happened in my case.