xcode Questions

6

I've recently updated to Xcode 16 and since then I have been unable to build any of my apps for iOS. Prior to the update, everything was working fine, but now I run on a device and I get an i...
Humph asked 21/10 at 2:33

3

Solved

if a build the app it is correct. archieve is also correct. but when i upload app to Test Flight i get this error o MacOS 15 , Xcode 16 . <IDEDistributionContext: 0x7f9ef32a6d50; archive = &quot...
Nucleoside asked 25/9 at 10:9

3

I just wanted to try react-native.However, after run the script "npm run ios",I got this error in the Xcode's simulator. react-native version: v0.66.0, platform: Mac OS Big Sur 11.6.2, H...
Thermionics asked 23/3, 2022 at 3:15

2

I have a project where I write XCUITests. I would like to place the accessibility IDs in a separate framework along with other things so that they can be read in the project and in the tests. MyPro...
Goforth asked 24/1, 2023 at 10:13

3

Today morning, I tried to copy my Xcode project and pasted it in Backup Folder. I got this above issue. The operation can’t be completed because an unexpected error occurred (error code -8058) ...
Perrault asked 20/5, 2014 at 6:17

4

When trying to run simple python3 code via pycharm, I get following error /Users/slimerski/PycharmProjects/studia/venv/bin/python /Users/slimerski/PycharmProjects/studia/zadania_14.py dyld: Lib...
Mensal asked 18/1, 2020 at 12:17

0

I have System network extension that connects to specific resource. What is happening is when connection is done, extension's icon (white box starts jumping in dock). After the connection is ...
Halvaard asked 7/10 at 10:23

3

This device is already associated with other accounts the Apple Developer Program or the Apple Developer Enterprise Program. Please use a different device.
Blondell asked 15/6, 2022 at 14:27

4

Solved

After updating to Xcode 5, the iOS simulator doesn't connect - not in Safari or Maps. It throws a "cache access denied" message. Couldn't find anything online that solves it. I'm stumped. Any ideas...
Vicarial asked 22/12, 2013 at 20:30

8

Im not able to build my project (created with js, vue.js, vuex) on iOS platform. Exactly the same project works on web while typing npm run dev and I was able to build it on Android on laptop with ...
Poock asked 4/2, 2019 at 12:7

3

While im archiving and uploading an build to the appstore connect through xcode im facing this error. The archive did not include a SYM for the Flutter.framework with the UUIDs [4C4C44D2-5555-3144...
Transference asked 19/9 at 17:21

1

I’m getting dSYM warnings for FirebaseAnalytics when validating my app in Xcode: Upload Symbols Failed
 The archive did not include a dSYM for the FirebaseAnalytics.framework with the UUIDs > [...
Ravel asked 27/9 at 21:45

2

Solved

I'm writing a bash script to archive and export my project so I can send it to iTunes Connect. However, the documentation from the command line is a little confusing. I'm trying to figure out if th...
Modlin asked 17/7, 2015 at 1:57

3

Solved

When debugging for iOS with Flutter, the following error occurs during build. Lexical or Preprocessor Issue (Xcode): Include of non-modular header inside framework module 'firebase_storage.FLTTask...
Statampere asked 18/9 at 7:28

4

I'm just starting up with RealmSwift, and I'm trying to store an array of Strings in Realm. It doesn't work, so now I'm using List<String>() as an alternative. However, how do I convert these...
Gerstein asked 6/6, 2019 at 23:26

2

Solved

I'm new to Flutter iOS development. Trying to publish an app on the Apple app store. But after building the archive, when I try to distribute or validate the app, Xcode keeps me showing The archiv...

4

I have an app made in Flutter and since the latest version of Xcode absolutely nothing works as before. I have been struggling with this problem for nearly a week now and the errors vary depending ...
Ruhr asked 25/9, 2020 at 11:37

1

I have updated XCode(v. 16.0) and made sure the xcode command line tools (xcode-select version 2409) are updated. I have installed the C/C++ VS Code extension v.1.21.6 My compiler path is set to /u...
Mouser asked 18/9 at 18:23

1

Solved

I'm attempting to build my project after upgrading to XCode 16 and am having trouble getting it to compile. When I attempt to build the project I get an error: air-lld:1:1 symbol(s) not found for t...
Shoestring asked 20/9 at 4:19

5

Im working on an iOS project, which shows the customer number in a barcode. I had installed the framework ZXingObjC with CocoaPods, described in GitHub. I can compile my Project without errors. I ...
Pimento asked 3/6, 2015 at 8:47

1

Solved

After updating to the latest version of the Xcode IBInspectable properties not showing up in the xib editor. You can see in the screenshots below that inspectable properties added both as extension...
Novia asked 18/9 at 13:31

3

Solved

I'm new to git. So, I'm confused and might not be using the correct terminology. I have two separate Xcode projects, each with it's own local repository. Although the projects have similar names, ...
Mandarin asked 23/10, 2019 at 21:57

1

My Xcode project has six different targets/schemes (I've never been clear on the difference, but in any case I have six targets and six schemes), all based on the same sources in different ways. I ...
Aurie asked 25/12, 2022 at 2:39

6

I tried to run the project in the emulator, I encountered some problems and solved it, I finally got the following error, I tried many ways, but I can't solve it. How can I fix this, please give me...
Eamon asked 23/5, 2022 at 6:36

2

Solved

Goal: use a custom Font on SwiftUI, targeting MacOS. Problem: On iOS, custom Font works fine in SwiftUI: But on MacOS, it doesn't: import SwiftUI struct ContentView: View { var body: some View ...
Patina asked 22/11, 2022 at 16:42

© 2022 - 2024 — McMap. All rights reserved.