xcode Questions

4

Solved

Trying to integrate one signal in my react native app. I followed all the instructions mentioned in the docs https://documentation.onesignal.com/docs/react-native-sdk-setup. The build for the app g...

3

after upgrade xcode to v15 and flutter to 3.16.7 Now I can't run my flutter app on my physical ios device from android studio but I can run on simulator. And I can run on physical ios device if I r...
Allamerican asked 19/1, 2024 at 14:24

4

I'm quite new to iOS distribution so I'm here to ask for the right direction, in particular because my objective is not a common publication. I'd like to distribute to a few hundreds of selected u...
Circumscribe asked 4/5, 2017 at 10:16

2

I have a project that imports a Git submodule to run a part of an XCTest test suite. If the submodule is not available (not checked out), I want the test suite to succeed, but issue a warning that ...
Trichroism asked 14/12, 2015 at 10:18

3

Solved

I noticed that in Xcode 15.0, xcodebuild command to archive the app fails unless I remove the #Preview macro from the app. $ xcodebuild archive -scheme <Your Scheme> -sdk iphoneos -allowProvi...
Brawny asked 16/10, 2023 at 7:21

4

With XCode i copied the GoogleService-Info.plist in the Runner folder, closed XCode and delete GoogleService-Info.plist from the downloads folder. Now XCode is unable to build the application becau...
Phyfe asked 15/8, 2022 at 10:33

7

Hello My App is already on app store uploaded with same method archive project and upload it , now i have done some little bit changes, so when ever now i archive project it got stuck on some point...
Lei asked 9/4, 2019 at 6:42

4

Solved

I have a UICollectionView added to a UIView in an app I am working on. Displayed in the UICollectionView I have a set of images pulled from Core Data. The vertical scrolling works fine but the scro...
Cottonmouth asked 14/5, 2013 at 19:18

1

I am trying to integrate the Background fetch feature inside a Flutter project using Workmanager plugin. So I enabled the background fetch feature under 'Background Modes' of my iOS project Capabil...
Tera asked 6/9, 2020 at 18:36

6

Solved

There is another question about generic command failures in Xcode, but I want to specifically ask about the "LinkStoryboards" command. This build error occurred after deleting a storyboard from my ...
Septuplicate asked 1/3, 2019 at 5:47

2

Problem: I’m encountering a Swift compiler error when trying to run a Flutter project on an iOS device (or simulator) the project depends on the PhoneNumberKit library in my Flutter iOS project. St...
Loft asked 22/8, 2024 at 10:12

4

I've set up a react native app and want to use xcode to build/run the projectName.xcworkspace file but I run into this error. I tried the same with a brand new react native project I created withou...
Fissi asked 20/1, 2022 at 19:9

4

I am getting this error when I run the app in an actual device even the device is unlocked. I tried disconnecting and connecting the device, rebooting the device, restart Xcode and clean the pro...
Dripping asked 16/1, 2020 at 5:34

2

I am new to Flutter iOS Development. I was trying to run my flutter app with three flavors dev, stage and prod. After running the application I am getting the following error. Error (Xcode): Target...
Archival asked 28/7, 2023 at 20:45

6

Solved

I have just updated to XCODE 15 and Macos SONOMA. I'm receiving this issue regarding cycles: Cycle inside MyApp; building could produce unreliable results. Cycle details: → Target 'MyApp': ExtractA...
Veiled asked 27/9, 2023 at 12:30

10

I've been developing an iPhone app using my iPhone 11 for it. Up until the recent release of Xcode 15 and iOS 17 everything was going fine but suddenly, a few weeks after the update, my Xcode no lo...
Takin asked 5/10, 2023 at 11:27

1

When I open a URL (like this http://webserver/index.php/feeds/1.2/3.4/5/1000/) in my app via Xcode I get a nil JSON string returned. It doesn't even seem to be talking to the server. The exact sam...
Harbird asked 2/12, 2015 at 19:45

3

Since upgrading to Xcode 15.0, I have not been able to set simulators as a run destination. They do not show up as an option in the menu (either in the dropdown from the toolbar, or in the Product ...
Wireman asked 1/10, 2023 at 16:45

3

Solved

I was wondering if there is a refresh short cut for refreshing code because there has been many times I'm fixing a "error" and the code doesn't refresh so i don't if i fixed it and the error still ...
Saga asked 23/5, 2015 at 0:19

3

Solved

The debug view hierarchy is a great way to view they different layers that make up the UI, but as far as I can't tell there is no way to see what outlet reference names the objects have. They are s...
Ogbomosho asked 11/12, 2019 at 13:33

3

While trying to debug my view hierarchy, I get the following error: Error: Unable to capture view hierarchy. Details: No plist data for fetching view hierarchy: error evaluating expression “(id...
Scopoline asked 22/2, 2017 at 2:23

7

Good Day, I was working on a project and did a build onto my device for some testing and close down the computer for a few days. When I went to open the project back up today Im being met with this...
Heathenish asked 16/2, 2023 at 14:35

8

i know c and I want to develop applications with GUI for Mac OS. Where do I start?
Combustible asked 30/3, 2010 at 14:29

8

Solved

My app was running perfectly without any errors or warnings yesterday. But when I tried to run it today, the build failed - I haven't changed anything in the code: Undefined symbol: __swift_FORCE_L...
Magritte asked 9/11, 2021 at 6:44

1

The process Xcode verifying environment is always running in VS Code and never stops: I use Visual Studio Code Version 1.87.0 (Universal) and Xcode Version 15.2 on my iMac. Why is Xcode verifying ...
Informal asked 2/3, 2024 at 12:37

© 2022 - 2025 — McMap. All rights reserved.