3,971 questions
1
vote
1
answer
215
views
No profiles for 'xyz' were found: Xcode couldn't find any iOS App Development provisioning profiles matching xyz (works locally)
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 ...
-1
votes
1
answer
2k
views
Is there a way to reduce xcode build time using az pipeline caching?
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 ...
0
votes
0
answers
300
views
Trying to initialize a CocoaPod for an Xcode project ends up with a Bad CPU type in executable
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. ...
-5
votes
4
answers
1k
views
Binary operator '==' cannot be applied to operands of type 'UILabel?' and 'String'
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
@...
0
votes
1
answer
698
views
Some Xcode build settings are missing
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 ...
0
votes
1
answer
2k
views
Apple Mach-O Linker (ld) Error. ld: -r and -dead-strip cannot be used together
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:
...
0
votes
0
answers
38
views
xcode5 'Expected Expression' error
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;
...
0
votes
1
answer
287
views
Using Xcode to debug cpp program
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 ...
-7
votes
1
answer
268
views
Why does this tell me that "gender" is an undeclared identifier on line
int main()
{
introduction();
int x;
cin >> x;
if (x == 1)
cout << endl << "1. Only state true information." << endl << "2. Do not copy this servey ...
0
votes
2
answers
50
views
Created New Project and click on storyboard Xcode 5 crashes
Tried cleaning, restart and reboot did not work.
0
votes
0
answers
45
views
XCode 7 (upgrade from XCode 5), setting int variables on self is behaving strangely
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 ...
0
votes
1
answer
1k
views
Setting Property Value of Object in Applescript Objective-C
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 ...
1
vote
1
answer
119
views
Does NSAffineTransform have different Coordinate system in Mac OS X 10.11?
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]; ...
0
votes
3
answers
161
views
iBeacon Receiver is not recognising the transmitted signal
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 ...
6
votes
2
answers
5k
views
Submit and Validade button disabled on archive
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:
0
votes
4
answers
744
views
Empty data while trying to send Post method request
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 *...
0
votes
1
answer
271
views
xcode 5 crashes while opening xib developed in xcode6
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: ...
-1
votes
1
answer
51
views
When will Apple start rejecting apps built with Xcode 5.x?
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?
-8
votes
1
answer
268
views
UIAlert does not work in IOS 7 (Swift)
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: "...
0
votes
2
answers
745
views
How to resolve Apple - o link error
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 ...
4
votes
2
answers
4k
views
How do I do a bit-wise XOR on NSData in Objective-C?
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 ...
1
vote
1
answer
66
views
Required character in NSString is replaced with encoded variable
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. ...
0
votes
0
answers
104
views
Unknown class ViewController in Interface Builder file i have over ridden
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];
...
0
votes
4
answers
2k
views
My iOS app works in simulator but instantly crashes when I try to open it on my phone
[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 ...
0
votes
0
answers
67
views
Xcode upgrade from 5 to 6 - distorted storyboard 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 ...