Skip to main content
Filter by
Sorted by
Tagged with
1 vote
1 answer
215 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 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
0 answers
300 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
-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
0 votes
1 answer
698 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
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
38 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
1 answer
287 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
-7 votes
1 answer
268 views

int main() { introduction(); int x; cin >> x; if (x == 1) cout << endl << "1. Only state true information." << endl << "2. Do not copy this servey ...
Niko Gill's user avatar
0 votes
2 answers
50 views

Tried cleaning, restart and reboot did not work.
Venu raj's user avatar
0 votes
0 answers
45 views

So I'm taking a project from Xcode 5 and porting it to XCode 7. I'm running into some very strange behavior where essentially I have a class that sets an integer instance variable on itself, and when ...
mosquito242's user avatar
0 votes
1 answer
1k views

I am working in XCode (5) on OSX 10.9.5, creating an ApplescriptOjbC project. I have created a new applescript in the project with a class (script) named "MSDropBox" and am using it to accept the ...
JP Mac Guy's user avatar
1 vote
1 answer
119 views

My project works well on Mac OSX 10.10/10.9, however it works incorrectly in 10.11 with this code: [(PDFAnnotationInk*)_activeAnnotation removeBezierPath:_path]; [_activeAnnotation setBounds:bound]; ...
SuperBerry's user avatar
  • 1,353
0 votes
3 answers
161 views

I am working on iBeacon transmitter and receiver. I have successfully completed the transmitter part but the other part the receiver is not recognising the transmitted signal. Can any body please help ...
Xplorer's user avatar
  • 28
6 votes
2 answers
5k views

i'm trying to create my archive to send my app to the store but the "validate" button and "submit to app store" are disabled. What i'm doing wrong? package content target:
marchiore's user avatar
  • 598
0 votes
4 answers
744 views

I'm trying to send me POST method Request, however when the post is sent the data that is stored in the database is empty i don't get the Value that i have sent this is what i tried: NSString *...
SniperCoder's user avatar
0 votes
1 answer
271 views

I want to test my app for ios6. So, i downloaded xcode 5. In xcode5 While opening xib, xcode crashes with following log. Kindly suggest a solution. Process: Xcode [2807] Path: ...
Hxb's user avatar
  • 79
-1 votes
1 answer
51 views

We are still working with Xcode 5 builds for certain things. Now that Xcode 7 is out we fear soon builds with Xcode 5.x+ will not be accepted in the store. Do we know a deadline for that?
jugutier's user avatar
  • 179
-8 votes
1 answer
268 views

I have this alert confirm box in swift, it works perfectly in IOS 8, but it does not work in IOS 7, how can i resolve it please ? Here is my code var refreshAlert = UIAlertController(title: "...
Joel Felix ST JOY's user avatar
0 votes
2 answers
745 views

I am having one apple - o link error in my project, I have searched in Google but it's not helping me, below is my error ld: building for iOS Simulator, but linking against dylib built for MacOSX ...
Raj's user avatar
  • 67
4 votes
2 answers
4k views

I have two NSData objects, data1 and data2, and I'd like to do a bit-wise XOR and store the result in a third NSData object, xorData. The first thing I tried was this: *data1.bytes^*data2.bytes; but ...
Sam Jaques's user avatar
1 vote
1 answer
66 views

I have an NSString that contains a value "\U2212" instead of "-" which is coming from API. When I tried to replace this string with needed character using subString occurrence method it shown error. ...
Augustin Jose's user avatar
0 votes
0 answers
104 views

in my project i have removed the Default ViewController which will be added from the SingleView Template and over ridden with myapiViewController *fst = [[myapiViewController alloc]init]; ...
Riyaz shaik riyaz's user avatar
0 votes
4 answers
2k views

[EDIT] Possible fix: my ipa was unsigned, I bought a Developer's account and will test tomorrow with a signed .ipa. [/EDIT] This is my second app. It's very simple, all it does is send a post request ...
Francisco Javier Herrera's user avatar
0 votes
0 answers
67 views

I recently updated my development environment from XCode v5.1 to XCode v6.1 and found a lot of elements in the new storyboard in individual "screens" as out of place. I have added two screenshots of ...
Ashwini Khare's user avatar

1
2 3 4 5
80