56 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
1
vote
0
answers
17
views
Navigation Bar doesn't alway vertically center buttons and title text in the bar?
I am upgrading an app from iOS 12 to iOS 14.5. The app has a navigation bar. When I run it in the Simulator on an iPhone SE (2nd gen), 8, 8+ or iPod (7th gen) the navigation bar correctly displays the ...
0
votes
1
answer
1k
views
Error Updating Facebook SDK for iOS: Module map file 'FBSDKCoreKit.modulemap' not found
I'm trying to update the Facebook SDK for an iOS project.
Initially I had version 11.2.1. With this everything works like charm.
After updating to 12.3.1 (the latest), it works well building for debug....
2
votes
2
answers
793
views
Disable simulator in SwiftUI unit test
I am new to SwiftUI and XCode and trying to learn it via a TDD book. So far all the tests are non-UI tests; they're just logic unit tests. Is there any way to disable the simulator when running non-UI ...
6
votes
1
answer
1k
views
xcode Firebase Crashlytics Command PhaseScriptExecution failed with a nonzero exit code
I have an application that I wrote with swift. I want to see crash reports of the app after the release. I want to add Firebase Crashlytics for this. I do everything in this link. but during ...
0
votes
0
answers
360
views
react-native ios app in release mode build is not working ,xcode-12.5.1
debug build is runing in simulator but in release more getting this error , unable run app in release mode and not even able to make build (archive Adhoc build ) .same code was working few days back ...
0
votes
0
answers
242
views
NavigationBar color changes not carried through to other views with UINavigationBarAppearance()
I’m trying to work this out in Xcode 12.5.1 so I can move to Xcode 13. I have run this app in Xcode 13 Released and that’s how I discovered the problem. I know I’m a little late to the game but before ...
user avatar
user11004336
0
votes
0
answers
145
views
Creating an ios 15 device in xcode 12
Is it possible to create an ios15 device in xcode 12.5.1?
I think I'm willing to upgrade to latest of 12.x - not sure how...
but I think upgrading to latest might break my app.
Any suggestions ...
-1
votes
1
answer
343
views
0 i would like to delete a blank space when I embebbeded a TableViewCell in my ViewController
I need to delete the space between tableviewcell and the safe area to add a background color
this is what i got
this is my tableview cell and my view controllerThis. is what i want, please help
[This ...
14
votes
3
answers
23k
views
Xcode 13 - The project at '/Users/test.xcodeproj' cannot be opened because it is in a future Xcode project file format
When opening in Xcode 12.5 a project created with Xcode13, I get this error message:
"The project at '/Users/[...].xcodeproj' cannot be opened because it is in a future Xcode project file format. ...
57
votes
2
answers
42k
views
Xcode doesn’t support iOS 15.0
I updated my iPhone to iOS 15.0 yesterday and I wanted to build in Xcode (version 12.5.1).
But in Xcode it is showing 'iPhone (unsupported OS version)' and when I try to build (command + R) then I get ...
2
votes
1
answer
2k
views
Xcode 12.5.1 (or git) keeps deleting Package.resolved from our repo
I'm on a team of three developers working on an Xcode project that uses SPM dependencies (only; no Cocoapods, etc). Our repo is hosted at Github.
Proj.xcodeproj/project.xcworkspace/xcshareddata/...
1
vote
0
answers
658
views
Using Threads in Swift causes memory leak
I encountered a strange behaviour in my application when using Threads inside my ViewModel. It seems something is happening in Thread.init which causes a memory leak even when the deinit of the Thread ...
0
votes
2
answers
937
views
How do I delete VALID_ARCHS?
My development environment is: macOS 11.3.1, Xcode 12.5.1, CocoaPods 1.9.3
My problem is that in my project's TAEGETS, it shows the field VALID_ARCHS and I can't delete it. But it is not there in ...
5
votes
1
answer
3k
views
Target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES` build setting warning in Xcode 12.5 and Swift 5
[!] The `SampleUITests [Prod]` target overrides the `ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES`
build setting defined in `Pods/Target Support Files/Pods-Sample-SampleUITests/Pods-Sample-SampleUITests....
0
votes
1
answer
131
views
CALayer message while playing video (Xcode 12.5.1, Swift 5)
I'm using a stack view to hold various buttons to go to other view controllers, and one button plays a video. Whenever I press this, I get the following messages but the app works fine and the video ...