Xcode – Swift sorting Relationship in CoreData
I would love to get help on this one since I've been on it for a while. So I fetch my Sections like this and they all get in the right order, but the relationship "Todoitem" they have do not…
I would love to get help on this one since I've been on it for a while. So I fetch my Sections like this and they all get in the right order, but the relationship "Todoitem" they have do not…
I have successfully built an app using Mac Catalyst. It runs on iPhone, iPad, and M1 Macs, and is available now in the App Store as "Designed for iPad". So far, so good. But it's not available for Intel-based Macs,…
I have a problem with adding boost library to my project in Xcode. It seems that some parts of boost work correctly but when I use some of them I get the following errors. Example- boost fiber library: Undefined symbols…
I'm signing my macOS application with a Developer ID Application Certificate and sending it to Apple's notary service. When I'm uploading the build from XCode I'm getting the following error: Failed retrieving request UUID for upload. You may have outstanding…
I have a collectionviewcell with multiple textfields, pictures and labels together. The data is dynamically added, which can have shorter or longer labels and pictures making each cell of collectionview having different height and width. I want to measure the…
I've been working on a Swift project and I have two view controllers, the login view controller & the home view controller. When a user launches the app, I want to display the login view controller if the user is…
Could the problem be that Android Studio can't find the path to CocoaPods? I'm trying to test my app on my iPhone from Android Studio. The error I get is Warning: CocoaPods not installed. Skipping pod install. CocoaPods is used…
Iam using Mac and upgraded to Android studio "Bumblebee", only in Mac when I try to do: Build -> Flutter -> Build iOS it shows this warning: Warning: CocoaPods not installed. Skipping pod install. CocoaPods is used to retrieve the…
I'am trying put icon in my iOS app following xcode documentation, but the the icon does not appear on my device or simulator. My media assets file on xcode project navigator: When selecting the assets file I can see my…
I have enabled Hermes in my react-native(v0.64) Application. Everytime I run app I get following stack trace. dyld: dyld cache load error: shared cache file open() failed dyld: Library not loaded: @rpath/hermes.framework/hermes Referenced from: /Users/sharktank/Library/Developer/CoreSimulator/Devices/A32F4931-51A8-4D22-AEFB-625F834CE221/data/Containers/Bundle/Application/71773888-08D5-4B82-9545-07F6B1538864/COSPM-DEV.app/COSPM-DEV Reason: image not found dyld:…