Skip to main content
1 vote
1 answer
217 views

Azure DevOps Server type dev.azure.com (formerly visualstudio.com) Azure DevOps Server Version (if applicable) No response Operation system MacOS Question I am trying to run a Azure Pipeline for Task ...
alper's user avatar
  • 3,525
1 vote
0 answers
637 views

I have been trying multiple things to solve this but I did not find any solution. There are multiple issues with this reference found on GitHub and stack flow and tried all solutions possible but ...
Komal Khatri's user avatar
-1 votes
1 answer
2k views

I am currently using xcode built-in tasks and facing issue while caching and reducing its time. I have already used caching in the same pipeline to reduce Cocoa Pods time too. After successful caching ...
TechStack's user avatar
0 votes
1 answer
405 views

When attempting to post with an image to Firebase Cloud I am getting "Cannot create post: This operation could not be completed. (FirebaseStorage.StorageError error 8)" What could be the ...
Micahela Myrie-Lowe's user avatar
0 votes
0 answers
303 views

I have installed CocoaPods on my system via terminal with the command: gem install cocoapods Apparently everything went well. Now I have a new Xcode project that I want to initialize CocoaPods. ...
Randor10's user avatar
0 votes
1 answer
6k views

please help me :(!!!! I'm new to unity and Xcode too, I just Build my unity project to the Xcode but I faced this problem and today is the third day that I couldn't solve it. please please help me and ...
Nada's user avatar
  • 9
-5 votes
4 answers
1k views

Error : Binary operator '==' cannot be applied to operands of type 'UILabel?' and 'String' import UIKit class ViewController: UIViewController { let Soft = 5 let Medium = 8 let Hard = 12 @...
David's user avatar
  • 15
3 votes
1 answer
4k views

Im using this following function to perform manual server authentication in xcode using URLSessionDelegate func webView(_ webView: WKWebView, didReceive challenge: URLAuthenticationChallenge, ...
Stephen Balaji's user avatar
0 votes
1 answer
701 views

Top in the screenshot is an Xcode project from someone else, bottom is a project created by me, both are C/C++ library projects. My project settings is missing the whole Apple LLVM 5.1 - Language ...
nofish's user avatar
  • 165
0 votes
2 answers
1k views

I just tried to run old versions of Xcode on macOS Sierra.I've tried these versions:4.x,5.x,6.x. But I failed. All time I'm trying to launch old version it says that version of Xcode is incompatible ...
user avatar
0 votes
1 answer
2k views

XCode 5.0.1 is giving me an error after successful compilation of 161 C++ project files. There were many Apple Mach-O Linker Error questions but none helped me. Message for the error is as following: ...
d0mbn00b's user avatar
0 votes
0 answers
53 views

I've recently started the iOS development and unfortunatelly, I have not enough money buy Mac and setup a virtual machine. I use XCode 5 version and the app does not work the way I want. I guess a ...
G. Soós's user avatar
0 votes
0 answers
42 views

I almost finished to build a project when this code gave me an error: struct dyld_all_image_infos *dyldaii; mach_msg_type_number_t size = sizeof(dyld_all_image_infos); vm_offset_t readMem; ...
Alex 's user avatar
0 votes
0 answers
95 views

I am trying to build a project, yet it keeps saying that it has use of undeclared identifier 'QOS_CLASS_BACKGROUND' ... This phrase is keeping me from building spatch_async(dispatch_get_global_queue(...
Alex 's user avatar
0 votes
1 answer
292 views

int main(int argc, const char * argv[]) { if (argc != 2){ cout << "Usage: ./Sort <file_name>" << endl; return EXIT_FAILURE; } //and so on } How can I run ...
D_M's user avatar
  • 87

15 30 50 per page
1
2 3 4 5
265