Search results for

“xcode github”

95,422 results found

Post

Replies

Boosts

Views

Activity

Reply to Unsupported SDK or Xcode version (XCode 15.4 running on MacOS 15)
Was able to solve the problem. This problem was caused by macOS 15.0, which I already installed. It did not matter, which xCode version I used. So I organized a cloud access to a Mac (with macOS Sonoma and xCode 15.4) (https://www.macincloud.com), cloned the project from GitHub and archived and sent it to Apple Store connect again. Now, was able to send it to Apple to check it.
Jun ’24
Code-coverage data not generated when tests are run via X-Code bots.
I am running the application on Version 9.0 beta (9M136h). When I run the UI tests, code coverage report contains numbers for the test file as well for the main project. (Screenshot1). However, If I run the same tests using bots, no code coverage data is generated for the files in the main application, only for the files in the test application. (Screenshot 2)https://www.dropbox.com/sh/25lplykpxvpwpup/AADCe7mGHZl1bhCSIq-v69IWa?dl=0In the project scheme, have gather code coverage data enabled.
0
0
5.4k
Jun ’17
Reply to Xcode 11 - "error: Relocation out of range"
Ok, here's what happened. To open the project in XCode 11 I had to convert Swift from 3.x to 4.x. When I made some manual changes to add the @objc tag, I errantly added it to a few private functions in the code. I'm guessing the 'out of range' message meant 'hey, we can't see those functions you idiot.I removed it and now builds fine on all devices & ios versions.Hopefully this helps someone in he future...
Jul ’19
Reply to xCode - ITMS-90111: Unsupported SDK or Xcode version
Was able to solve the problem. This problem was caused by macOS 15.0, which I already installed. It did not matter, which xCode version I used. So I organized a cloud access to a Mac (with macOS Sonoma and xCode 15.4) (https://www.macincloud.com), cloned the project from GitHub and archived and sent it to Apple Store connect again. Now, was able to send it to Apple to check it.
Jun ’24
Reply to Can't change background task identifier
Here's what I did: Ran with original name. Debug commands work fine. Stopped app in xcode, and changed names (added x at end of identifier in target (replicated to Info.plist), and code Removed app from phone Shutdown phone and rebooted. Ran with new names from xcode...same problem Switched name back...runs fine.
Topic: App & System Services SubTopic: Core OS Tags:
Jan ’24
Reply to App was crashing in xcode 16 due to Quicklook UI framework
@DTS Engineer Having the same problem here: building an app on Xcode 16.0 on macOS Sonoma 14.7 results in an application that crashes on macOS Big Sur Intel machine with the same crash as mentioned above. Building with Xcode 15.4 does not have this issue. However, we cannot build this branch on Xcode 15.x anymore due to code changes for Xcode 16 compatibility. Is there a workaround? We're now stuck in an unreleasable state!
Topic: UI Frameworks SubTopic: AppKit Tags:
Sep ’24
Reply to How to get permissions to Motion & Fitness
So, I just bounced my project off GitHub to a colleague's computer. I verified he is on 17.5.1. We built on Xcode on his machine, and on his phone, he is not getting the permission again. We did another clean, but it didn't help. What can I check to make sure the permissions are making it to builds done on his machine?
Topic: Privacy & Security SubTopic: General Tags:
Jun ’24
Reply to Xcode 15.3 crippled with "internal inconsistency error"
I have a pure Objective-C project and I also get the XCode crash on every other build. (It is actually the second build because the crash puts one back at first build.) At least my code changes are saved! It appears to be one of the final seven or eight steps in the build process counter. These crashes happen whether or not the device is hardware or simulator, iOS 17.4 or 16.x or 15.x, etc.
Apr ’24
Reply to Core Data - Binary datastores with transformable attributes will not open
I've managed to replicate the error in a clean xcode project. The problem is related to Binary Data Stores and only occurs in iOS 11. I will file a radar.I created a github demonstrating the problem that you can access here:https://github.com/seriouscyrus/CoreDataTransformableAttribBug
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’17
Reply to Run and test app with a github project
>is possible to use the xcode simulator with the project?Yes, assuming compatibility, etc. >can i test the app of the github project on my iphone?Yes, assuming compatibility, etc. How you do so depends on if you use free or paid provisioning, however. Do you have a paid Developer Account?
Replies
Boosts
Views
Activity
May ’17
Reply to Unsupported SDK or Xcode version (XCode 15.4 running on MacOS 15)
Was able to solve the problem. This problem was caused by macOS 15.0, which I already installed. It did not matter, which xCode version I used. So I organized a cloud access to a Mac (with macOS Sonoma and xCode 15.4) (https://www.macincloud.com), cloned the project from GitHub and archived and sent it to Apple Store connect again. Now, was able to send it to Apple to check it.
Replies
Boosts
Views
Activity
Jun ’24
Code-coverage data not generated when tests are run via X-Code bots.
I am running the application on Version 9.0 beta (9M136h). When I run the UI tests, code coverage report contains numbers for the test file as well for the main project. (Screenshot1). However, If I run the same tests using bots, no code coverage data is generated for the files in the main application, only for the files in the test application. (Screenshot 2)https://www.dropbox.com/sh/25lplykpxvpwpup/AADCe7mGHZl1bhCSIq-v69IWa?dl=0In the project scheme, have gather code coverage data enabled.
Replies
0
Boosts
0
Views
5.4k
Activity
Jun ’17
Reply to Xcode 11 - "error: Relocation out of range"
Ok, here's what happened. To open the project in XCode 11 I had to convert Swift from 3.x to 4.x. When I made some manual changes to add the @objc tag, I errantly added it to a few private functions in the code. I'm guessing the 'out of range' message meant 'hey, we can't see those functions you idiot.I removed it and now builds fine on all devices & ios versions.Hopefully this helps someone in he future...
Replies
Boosts
Views
Activity
Jul ’19
Reply to xCode - ITMS-90111: Unsupported SDK or Xcode version
Was able to solve the problem. This problem was caused by macOS 15.0, which I already installed. It did not matter, which xCode version I used. So I organized a cloud access to a Mac (with macOS Sonoma and xCode 15.4) (https://www.macincloud.com), cloned the project from GitHub and archived and sent it to Apple Store connect again. Now, was able to send it to Apple to check it.
Replies
Boosts
Views
Activity
Jun ’24
Reply to iOS 13 UITableViewCell drops layout constraint changes
Yes, I've got a sample project up on GitHub, but the reply with the link is awaiting moderation. (github)/cooksey/CellLayout
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Oct ’19
Reply to Can't change background task identifier
Here's what I did: Ran with original name. Debug commands work fine. Stopped app in xcode, and changed names (added x at end of identifier in target (replicated to Info.plist), and code Removed app from phone Shutdown phone and rebooted. Ran with new names from xcode...same problem Switched name back...runs fine.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jan ’24
Reply to Xcode project on a different MacBook
I use Source Control for this. My Xcode project is synced to my remote repository. A second machine can then pull the project from the remote repository. Either machine can work on the project, and push the changes. Remote accounts are available on GitHub, GitLab, Bitbucket, etc...
Replies
Boosts
Views
Activity
Nov ’21
Reply to Keep getting this Error
I used x code 7.1.1 and am on mac OS X Yosemite
Replies
Boosts
Views
Activity
Nov ’15
Reply to App was crashing in xcode 16 due to Quicklook UI framework
@DTS Engineer Having the same problem here: building an app on Xcode 16.0 on macOS Sonoma 14.7 results in an application that crashes on macOS Big Sur Intel machine with the same crash as mentioned above. Building with Xcode 15.4 does not have this issue. However, we cannot build this branch on Xcode 15.x anymore due to code changes for Xcode 16 compatibility. Is there a workaround? We're now stuck in an unreleasable state!
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Sep ’24
GitHub installation was incomplete "Repository not found"
Getting error while adding primary repository for XCode Cloud.
Replies
0
Boosts
0
Views
337
Activity
Apr ’22
Reply to How to get permissions to Motion & Fitness
So, I just bounced my project off GitHub to a colleague's computer. I verified he is on 17.5.1. We built on Xcode on his machine, and on his phone, he is not getting the permission again. We did another clean, but it didn't help. What can I check to make sure the permissions are making it to builds done on his machine?
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’24
Cannot create GitHub remote
I have an organization. I upgraded it. But then added my account but it does not see my organization??
Replies
1
Boosts
0
Views
414
Activity
Jun ’17
Reply to Xcode 15.3 crippled with "internal inconsistency error"
I have a pure Objective-C project and I also get the XCode crash on every other build. (It is actually the second build because the crash puts one back at first build.) At least my code changes are saved! It appears to be one of the final seven or eight steps in the build process counter. These crashes happen whether or not the device is hardware or simulator, iOS 17.4 or 16.x or 15.x, etc.
Replies
Boosts
Views
Activity
Apr ’24