Search results for

“DTiPhoneSimulatorErrorDomain Code 2”

164,071 results found

Post

Replies

Boosts

Views

Activity

Some Two Factor Help
Folks;I'm under the impression that developer appleID accounts should have 2 factor for best results.Here's my dilema: I also have a separate personal appleID for tax and tracking reasons. Been this way for quite awhile.AND I use only 1 iPhone.So it would appear that I need to implement:2 factor on my developerID2 step on my personal appleIDCan this be done using a single iPhone? Obviously I have macs that could also be used(?)From my chair I don't see how I can have a single iPhone be the identity of two different appleIDs.In any case assuming this can be done - at the moment my state is backward:my developerID currently uses 2 stepmy personal appleID currently uses 2 factorHow do I best get these setting switched around?Thank-you for any clarifying thoughts here!! Links appreciatedSteve
0
0
2.1k
Jun ’18
How to Compare Two Paths
Hello, I was wondering how to compare two UIPaths together. Perhaps also find a percentage difference between the two. I was thinking initially of comparing the coordinates of every point. Are there any better solutions? Thank you.
0
0
280
Jan ’24
Reply to How do I save and load an array into a table view using singleton database option?
Hello,I don't have a first view in navigation referenced as ViewController.I did find the problem though.The problem actually was that I wasn't calling the data from the database.I have 2 buttons in my main view, one is for loading a table with myRoster and one is for loading a table with draftOrder.I didn't ever show the code with these two buttons but I just changed the code to pull data from the database:The problem actually was that I wasn't calling the data from the database. I have 2 buttons in my main view, one is for loading a table with myRoster and one is for loading a table with draftOrder. I didn't ever show the code with these two buttons but I just changed the code to pull data from the database:Thank you for your help.
Jan ’20
Trying to build an iOS 9/watchOS 2 app for AdHoc distribution but keep getting code signing issues
So I'm trying to build my app for distribution for AdHoc beta testing, but I keep running into code signing issues. Building and running on decide (both phone and watch) work fine, but when I try to create an AdHoc distribution build, I run into this error:error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's. Embedded Binary Signing Certificate: Not Code Signed Parent App Signing Certificate: iPhone Distribution: [My signing certificate]I get this error during the step where it is validating the embedded WatchKit App binary.I've tried to follow the instructions creating a Distribution signing certificate, installing it, and then creating AdHoc provisioning profiles for each of my iOS app, the WatchKit app, and the WatchKit extension. I set the code signing identity for the release build setting for all three to my distribution certificate, and I've set the provisioning
20
0
13k
Jul ’15
Getting two searchBar in iOS 26.0
Hi team, while i am using below code, i am getting two searchBar at top & bottom. Kindly refer below code & attached image Code: override func viewDidLoad() { super.viewDidLoad() title = Test Data setupSearchData() DispatchQueue.main.asyncAfter(deadline: .now() + 2) { self.setupSearchData() } } func setupSearchData() { navigationController?.navigationBar.prefersLargeTitles = false let searchController = UISearchController(searchResultsController: nil) navigationItem.searchController = searchController } It is working fine for other iOS versions. In my real useCase, i will refresh screen after API completed, then this issue occurred in my app.
2
0
172
Jul ’25
AVFoundationErrorDomain Code=-11800 NSOSStatusErrorDomain Code=-42800
Hello I am working on a project that supports Download and Play on Fairplay encrypted videos and I have the above error. Error Domain=AVFoundationErrorDomain Code=-11800 The operation could not be completed UserInfo={NSLocalizedFailureReason=An unknown error occurred (-42800), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x28189d470 {Error Domain=NSOSStatusErrorDomain Code=-42800 (null)}} The weird is that the first 2 days the downloaded asset plays correctly, but after 2 days I get this error and the stream isn't working. (Might have nothing to do with the problem) The file is .movpkg and the path is correct. I would like to know what -42800 means. And how can I fix it.
1
0
4.4k
Jul ’20
Can't convert to Swift 2
I spent 4 hours last night attempting to solve these two errors that I get when trying to convert my swift 1.2 project to swift 2. I have tried a variety of answers that I came across while googeling involving duplicate certificates, bitcode settings, compiler optimization level's etc. I'm still having no luck converting my project. Any help would be much appreciated.Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1ditto: can't get real path for source '/Users/tracepomplun/Library/Developer/Xcode/DerivedData/joann-abcfteuqtvsfmjbkykjrgrttcxsq/Build/Intermediates/SwiftMigration/joann/Intermediates/joann.build/Debug-iphonesimulator/joann.build/Objects-normal/i386/joann-Swift.h'Command /usr/bin/ditto failed with exit code 1
3
0
1.3k
Sep ’15
Use iPhone for Two Factor Login
Hey guys, A quick question. I use my personal phone as a two factor auth which I use to login to my personal account. Is it possible to have this same phone to receive the two factor auth code when I log in using my company email?
Replies
1
Boosts
0
Views
86
Activity
Aug ’25
Some Two Factor Help
Folks;I'm under the impression that developer appleID accounts should have 2 factor for best results.Here's my dilema: I also have a separate personal appleID for tax and tracking reasons. Been this way for quite awhile.AND I use only 1 iPhone.So it would appear that I need to implement:2 factor on my developerID2 step on my personal appleIDCan this be done using a single iPhone? Obviously I have macs that could also be used(?)From my chair I don't see how I can have a single iPhone be the identity of two different appleIDs.In any case assuming this can be done - at the moment my state is backward:my developerID currently uses 2 stepmy personal appleID currently uses 2 factorHow do I best get these setting switched around?Thank-you for any clarifying thoughts here!! Links appreciatedSteve
Replies
0
Boosts
0
Views
2.1k
Activity
Jun ’18
How to Compare Two Paths
Hello, I was wondering how to compare two UIPaths together. Perhaps also find a percentage difference between the two. I was thinking initially of comparing the coordinates of every point. Are there any better solutions? Thank you.
Replies
0
Boosts
0
Views
280
Activity
Jan ’24
Reply to How do I save and load an array into a table view using singleton database option?
Hello,I don't have a first view in navigation referenced as ViewController.I did find the problem though.The problem actually was that I wasn't calling the data from the database.I have 2 buttons in my main view, one is for loading a table with myRoster and one is for loading a table with draftOrder.I didn't ever show the code with these two buttons but I just changed the code to pull data from the database:The problem actually was that I wasn't calling the data from the database. I have 2 buttons in my main view, one is for loading a table with myRoster and one is for loading a table with draftOrder. I didn't ever show the code with these two buttons but I just changed the code to pull data from the database:Thank you for your help.
Replies
Boosts
Views
Activity
Jan ’20
where is el capitan beta 2?
It's not in App Store updates and when I click on the beta 2 in my developer account it tells me the code has already been used.
Replies
17
Boosts
0
Views
5.2k
Activity
Jun ’15
error code
API interface will return these error, does anyone know what the code means. 2 24 50 61 310 567
Replies
1
Boosts
0
Views
609
Activity
Jul ’24
how to upgrade to beta 2
So looks like beta 2 is out but when I go to my apple watch application and go into general->software update it says there are no updates available. Do I need to download the beta 2 download and do the whole install process all over again?
Replies
1
Boosts
0
Views
465
Activity
Jun ’15
Trying to build an iOS 9/watchOS 2 app for AdHoc distribution but keep getting code signing issues
So I'm trying to build my app for distribution for AdHoc beta testing, but I keep running into code signing issues. Building and running on decide (both phone and watch) work fine, but when I try to create an AdHoc distribution build, I run into this error:error: Embedded binary is not signed with the same certificate as the parent app. Verify the embedded binary target's code sign settings match the parent app's. Embedded Binary Signing Certificate: Not Code Signed Parent App Signing Certificate: iPhone Distribution: [My signing certificate]I get this error during the step where it is validating the embedded WatchKit App binary.I've tried to follow the instructions creating a Distribution signing certificate, installing it, and then creating AdHoc provisioning profiles for each of my iOS app, the WatchKit app, and the WatchKit extension. I set the code signing identity for the release build setting for all three to my distribution certificate, and I've set the provisioning
Replies
20
Boosts
0
Views
13k
Activity
Jul ’15
Getting two searchBar in iOS 26.0
Hi team, while i am using below code, i am getting two searchBar at top & bottom. Kindly refer below code & attached image Code: override func viewDidLoad() { super.viewDidLoad() title = Test Data setupSearchData() DispatchQueue.main.asyncAfter(deadline: .now() + 2) { self.setupSearchData() } } func setupSearchData() { navigationController?.navigationBar.prefersLargeTitles = false let searchController = UISearchController(searchResultsController: nil) navigationItem.searchController = searchController } It is working fine for other iOS versions. In my real useCase, i will refresh screen after API completed, then this issue occurred in my app.
Replies
2
Boosts
0
Views
172
Activity
Jul ’25
Linux Swift 2
Where can I download the Swift 2 for Linux?)
Replies
2
Boosts
0
Views
928
Activity
Jun ’15
AVFoundationErrorDomain Code=-11800 NSOSStatusErrorDomain Code=-42800
Hello I am working on a project that supports Download and Play on Fairplay encrypted videos and I have the above error. Error Domain=AVFoundationErrorDomain Code=-11800 The operation could not be completed UserInfo={NSLocalizedFailureReason=An unknown error occurred (-42800), NSLocalizedDescription=The operation could not be completed, NSUnderlyingError=0x28189d470 {Error Domain=NSOSStatusErrorDomain Code=-42800 (null)}} The weird is that the first 2 days the downloaded asset plays correctly, but after 2 days I get this error and the stream isn't working. (Might have nothing to do with the problem) The file is .movpkg and the path is correct. I would like to know what -42800 means. And how can I fix it.
Replies
1
Boosts
0
Views
4.4k
Activity
Jul ’20
Reply to iOS: "Sign in with Apple" state does not restore after app restart
ps: i'm getting two conflicting messages: Credential State request returned with error: Error Domain=AKAuthenticationError Code=-7073 this is printed to the console and credentialState 2, error Domain=com.apple.AuthenticationServices.AuthorizationError Code=1000 (null) this is the error message i'm getting back in the callback (different codes? why?)
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Jul ’20
Can't convert to Swift 2
I spent 4 hours last night attempting to solve these two errors that I get when trying to convert my swift 1.2 project to swift 2. I have tried a variety of answers that I came across while googeling involving duplicate certificates, bitcode settings, compiler optimization level's etc. I'm still having no luck converting my project. Any help would be much appreciated.Command /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc failed with exit code 1ditto: can't get real path for source '/Users/tracepomplun/Library/Developer/Xcode/DerivedData/joann-abcfteuqtvsfmjbkykjrgrttcxsq/Build/Intermediates/SwiftMigration/joann/Intermediates/joann.build/Debug-iphonesimulator/joann.build/Objects-normal/i386/joann-Swift.h'Command /usr/bin/ditto failed with exit code 1
Replies
3
Boosts
0
Views
1.3k
Activity
Sep ’15
Xbox Elite 2
Will we be able to use the Xbox elite 2 on the next iOS update
Replies
1
Boosts
0
Views
1.1k
Activity
Jun ’20
watchOS beta 2?
Anybody knows if wachtOS beta 2 comes today?
Replies
3
Boosts
0
Views
1.3k
Activity
Jun ’15