Please write your question in detail here.
I'm creating an iPhone app with swift using Xcode.
An error like this occurred when a simulation was performed on a real machine. (Simulation on PC was done)
I have done a lot of research and it doesn't work.
Thank you for the solution.
Error messageerror: The operation couldn't be completed.Unable to log in with account'[email protected]'.The login details for account '[email protected]' were rejected. (in target 'SNS')
error: No profiles for '----. SNS' were found: Xcode couldn't find any iOS App Development provisioning profiles matching '----. SNS'. (in target 'SNS')
Error message
`` `
Xcode update
Xcode support file download
Xcode>preferences>account>Delete apple account once>Log in again>Restart Xcode
iPhone8 iOS13.1
Xcode ver10.2 (10E125)
The code itself is a copy of what was in the reference book, and I confirmed that there were no spelling errors.
-
Answer # 1
Related articles
- ruby - i want to know how to solve syntax error, unexpected elsif, expecting end-of-input error
- xcode - crash with the error "this class is not key value coding-compliant for the key"
- php - i want to solve the problem that an error occurs as soon as i put $result = $stmt-> fetch (pdo :: fetch_assoc) ;
- machine learning - unicodedecodeerror error occurs when creating original model of keras-yolo3
- [xcode] "library not found for -l iphone-lib" error occurs when building
- php headerphp include does not solve the error
- ruby - nomethoderror in bookscontroller#create i want to solve the error and implement the posting function
- xcode - i could not resolve the could not load nib in bundle error
- ruby - i want to solve the error statement
- linux - i want to solve the error when i brew upgrade, errno::eacces: permission denied @ dir_s_mkdir
- i want to solve the error of the wrong interpreter by executing /****sh (python ****py)
- xcode - i don't know how to solve thread 1: exc_bad_instruction (code=exc_i386_invop, subcode=0x0)
- bash - i want to solve the error of command not found of gulp in the terminal
- javascript - i want to solve cors error by using credential (cookie)
- i want to solve a php syntax error, unexpected end of file
- objective-c - xcode: i have set it to ios 110 or above, but i get an error "wkwebview cannot be used in storyboard if it is
- xcode - about the error "physics body: could not create physics body" in spritekit
- xcode - 'stpsourceprotocol' error [stripe]
- xcode - "no such module'realm swift'" error when installing realm in carthage
- ios - xcode error "uilocalnotification" is abolished
- ios - [xcode] the cause that the application under development does not start after a while after building it on the actual mach
- xcode - [swift] i want to display another hidden cell when i tap tableviewcell
- whether or not a small screen like picture-in-picture can be realized on the screen of a self-made ios application
- xcode - about the error "physics body: could not create physics body" in spritekit
- xcode - i want to assign a variable value depending on the screen aspect ratio of swiftui/iphone
- xcode - i want to display text on top of an image in swift, but i get an exception
- xcode - i want to turn off the menu bar displayed at the top of the iphone simulator
- [swiftui] view cannot be selected from xcode library
- xcode - [swiftui]audioplayerdidfinishplaying is not called
- ios - how to paste different image into each cell of tableview
If you look at this type of error, it will hit you as long as it is not critical.
When testing the actual machine of xcode9, even if you select the team with apple ID, an error appears and you are in trouble.
Have you seen this?
Added (2019_12/03/15: 02)
An error occurred when testing a real machine with Xcode.
How about this one?