Posts

Post not yet marked as solved
29 Replies
100k Views
Anyone got and resolved this issue:The operation couldn’t be completed. Unable to log in with account 'j.neerunjun@ntlworld.com'. An unexpected failure occurred while logging in (Underlying error code 1100).Please help
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
6 Replies
2.1k Views
All new beta releases, watch, iPad and Mac have been installed. However, the iPhone one is not working. The error is Unable to Verify Updateios 13.4.5 failed verification because you are no longer connected to the internet"this has been going for several days. Up to now, I have tried:1) deleted profile and reinstall profile after phone reset2) reset phone3) move from WiFi to 4ganyone had the same issue please?i Have an iPhone 11 Prothanks for any help you may provide
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
5 Replies
267 Views
Live app for iOS 13 but used on Xcode 12 without updating the project settings.  Now  back on Xcode 11.50, but  unable to submit it yo App Store with error message: Profile doesn't include the com.apple.application-identifier entitlement and doesn't match the entitlements file's values for the application-identifier and keychain-access-groups entitlements. Looked at the usual suspects but everything seems fine. Please help
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
1 Replies
184 Views
Live app for iOS 13 but used on Xcode 12 without updating the project settings.  Now  back on Xcode 11.50, but  unable to submit it yo App Store with error message: Profile doesn't include the com.apple.application-identifier entitlement and doesn't match the entitlements file's values for the application-identifier and keychain-access-groups entitlements. Looked at the usual suspects but everything seems fine. Please help
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
1 Replies
696 Views
Hi I am using the code: VideoPlayer(player: AVPlayer(url:  myURL) ) Its not playing and in the debug , the error seems to be 2020-06-24 14:36:32.551320+0100 App Name[7219:1537101] [] [14:36:32.551] itemasyncSetProperty signalled err=-12785 (kCMBaseObjectErrorInvalidated) (owning player is invalidated) at /Library/Caches/com.apple.xbs/Sources/EmbeddedCoreMedia/EmbeddedCoreMedia-2729.5.1.3/Prototypes/Player/FigPlayer_Async.c:3239
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
6 Replies
2.5k Views
struct ContentView: View { @State private var num = 0 var body: some View { Text("Hello, World!") self.num += 1 }}How can I increment num? i have tried all suggestions i have received, but no luck ...
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
1 Replies
365 Views
Have an error when I use Form. This happened on XCode for Beta 1 and Beta 2NavigationView{ Form{ Text("Hello World") }
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
0 Replies
285 Views
How to add buttons to actionsheet and identify which one has been clicked?
Posted
by Dev_ios.
Last updated
.
Post not yet marked as solved
0 Replies
299 Views
Want to adapt text font when using SwiftUI so that it can fit when displaying dynamic text data of various length in a navigation bar title. can't seem to find the modifier. Code is .navigationBarTitle(Text(mydata[0]) sadly this modifier does not work : .lineLimit(2) any suggestion?
Posted
by Dev_ios.
Last updated
.