I am working on a demo of an iOS app that has Meta Ads (formerly Facebook Ads) integrated, and I need to test it. The issue is that my app is not yet published on the App Store, and I’m wondering if ...
im trying to archive a bundle apk and send to my test flight. Build is Success and im not undestanding why is no working as before updating flutter.here is the message that shows up.enter image ...
I need to read and write some parquet.gzip files within my C++ project in Xcode. From what I understand I should use the library Arrow from Apache. However I am struggling to use it within my Xcode ...
When trying to run the ios version of the app on the built in Generic simulator i get the following error and program stopserror MT0026: Could not parse the command line argument '-sdk': Version ...
@@@@@@ Here my problem:Launching lib/main.dart on iPhone 11 Pro in debug mode...main.dart:1Xcode build done. 17.6sFailed to build iOS appError output ...
I try to sum up the values in an array, and would like to store it in another array.#include <cstdlib>#include <iostream>using namespace std;int main() { int rev[2][12] = {{10,20,...
Im new to xcode and was trying to add different images in a table row in a storyboard layout.let image:UIImage = UIImage(named:”ster.jpg")!when i use this code, it makes every table the same ...
WebDriverAgentRunnerGetting this error after updating the Product Bundle Identifier in Build Settings while updating the bundle'maximum App ID limit has been reached. You may create up to 10 App IDs ...
I have two problems when compiling and installing an application on my iOS device.Below are the details of the situation I find myself in.I have an education licence (I work for a University); I log ...
I'm completing my Webview application, but I run into the following error:import SwiftUIstruct ContentView: View {var body: some View { NavigationView {enter image description here...
The docsets I seek are Xcode 6.2 and iOS 8.2. The machine is running an old macOS and can't be upgraded. Every time I click on offered items under "Preferences->Downloads->Documentation&...
newbie here.I've just ejected my expo app so I now have ios and android folders in my react native directory.I have run the following snippet cd ios && pod installMy question is, what next?...
Is there a way to add a photo in a section instead of adding the textviews?for example bat-and-ball that only has one photo instead of all those textviews?and in the other sections have the ...
I had a variable called "results" in a ViewController called DetailViewController which is given a value, and is printed correctly in FirstViewController:extension FirstViewController: ...