ADALiOS gives error while archiving from xcode - ios

I have integrated ADALiOS into my app. Its woking fine in simulator as well as in device also but while creating a build from Xcode or archiving, it shows an error. Here is the error-
cp:
/Users/shashankmishra/Library/Developer/Xcode/DerivedData/SampleADWorkSpace-bescefcakmluwugktvayiqiqirzz/Build/Intermediates/ArchiveIntermediates/SampleADToken/InstallationBuildProductsLocation/usr/local/lib/Headers/ADALiOS/:
No such file or directory
Please give me some extension or suggestion regarding the same. Any help would be appreciated.
Thanks

Related

Not able to build .ipa file in flutter

I am facing an error when I am trying to build the .ipa file in #Flutter Project and the project is running perfectly when I am using a real iOS device. Please let me know if anyone can connect with me and help me to solve this error - this is my pastebin code mDRHdD1W

React Native archiving error - /ios/index.js. not found

I'm trying to archive an iOS react native app with Xcode but it give me these errors:
error The resource /Users/andreacolombo/Desktop/projectName/ios/index.js was not found..
'error: File /Users/MyUser/Library/Developer/Xcode/DerivedData/projectName-bxaxxwslkvjsrgcpsonpisxutuei/Build/Intermediates.noindex/ArchiveIntermediates/projectName/BuildProductsPath/Release-iphoneos/appName.app/main.jsbundle does not exist. This must be a bug with'
My react native version is: 0.59.10.
If i build and run it in release configuration, it give me the same errors
With an other mac it works so it is not a code problem..
I'm going crazy...
What could be?
Thanks!

Unable to build iOS after renaming Xcode project flutter

I have an issue guys. For some reason, I decided to rename my Xcode project runner folder before sending to the apple store. Now I wanted to rebuild for iOS with this command: flutter build ios. But I get this error each time:
Expected ios/Runner.xcodeproj but this file is missing.
Application not configured for iOS
I also tried building this with Xcode. I got this error each time:
/Users/apple/FlutterProjects/kashbase/ios/Pods/Target Support Files/Pods-Kashbase/Pods-Kashbase.debug.xcconfig: unable to open file (in target "Kashbase" in project "Kashbase") (in target 'Kashbase')
What does this mean and how can resolve this? Any helpful effort will be greatly appreciated.

Xamarin IOS deployment fails. FileNotFoundException on info.plist

I have a Xamarin app which will not run. It builds fine but then fails with a FileNotFoundException:
Error: error MT1006: Could not install the application
'/Users/myuser/Library/Caches/Xamarin/mtbs/builds/Myapp.Mobile.iOS/08e15c960b43270f23a396facbda4524/bin/iPhone/Debug/myapp.Mobile.iOS.app'
on the device 'Counter's iPad': Could not find required file
'/Users/myuser/Library/Caches/Xamarin/mtbs/builds/Myapp.Mobile.iOS/08e15c960b43270f23a396facbda4524/bin/iPhone/Debug/myapp.Mobile.iOS.app/Info.plist'..
. Please check the logs for more details.
I'm not sure what is up here - the info.plist file exists in the root of my iOS app and the app builds OK.
Can anyone help with this?
Thanks
It is the normal issue with visual studio.
Delete bin and obj folder under the application, and run again.

Error : There is no SDK with specified name or path 'Users/.…./Project/armv7

When I am trying to run my app from Xcode 5, Its showing me this error and app is not running. App was working fine with Xcode 4.6 but when I switched to Xcode 5 its showing this error.
There is no SDK with specified name or path 'Users/.…./Project/armv7.
Error : Composite SDK failed : unknown error.
I have tried everything that but still its not working.
Can anyone help me with this issue?
Click on your Project info window and under build settings do the following.
Set "Base SDK for All Configuration" to latest available sdk on your system.
Quit your xCode and and open it again.
This should solve your problem.
Hope it helps you.
Try with build setting Architecture "armv7 armv7s armv6". If then it still shows an error, better to quit the Xcode, and run it again.

Resources