Skip to main content

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.

objective-c
0 votes
0 answers
13 views

Build input file cannot be found and xcode is searching file at wrong path after pod install

i am getting this error after pod install in xcode error: Build input file cannot be found: '/usr/lib/libstdc++.6.0.9.dylib'. Did you forget to declare this file as an output of a script phase or ...
vinayak tudayekar's user avatar
0 votes
0 answers
10 views

microsoft.identitymode.tokens.audienceurivalidationfailedexception was thrown while trying to open One Drive document in WKWebView in iOS app

I am working in iOS app needs to be opened One Drive attachments in WKWebView. Sample One Drive document is https://***.sharepoint.com/personal/*****_onmicrosoft_com/_layouts/15/Doc.aspx?sourcedoc=%...
Sanjay Borkakoty's user avatar
-1 votes
0 answers
18 views

Fetching data while UITableView Scroll

I have caught up in specific situations and cannot find a proper solution. I have historic data and details are getting fetched via API1 and details are displayed in TableView e.x Name - Phone No ...
Meluha's user avatar
  • 1,534
0 votes
0 answers
11 views

Issue with nullability specifiers in Xcode when developing Flutter app

I'm developing a Flutter application and encountering an issue with nullability specifiers in Xcode. Specifically, I have methods in my Objective-C files where Xcode is reporting conflicts with ...
Whirley Paul's user avatar
0 votes
0 answers
15 views

How do I replace detail view controller navigation stack when presenting

I'm working with a UISplitViewController that's using some storyboards but now moving to programmatic presentation (which is what I'm familiar with). I have a VC that's currently presenting as a push, ...
Nicole Maguire's user avatar
0 votes
1 answer
32 views

Calling NSApplication from Rust using objc

I am trying to learn by doing a project of allowing AppKit certain functions , related with App and Window creation to be called from Rust using objc. extern crate objc; use objc::runtime::{Class,...
user655941's user avatar
0 votes
0 answers
44 views

SQLCipher "file is not a database" Error After Updating iOS App

I'm encountering an issue with SQLCipher in my iOS app after updating to a new version, which involves different workspaces of my app. The app uses SQLCipher(version: 3.1) to manage an encrypted ...
bAthi's user avatar
  • 351
0 votes
1 answer
23 views

Kotlin Multiplatform objective-c export file name convention

What logic is used to create class and protocol names when Kotlin code is exported to Objective-C? Additionally, where can I find detailed information about this process? Where code like: package ...
GuilhE's user avatar
  • 11.8k
0 votes
0 answers
33 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
26 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
20 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
18 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
25 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,512
-1 votes
0 answers
29 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

15 30 50 per page
1
2 3 4 5
19484