Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
52 views

Flutter iOS build fails – missing Flutter.framework / AppFrameworkInfo.plist + null error

I’m trying to build my Flutter app for iOS, but I keep running into a Flutter framework error. Please find github code link - https://github.com/SlumdogMillionaire/flutterapp.git Minimum Reproducible ...
Sam8690's user avatar
0 votes
0 answers
21 views

In case of using same library in framework and iOS App

I have a custom framework(a.framework) using Alamofire v1.0. (version is jsut example) And I have a My App using the custom framework(a.framework). The my App using Alamofire v2.0. No conficts? In ...
strawnut's user avatar
  • 405
1 vote
0 answers
35 views

How to use custom framework with third-party framwork in my test ios project?

I have a test ios project. And I built my custom framework. The custom framework uses thirt-party framework using cocoapods: for example, Alamofire Library. My custom framework's build is successfull. ...
strawnut's user avatar
  • 405
0 votes
0 answers
25 views

How to use custom framework with external library in ios project?

I made custom framework included Socket.IO-Client-Swift with coccoapods. In my custom framework's podfile is below. source 'https://github.com/CocoaPods/Specs.git' platform :ios, '16.0' ...
strawnut's user avatar
  • 405
0 votes
0 answers
16 views

Query regarding sequence agent

I'm currently working on building a Master Agent using Google ADK. I have two sub-agents: A standard agent for handling text-based queries. A pipeline agent, which is a SequenceAgent composed of ...
Adari Shanmukh's user avatar
0 votes
0 answers
34 views

How to export SPM package from remote URL of XCFramework

While moving xcframework to SPM package getting this error Followed documentation import PackageDescription let package = Package( name: "MySPMLibrary", products: [ .library( ...
SuryaKantSharma's user avatar
0 votes
0 answers
18 views

process monitoring failure, can't get process instance issue with process run in PTF 8.59.16

Peoplesoft Testing framework - 8.59.16 Chrome Version - 137 I am getting error "process monitoring failure, can't get process instance" issue with process run in PTF
Mohd Nazim's user avatar
0 votes
1 answer
71 views

Programming an OOP based framework ("win32engine"), but CreateWindow(...) fails when passing 'this' into the last parameter of the function

I am using Visual Studio, C++ language, subsystem Windows. I asked ChatGPT multiple times without success. I tried what he said but either it didn't work or he just repeated himself. I realised that ...
SpieleTyp's user avatar
1 vote
0 answers
75 views

cmake looking for files in /opt/homebrew when told to search frameworks only

I have been successfully building and testing my SDL2 program for months, on my native architecture Apple Silicon (arm64). Now, in order to provide my program to a friend who is beta testing, I need ...
Joymaker's user avatar
  • 1,594
2 votes
0 answers
29 views

Updating Qt Installers maintenancetool.dat

I am using Qt Installer Framework v4.3 and want to update my custom installer. Everything works well when creating a new installer, but I also want to apply updates on every computer where it is ...
hummingbird's user avatar
0 votes
1 answer
62 views

How to add a function to my routes in a php framework?

Currently my routes are defined as ['GET', '/user/create', UserController::class] But because of this controller file is a mess with if 'route' => $this->method I'm struggling to find a way to ...
Divine's user avatar
  • 1
0 votes
0 answers
35 views

Function scroll(element).click() is not working in Karate Framework

I am currently testing the orangehrmdemo site. I am executing the following scenario: Step 1: login Step 2: click the My Info button Step 3: enter information. However, at the step of selecting ...
Kongg's user avatar
  • 25
0 votes
0 answers
19 views

Suppress warnings of macos frameworks

find_library(CONTACTS_FRAMEWORK Contacts) target_link_libraries(mytarget PRIVATE ${CONTACTS_FRAMEWORK}) Yields lots of warnings from the system headers. How do I properly link macos frameworks ...
ManuelSchneid3r's user avatar
0 votes
0 answers
13 views

What is the impact of changing the framework order in **appname.runtimeconfig.json** on the stability of a .NET 8 WPF application?

I am working on a .NET 8 WPF application that undergoes obfuscation using SmartAssembly. During the build, runtime.config.json is generated automatically, but SmartAssembly picks WindowsBase.dll from ...
user30153375's user avatar
0 votes
0 answers
67 views

Published .NET application crashes when using \\?\ file name notation

The following code works on debug builds, it works on release builds and it works when manually executing a published executable in the published dir (eg "..\Application Files\WindowsApp1_1_0_1_0\...
vdyvp's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
…
769