Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [objective-c]

This tag should be used only on questions that are about Objective-C features or depend on code in the language. The tags [cocoa] and [cocoa-touch] should be used to ask about Apple's frameworks or classes. Use the related tags [ios], [macos], [apple-watch] and [tvos] for issues specific to those platforms.

0 votes
0 answers
40 views

CMake sets “Generate Debug Symbols” - a Xcode build setting to wrong value

I’m trying to generate Xcode project file of some libraries with CMake. I want to generate dSYM file in all build config type. I set values in all my CMakelists.txt as below: set(CMAKE_CXX_FLAGS &...
shaunwick's user avatar
0 votes
0 answers
45 views

The request signature we calculated does not match the signature you provided. Check your key and signing method in objective-c in iOS , Xcode 15

We are using AWS-IOS-SDK to upload images and text. error occurred in Xcode 15 but working good in Xcode 14 ,we used the same source code for both versions. Please check the error message AWSiOSSDKv2 [...
praveen's user avatar
  • 11
-1 votes
0 answers
21 views

Not able to add xpath in Forms Mode

We are unable to add xpath for TTD Desktop application for Mac in Forms Mode. There entire UI View is considered as a single screen(identifier). We are trying to capture xpath for each element in the ...
Nilanchala's user avatar
0 votes
0 answers
20 views

How to Reactivate the Last Focused Window After My Qt App Closes on macOS

I'm developing a screenshot-taker application using Qt and need some assistance with macOS-specific behavior. Here’s the scenario: When I take a screenshot, my application becomes focused to allow ...
Anwarul Islam's user avatar
-1 votes
0 answers
65 views

How to delete files thoroughly in iOS

I try to delete big file(1GB+) in the document directory of my developing App, the codes as below. When I deleted the file, but the space occupied by the app in iPhone storage has not changed. Does ...
zerxon's user avatar
  • 1
0 votes
1 answer
27 views

Override NSManagedObject getter/setter to modify data

I have an NSManagedObject class that stores, among other things, a JSON string that comes from a WkWebView form. The form in the web view allows the user to add images to the form; when the form is ...
Markus's user avatar
  • 2,522
-1 votes
0 answers
32 views

macOS App Sandbox - access to ~/Documents folder [duplicate]

I have existing macOS application the application is distributed via pkg now I need Mac App Store version I store application data in ~/Documents/MyApp ideally i wan't to keep using same folder 1. ...
Vasil Miadzvedzeu's user avatar
0 votes
0 answers
17 views

Getting unnecessary log while adding NotificationService Extension in IOS

I am using react native for an app.Just added NotificationService Extension for rich notifications and trying building my project Getting these unnecessary log in console when hit to run on simulator. ...
Manish Kumar's user avatar
0 votes
0 answers
54 views

Location manager delegate never called

I'm trying to build a simple macOS command-line tool in Objective C that merely gets the current location via a CLLocationManager. However, none of my delegate's methods are ever called and my ...
August Vrubel's user avatar

15 30 50 per page
1 2
3