I have ios app(Xamarin Forms). I published my app in test flight - everything was ok.
But I updated Visual Studio to 16.3.8(Windows) and I have issue with build:
File not found: /Users/admin/Library/Caches/Xamarin/mtbs/builds/.../Icon-App-57x57#1x.png
I use assets. I added this file in my folder and conten.json. But I have issue
File not found: /Users/admin/Library/Caches/Xamarin/mtbs/builds/.../Icon-App-57x57#2x.png
File not found: /Users/admin/Library/Caches/Xamarin/mtbs/builds/.../Icon-App-57x57#3x.png
I added this file, but now get error:
File not found: /Users/admin/Library/Caches/Xamarin/mtbs/builds/.../Icon-App-60x60#1x.png
Any advice?
Do I need to manually add these files? or is it a xamarin issue? in the previous version, this worked.
Related
I try to build my iOS app (made with Flutter) with Xcode cloud, all is fine until I get this error:
Build input file cannot be found: '/Volumes/GoogleService-Info.plist'. Did you forget to declare this file
as an output of a script phase or custom build rule which produces it?
The file is added to the git repository under ios/Runner and if I try to build using Xcode I don't get the error.
Solved this by moving the file to ios/Runner and adding a reference to it using xcode
Getting compilation error in xamarin.iOS project-
/Users/gsps/Desktop/MyFolder/projectName/iOS/bin/iPhoneSimulator/Debug/device-builds/iphone10.3-11.3/projectName.iOS.app:
Error: ${ProjectDir}: No such file or directory (projectName.iOS)
I have Cleaned, Rebuild & Restarted machine but this didn't solved my problem. When I am going to the given location finding the same file that looks like deleted or corrupted(See screenshot). I have recently updated Xamarin & xCode to latest version.
Error screenshot below:
File/Directory screenshot below:
I am answering my question. After searching a lot I found that In iOS Bundle Signing, I have declared Additional Argument as ${ProjectDir}. When I removed It, I have compiled my project successfully.
So I'm trying to get my react native software to run and it's popping up with an error saying The SDK directory 'C:\Program Files\Android\Android studio; ' does not exist. How can I fix this?
Lookup 2 places:
Possible duplicate of your question
React Native start Guide
If you installed all necessary things listed in guide just do:
react-native init YOURPROJECTNAME
and after build add local.properties file in android folder of your app.
It should contain line: sdk.dir = C:\\Users\\USERNAME\\AppData\\Local\\Android\\sdk
I use visual studio 2015 to build mobile cordova useing remotebuild
but I got wanrning and error :
Warning PackageApplication is deprecated, use `xcodebuild -exportArchive` instead.
Error BLD102 Error : BLD00102 : No such file or directory 'xxx.plist'
Work around is to ignore the problem and locate build folder on mac its hold number that shown when you build set it to release and then go to the xcode open project fix errors and test it
Hi am facing an issue while trying to upload my ios project to git.
All files get uploaded except a file called "sqlite3.c"
And when i try to build for device its throwing up this error
clang: error: no such file or directory:
When i change build target to ios simulator it builds fine and the missing file sqlite3.c gets generated automatically.
Please let me know if you have any info about the problem of file missing in git or about error while building for device as target in xcode.
Thanks
Santosh