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

All Questions

Tagged with
0 votes
0 answers
19 views

How to fix 'Flutter/Flutter.h' file not found

Last week when I last worked on this it was building ok. Stopped working on this while adding new feature to an other app, week-end break I come back and both app do not compile any more. one is ...
Nissaba's user avatar
  • 957
-1 votes
0 answers
27 views

Deprecated API Usage - New apps that use UIWebView are no longer accepted. Instead, use WKWebView for improved security and reliability

I'm trying to upload a TestFlight, but I receive this error from AppStoreConnect: App Store Connect Hello, We noticed one or more issues with a recent delivery for the following app: HA Lighting ...
Khader Murtaja's user avatar
-1 votes
0 answers
26 views

Command PhaseScriptExecution failed with a nonzero exit code for XCode 15.4

With Xcode 15.4 on my Mac with M2 chip i encountered this error while building my Flutter app (repository cloned from Gitlab): I already tried some common approaches found on StackOverflow: And ...
lorisgoglia's user avatar
-1 votes
0 answers
24 views

Using the new C++ <> Swift interop in a CocoaPod

I'm building an iOS library that contains both Swift and C++ code. Using the new C++ <> Swift interop from Swift 5.10, I can now skip the Objective-C bridge - which was annoying to write, and ...
mrousavy's user avatar
  • 1,035
0 votes
0 answers
21 views

Manual Code Signing Fails in Terminal but Works in Xcode GUI, when Podfile includes use_frameworks! :linkage => :static

I’m facing issues with manual code signing when building a React Native iOS project using the terminal, while it works fine in Xcode GUI. Setup: Basic React Native iOS project. Podfile includes ...
arveyMon's user avatar
0 votes
0 answers
35 views

How can I integrate MLKit library without using cocoapods?

I want to integrate MLKit library without using cocoapods. Is there a way to somehow copy/paste or drag and drop method to use this? Or maybe there is another solution, maybe I can fetch library to ...
edzio27's user avatar
  • 4,140
0 votes
0 answers
27 views

Cocoapods Build Error for Using Inner/Nested Class from Another Pod

I have two custom pods, PodA and PodB, and I'm facing a build error when trying to use an inner/nested class from PodA in PodB. I want to create a BCustomView in PodB that subclasses CustomView from ...
Tomo's user avatar
  • 51
-1 votes
0 answers
110 views

Cocoapods error when trying to create an iOS build with Unity

I have an issue with my Unity iOS build. In the past it worked fine for me but now after a while I wanted to open my project from a new M2 MacBook but everytime I want to create a new build or "...
Reen's user avatar
  • 11
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
-2 votes
0 answers
26 views

Issues Running Cloned Flutter Project on Mac - CocoaPods Error

I started a Flutter project on my Windows PC, but now I want to test it on my Mac. I have installed all the necessary tools, including an emulator. The emulator works fine when I create a new Flutter ...
IniOluwa Longe's user avatar
-3 votes
0 answers
31 views

Flutter build ios error "You are in 'detached HEAD' state"

I'm running ios build with codemagic and I got this error (You are in 'detached HEAD' You can look around, make experimental changes and commit them, and you can discard any commits you make in this ...
Ariyo's user avatar
  • 43
0 votes
0 answers
308 views

'Error running pod install' while running Flutter app on iOS simulator after setting up Firebase in VSCode

After I setup my Flutter application with Firebase and connecting the app with the Firebase console, I am not able to run the application in the iOS simulator. My system description is - 2017 Macbook ...
Nikhil Gohil's user avatar
-1 votes
0 answers
34 views

iOS deployment - Github Actions pipeline failing due to code signing error in Pod target

I'm very new to Github actions. Any help would be appreciated. My iOS project has ReactNative frameworks added via Pods. It's working fine when building locally in XCode. But in github actions for app ...
Shwe Nik's user avatar
3 votes
2 answers
628 views

Error after adding google_mobile_ads sdk in swift using CocoaPods

I added the google_mobile_ads sdk v11.6.0 in my swift project. Now when I run the project I get the following error ld: warning: Could not find or use auto-linked library 'swiftXPC': library 'swiftXPC'...
user9792850's user avatar
-2 votes
0 answers
16 views

PhaseScriptExecution [CP]\ Copy\ Pods\ Resources

I have this error in my Ionic 6 application on iOS: enter image description here This is the build information I have: enter image description here I currently adjust it manually by editing the pod ...
user17484547's user avatar

15 30 50 per page
1
2 3 4 5
391