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

All Questions

Tagged with
-1 votes
0 answers
10 views

“'FIRMessaging' has different definitions in different modules; first difference is defined here found property”

I am currently upgrading an iOS project to version 7.1.0 by creating a new Cordova project. After integrating the 'NativeLogs' plugin, the build process in Xcode fails with multiple errors, one of ...
Gal Asraf's user avatar
0 votes
0 answers
33 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
-1 votes
0 answers
25 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
33 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
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
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
71 views

Undeclared identifier 'nullptr' and Obj-C error while using Obj-C library in Swift

No prior knowledge for using external library in Swift. I was trying to include sf-proj-ios in my empty project named "Test". I followed instruction on the library GitHub, used commands on ...
Martin Ma's user avatar
1 vote
1 answer
65 views

Xcode 15.4 always popup to click "Trust and Open" when open workspace

I just upgrade my macOS from Monterey to Sonoma. And then I also downloaded and installed the new XCode version 15.4. I'm also git clone my project from my BitBucket repo after upgraded to macOS ...
Blurzschyter's user avatar
0 votes
1 answer
53 views

I was trying to update the height constraint of my view during an animation. Its not getting updated why..?

Here is how i have configured the profile view, -(void)addProfileView { if(!_profileView) { _profileView = [ProfileView new]; _profileView.clipsToBounds = YES; ...
Jackie Tom's user avatar
0 votes
0 answers
35 views

Sandboxed macOS app not able to launch the PiP window via Javascript, why?

I have a macOS app which has a WKWebView which can load sites and if they have a video player, it can show the native PiP video window which the app invokes via a Javascript action to the WKWebView. ...
RRN's user avatar
  • 1,167
1 vote
0 answers
22 views

Why can I not include metal_float64 library in Xcode

I want to use the library https://github.com/philipturner/metal-float64, and successfully built and ran tests, next copied the built MetalFloat64 folder into Xcode, but I do not know how to properly ...
Peterdagrape's user avatar
0 votes
1 answer
25 views

How can I use a private-framework's function in Xcode?

I am trying to understand how to use private frameworks in Xcode. Specifically I want to call the MTDeviceCreateList() from the MultitouchSupport-Framework to create a minimal working example. I ...
Lukas Schmale's user avatar
0 votes
1 answer
83 views

"Missing required entitlement" after connecting to ID06 (ISO-DEV)

I´ve created a basic iPhone application for iOS 17.5 using XCode where I would like to scan a PIV card (ID06) and just log the result. I´ve tried to minimize the code as much as possible, but whatever ...
user688291's user avatar
0 votes
1 answer
32 views

Error: Unnamed type used 'BOOL' in iOS project XCode

I am having project in XCode version: 15.4 using Swift for iOS development -> uiKit. I have added the c++ class to my project. MyStaticClass.h: #ifndef MYSTATICCLASS_H #define MYSTATICCLASS_H ...
SwiftDeveloper's user avatar
0 votes
0 answers
43 views

How to save a part of a string that does not have a fixed lenght in objective C?

I have text that has no fixed length, like: NSString *stringToSplit = @"0.01 EUR sent from [email protected]. Hi. I'm sending you a free credit. Talk to you."; I need to save in a ...
Fabrizio L.'s user avatar

15 30 50 per page
1
2 3 4 5
2298